[Python-checkins] r70661 - in python/trunk/Doc: distutils/index.rst documenting/index.rst extending/index.rst library/index.rst reference/index.rst tutorial/index.rst using/index.rst

georg.brandl python-checkins at python.org
Sat Mar 28 20:57:36 CET 2009


Author: georg.brandl
Date: Sat Mar 28 20:57:36 2009
New Revision: 70661

Log:
Add section numbering to some of the larger subdocuments.


Modified:
   python/trunk/Doc/distutils/index.rst
   python/trunk/Doc/documenting/index.rst
   python/trunk/Doc/extending/index.rst
   python/trunk/Doc/library/index.rst
   python/trunk/Doc/reference/index.rst
   python/trunk/Doc/tutorial/index.rst
   python/trunk/Doc/using/index.rst

Modified: python/trunk/Doc/distutils/index.rst
==============================================================================
--- python/trunk/Doc/distutils/index.rst	(original)
+++ python/trunk/Doc/distutils/index.rst	Sat Mar 28 20:57:36 2009
@@ -16,6 +16,7 @@
 
 .. toctree::
    :maxdepth: 2
+   :numbered:
 
    introduction.rst
    setupscript.rst

Modified: python/trunk/Doc/documenting/index.rst
==============================================================================
--- python/trunk/Doc/documenting/index.rst	(original)
+++ python/trunk/Doc/documenting/index.rst	Sat Mar 28 20:57:36 2009
@@ -23,6 +23,7 @@
 are more than welcome as well.
 
 .. toctree::
+   :numbered:
 
    intro.rst
    style.rst

Modified: python/trunk/Doc/extending/index.rst
==============================================================================
--- python/trunk/Doc/extending/index.rst	(original)
+++ python/trunk/Doc/extending/index.rst	Sat Mar 28 20:57:36 2009
@@ -26,6 +26,7 @@
 
 .. toctree::
    :maxdepth: 2
+   :numbered:
 
    extending.rst
    newtypes.rst

Modified: python/trunk/Doc/library/index.rst
==============================================================================
--- python/trunk/Doc/library/index.rst	(original)
+++ python/trunk/Doc/library/index.rst	Sat Mar 28 20:57:36 2009
@@ -38,6 +38,7 @@
 
 .. toctree::
    :maxdepth: 2
+   :numbered:
 
    intro.rst
    functions.rst

Modified: python/trunk/Doc/reference/index.rst
==============================================================================
--- python/trunk/Doc/reference/index.rst	(original)
+++ python/trunk/Doc/reference/index.rst	Sat Mar 28 20:57:36 2009
@@ -18,6 +18,7 @@
 
 .. toctree::
    :maxdepth: 2
+   :numbered:
 
    introduction.rst
    lexical_analysis.rst

Modified: python/trunk/Doc/tutorial/index.rst
==============================================================================
--- python/trunk/Doc/tutorial/index.rst	(original)
+++ python/trunk/Doc/tutorial/index.rst	Sat Mar 28 20:57:36 2009
@@ -44,6 +44,7 @@
 The :ref:`glossary` is also worth going through.
 
 .. toctree::
+   :numbered:
 
    appetite.rst
    interpreter.rst

Modified: python/trunk/Doc/using/index.rst
==============================================================================
--- python/trunk/Doc/using/index.rst	(original)
+++ python/trunk/Doc/using/index.rst	Sat Mar 28 20:57:36 2009
@@ -11,6 +11,7 @@
 
 
 .. toctree::
+   :numbered:
 
    cmdline.rst
    unix.rst


More information about the Python-checkins mailing list