Sphinx 3 Index And Table Of Contents

Sub-skill of sphinx: 3. Index and Table of Contents.

vamseeachanta Updated

File contents

3. Index and Table of Contents

3. Index and Table of Contents

.. docs/source/index.rst

Welcome to MyProject
====================

MyProject is a powerful library for doing amazing things.

.. toctree::
   :maxdepth: 2
   :caption: Getting Started

   installation
   quickstart
   configuration

.. toctree::
   :maxdepth: 2
   :caption: User Guide

   guide/overview
   guide/core-concepts
   guide/advanced-usage
   guide/best-practices

.. toctree::
   :maxdepth: 3
   :caption: API Reference

   api/modules
   api/mypackage

.. toctree::
   :maxdepth: 1
   :caption: Development

   contributing
   changelog
   license

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/development/documentation/sphinx/3-index-and-table-of-contents commit b8348c5cd4

Frequently asked questions

npx skillmds@latest add vamseeachanta/sphinx-3-index-and-table-of-contents