]> granicus.if.org Git - python/commitdiff
Add section numbering to some of the larger subdocuments.
authorGeorg Brandl <georg@python.org>
Sat, 28 Mar 2009 19:57:36 +0000 (19:57 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 28 Mar 2009 19:57:36 +0000 (19:57 +0000)
Doc/distutils/index.rst
Doc/documenting/index.rst
Doc/extending/index.rst
Doc/library/index.rst
Doc/reference/index.rst
Doc/tutorial/index.rst
Doc/using/index.rst

index 6d82c847bb8233d1e217940a3f73c2e535cd5090..ace8280894edfb065ca3dcda85cc974491b54f16 100644 (file)
@@ -16,6 +16,7 @@ very little overhead for build/release/install mechanics.
 
 .. toctree::
    :maxdepth: 2
+   :numbered:
 
    introduction.rst
    setupscript.rst
index 5ec9fb64dbf2d336798f91d7a026b19c1d832d61..b64dc75ba56ef73a08e0e9fc3e4de9a37515af44 100644 (file)
@@ -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
index 6e8cf7906f6ee1ed9bb0e35d1a60e597e2d67b65..92e61327c19158630fc61ffcf12179744f890f25 100644 (file)
@@ -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
index 717bfb8c43be9d1ed84cae82f5965962a2f6c4e8..f25724ce3fef0665a6aa6bbee097a0d20f6a98ee 100644 (file)
@@ -38,6 +38,7 @@ the `Python Package Index <http://pypi.python.org/pypi>`_.
 
 .. toctree::
    :maxdepth: 2
+   :numbered:
 
    intro.rst
    functions.rst
index dff745c9d41c77537382f54a796dfd9ad434cd73..bd1a281efed65ab6cb806e559cbbd0f9d25bffcf 100644 (file)
@@ -18,6 +18,7 @@ interfaces available to C/C++ programmers in detail.
 
 .. toctree::
    :maxdepth: 2
+   :numbered:
 
    introduction.rst
    lexical_analysis.rst
index dfc6ac0b0526580df774855c9c8ec109651f44d8..8a1a8fb6a758f8f6f571673be87c814c2e1cce76 100644 (file)
@@ -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
index ac5fd3cdc9704c2666d33bdcb68050c18c95edb2..6ce5a00de40999af8ff739de0b9d3b695dca405e 100644 (file)
@@ -11,6 +11,7 @@ interpreter and things that make working with Python easier.
 
 
 .. toctree::
+   :numbered:
 
    cmdline.rst
    unix.rst