summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2018-09-17 22:12:21 (GMT)
committerGitHub <noreply@github.com>2018-09-17 22:12:21 (GMT)
commitc62ab2862db2382808bb2228760eebdda3f608bd (patch)
treeb040193bcc3bbeec0b312f3ac0a4787bee52fc04
parent6750922f8d3428d84a016c34d6fcd99659e8610c (diff)
downloadcpython-c62ab2862db2382808bb2228760eebdda3f608bd.zip
cpython-c62ab2862db2382808bb2228760eebdda3f608bd.tar.gz
cpython-c62ab2862db2382808bb2228760eebdda3f608bd.tar.bz2
bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370)
-rw-r--r--Doc/library/index.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/library/index.rst b/Doc/library/index.rst
index b8fbf44..bebf7429 100644
--- a/Doc/library/index.rst
+++ b/Doc/library/index.rst
@@ -32,10 +32,11 @@ several thousand components (from individual programs and modules to
packages and entire application development frameworks), available from
the `Python Package Index <https://pypi.org>`_.
-
+.. We don't use :numbered: option for the TOC below as it enforces
+ numbered sections for the entire stdlib docs. If desired,
+ :numbered: can be enabled on a per-module basis.
.. toctree::
:maxdepth: 2
- :numbered:
intro.rst
functions.rst