Sub-skill of sphinx: 3. Index and Table of Contents.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill 3-index-and-table-of-contents --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of 3 Index And Table Of Contents?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-3-index-and-table-of-contents)More formats (shields.io, HTML) on the badges page.
---
name: sphinx-3-index-and-table-of-contents
description: 'Sub-skill of sphinx: 3. Index and Table of Contents.'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# 3. Index and Table of Contents
## 3. Index and Table of Contents
```rst
.. 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`
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!