mirror of https://github.com/python/cpython
Add section numbering to some of the larger subdocuments.
This commit is contained in:
parent
400fd60a8d
commit
a0eea590c7
|
@ -16,6 +16,7 @@ very little overhead for build/release/install mechanics.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
:numbered:
|
||||||
|
|
||||||
introduction.rst
|
introduction.rst
|
||||||
setupscript.rst
|
setupscript.rst
|
||||||
|
|
|
@ -23,6 +23,7 @@ to write reStructuredText if you're not so inclined; plain text contributions
|
||||||
are more than welcome as well.
|
are more than welcome as well.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
:numbered:
|
||||||
|
|
||||||
intro.rst
|
intro.rst
|
||||||
style.rst
|
style.rst
|
||||||
|
|
|
@ -26,6 +26,7 @@ For a detailed description of the whole Python/C API, see the separate
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
:numbered:
|
||||||
|
|
||||||
extending.rst
|
extending.rst
|
||||||
newtypes.rst
|
newtypes.rst
|
||||||
|
|
|
@ -38,6 +38,7 @@ the `Python Package Index <http://pypi.python.org/pypi>`_.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
:numbered:
|
||||||
|
|
||||||
intro.rst
|
intro.rst
|
||||||
functions.rst
|
functions.rst
|
||||||
|
|
|
@ -18,6 +18,7 @@ interfaces available to C/C++ programmers in detail.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
:numbered:
|
||||||
|
|
||||||
introduction.rst
|
introduction.rst
|
||||||
lexical_analysis.rst
|
lexical_analysis.rst
|
||||||
|
|
|
@ -44,6 +44,7 @@ various Python library modules described in the Python Library Reference.
|
||||||
The :ref:`glossary` is also worth going through.
|
The :ref:`glossary` is also worth going through.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
:numbered:
|
||||||
|
|
||||||
appetite.rst
|
appetite.rst
|
||||||
interpreter.rst
|
interpreter.rst
|
||||||
|
|
|
@ -11,6 +11,7 @@ interpreter and things that make working with Python easier.
|
||||||
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
:numbered:
|
||||||
|
|
||||||
cmdline.rst
|
cmdline.rst
|
||||||
unix.rst
|
unix.rst
|
||||||
|
|
Loading…
Reference in New Issue