mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
This completes the migration from the CONTRIBUTING document to the new in-tree contributing guide. The CONTRIBUTING document itself is temporarily removed so that git will correctly mark the document as having been moved. A future change will re-add this document as well as rework the new contributing document. Signed-off-by: Stephen Finucane <stephen@that.guru>
40 lines
487 B
ReStructuredText
40 lines
487 B
ReStructuredText
.. _contents:
|
|
|
|
Sphinx documentation contents
|
|
=============================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
usage/index
|
|
development/index
|
|
man/index
|
|
|
|
theming
|
|
templating
|
|
latex
|
|
extdev/index
|
|
|
|
internals/index
|
|
|
|
faq
|
|
glossary
|
|
changes
|
|
examples
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
.. only:: builder_html
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
* :ref:`glossary`
|
|
|
|
.. only:: not builder_html
|
|
|
|
* :ref:`modindex`
|
|
* :ref:`glossary`
|