Kaydet (Commit) a0eea590 authored tarafından Georg Brandl's avatar Georg Brandl

Add section numbering to some of the larger subdocuments.

üst 400fd60a
...@@ -16,6 +16,7 @@ very little overhead for build/release/install mechanics. ...@@ -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 ...@@ -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 ...@@ -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>`_. ...@@ -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. ...@@ -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. ...@@ -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. ...@@ -11,6 +11,7 @@ interpreter and things that make working with Python easier.
.. toctree:: .. toctree::
:numbered:
cmdline.rst cmdline.rst
unix.rst unix.rst
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment