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/tutorial | |
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/tutorial')
-rw-r--r-- | Doc/tutorial/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tutorial/index.rst b/Doc/tutorial/index.rst index dfc6ac0..8a1a8fb 100644 --- a/Doc/tutorial/index.rst +++ b/Doc/tutorial/index.rst @@ -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 |