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::
|
||||
:maxdepth: 2
|
||||
:numbered:
|
||||
|
||||
introduction.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.
|
||||
|
||||
.. toctree::
|
||||
:numbered:
|
||||
|
||||
intro.rst
|
||||
style.rst
|
||||
|
|
|
@ -26,6 +26,7 @@ For a detailed description of the whole Python/C API, see the separate
|
|||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:numbered:
|
||||
|
||||
extending.rst
|
||||
newtypes.rst
|
||||
|
|
|
@ -38,6 +38,7 @@ the `Python Package Index <http://pypi.python.org/pypi>`_.
|
|||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:numbered:
|
||||
|
||||
intro.rst
|
||||
functions.rst
|
||||
|
|
|
@ -18,6 +18,7 @@ interfaces available to C/C++ programmers in detail.
|
|||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:numbered:
|
||||
|
||||
introduction.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.
|
||||
|
||||
.. toctree::
|
||||
:numbered:
|
||||
|
||||
appetite.rst
|
||||
interpreter.rst
|
||||
|
|
|
@ -11,6 +11,7 @@ interpreter and things that make working with Python easier.
|
|||
|
||||
|
||||
.. toctree::
|
||||
:numbered:
|
||||
|
||||
cmdline.rst
|
||||
unix.rst
|
||||
|
|
Loading…
Reference in New Issue