bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370) · python/cpython@c62ab28 (original) (raw)

Original file line number Diff line number Diff line change
@@ -32,10 +32,11 @@ several thousand components (from individual programs and modules to
32 32 packages and entire application development frameworks), available from
33 33 the `Python Package Index https://pypi.org\`_.
34 34
35 -
35 +.. We don't use :numbered: option for the TOC below as it enforces
36 + numbered sections for the entire stdlib docs. If desired,
37 + :numbered: can be enabled on a per-module basis.
36 38 .. toctree::
37 39 :maxdepth: 2
38 -:numbered:
39 40
40 41 intro.rst
41 42 functions.rst