From: Georg Brandl Date: Fri, 15 Jul 2011 17:09:49 +0000 (+0200) Subject: Remove duplicate "numbered" options for toctrees. X-Git-Tag: v3.3.0a1~1897^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c1190bada8fdff2200f0aeae2773ec141ce6aa5;p=thirdparty%2FPython%2Fcpython.git Remove duplicate "numbered" options for toctrees. --- diff --git a/Doc/distutils/index.rst b/Doc/distutils/index.rst index b3a523176991..c8dd9f46a8ce 100644 --- a/Doc/distutils/index.rst +++ b/Doc/distutils/index.rst @@ -20,7 +20,6 @@ very little overhead for build/release/install mechanics. .. toctree:: :maxdepth: 2 - :numbered: introduction.rst setupscript.rst diff --git a/Doc/library/packaging.rst b/Doc/library/packaging.rst index 5bf2c06ad9d0..c6bff47015ec 100644 --- a/Doc/library/packaging.rst +++ b/Doc/library/packaging.rst @@ -23,7 +23,6 @@ Building blocks .. toctree:: :maxdepth: 2 - :numbered: packaging-misc packaging.version @@ -42,7 +41,6 @@ The command machinery .. toctree:: :maxdepth: 2 - :numbered: packaging.dist packaging.command @@ -55,7 +53,6 @@ Other utilities .. toctree:: :maxdepth: 2 - :numbered: packaging.util packaging.tests.pypi_server