[Python-checkins] cpython: Remove duplicate "numbered" options for toctrees.

georg.brandl python-checkins at python.org
Fri Jul 15 19:09:40 CEST 2011


http://hg.python.org/cpython/rev/e79b21476fef
changeset:   71344:e79b21476fef
user:        Georg Brandl <georg at python.org>
date:        Fri Jul 15 19:09:49 2011 +0200
summary:
  Remove duplicate "numbered" options for toctrees.

files:
  Doc/distutils/index.rst   |  1 -
  Doc/library/packaging.rst |  3 ---
  2 files changed, 0 insertions(+), 4 deletions(-)


diff --git a/Doc/distutils/index.rst b/Doc/distutils/index.rst
--- a/Doc/distutils/index.rst
+++ b/Doc/distutils/index.rst
@@ -20,7 +20,6 @@
 
 .. toctree::
    :maxdepth: 2
-   :numbered:
 
    introduction.rst
    setupscript.rst
diff --git a/Doc/library/packaging.rst b/Doc/library/packaging.rst
--- a/Doc/library/packaging.rst
+++ b/Doc/library/packaging.rst
@@ -23,7 +23,6 @@
 
 .. toctree::
    :maxdepth: 2
-   :numbered:
 
    packaging-misc
    packaging.version
@@ -42,7 +41,6 @@
 
 .. toctree::
    :maxdepth: 2
-   :numbered:
 
    packaging.dist
    packaging.command
@@ -55,7 +53,6 @@
 
 .. toctree::
    :maxdepth: 2
-   :numbered:
 
    packaging.util
    packaging.tests.pypi_server

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list