summaryrefslogtreecommitdiffstats
path: root/Doc/extending
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-03-28 19:57:36 (GMT)
committerGeorg Brandl <georg@python.org>2009-03-28 19:57:36 (GMT)
commita0eea590c7707b65558934b59a2a8b1567261bab (patch)
tree757722213e8ef36e374759e353a8e2ea8e4800d6 /Doc/extending
parent400fd60a8db901fe15f9d1509dab650072c1e867 (diff)
downloadcpython-a0eea590c7707b65558934b59a2a8b1567261bab.zip
cpython-a0eea590c7707b65558934b59a2a8b1567261bab.tar.gz
cpython-a0eea590c7707b65558934b59a2a8b1567261bab.tar.bz2
Add section numbering to some of the larger subdocuments.
Diffstat (limited to 'Doc/extending')
-rw-r--r--Doc/extending/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/extending/index.rst b/Doc/extending/index.rst
index 6e8cf79..92e6132 100644
--- a/Doc/extending/index.rst
+++ b/Doc/extending/index.rst
@@ -26,6 +26,7 @@ For a detailed description of the whole Python/C API, see the separate
.. toctree::
:maxdepth: 2
+ :numbered:
extending.rst
newtypes.rst