diff options
author | Georg Brandl <georg@python.org> | 2009-03-28 19:57:36 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-03-28 19:57:36 (GMT) |
commit | a0eea590c7707b65558934b59a2a8b1567261bab (patch) | |
tree | 757722213e8ef36e374759e353a8e2ea8e4800d6 /Doc/distutils | |
parent | 400fd60a8db901fe15f9d1509dab650072c1e867 (diff) | |
download | cpython-a0eea590c7707b65558934b59a2a8b1567261bab.zip cpython-a0eea590c7707b65558934b59a2a8b1567261bab.tar.gz cpython-a0eea590c7707b65558934b59a2a8b1567261bab.tar.bz2 |
Add section numbering to some of the larger subdocuments.
Diffstat (limited to 'Doc/distutils')
-rw-r--r-- | Doc/distutils/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/distutils/index.rst b/Doc/distutils/index.rst index 6d82c84..ace8280 100644 --- a/Doc/distutils/index.rst +++ b/Doc/distutils/index.rst @@ -16,6 +16,7 @@ very little overhead for build/release/install mechanics. .. toctree:: :maxdepth: 2 + :numbered: introduction.rst setupscript.rst |