mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
This one is a little unusual. The current theming doc mixes user-focused documentation with developer-focused documentation. This is confusing and unnecessary. Resolve the issue by splitting the doc in two. The user-focused docs are moved to the advanced section of the usage guide, while the developer docs remain where they are, pending the addition of a developer guide. Signed-off-by: Stephen Finucane <stephen@that.guru>
52 lines
734 B
ReStructuredText
52 lines
734 B
ReStructuredText
|
|
.. _contents:
|
|
|
|
Sphinx documentation contents
|
|
=============================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
usage/installation
|
|
usage/quickstart
|
|
usage/restructuredtext/index
|
|
usage/markdown
|
|
usage/configuration
|
|
usage/builders/index
|
|
usage/extensions/index
|
|
usage/theming
|
|
usage/advanced/intl
|
|
usage/advanced/setuptools
|
|
usage/advanced/websupport/index
|
|
|
|
intro
|
|
man/index
|
|
theming
|
|
templating
|
|
latex
|
|
extdev/index
|
|
|
|
faq
|
|
glossary
|
|
devguide
|
|
changes
|
|
examples
|
|
authors
|
|
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
.. only:: builder_html
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
* :ref:`glossary`
|
|
|
|
.. only:: not builder_html
|
|
|
|
* :ref:`modindex`
|
|
* :ref:`glossary`
|