]> granicus.if.org Git - python/commitdiff
bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370)
authorYury Selivanov <yury@magic.io>
Mon, 17 Sep 2018 22:12:21 +0000 (18:12 -0400)
committerGitHub <noreply@github.com>
Mon, 17 Sep 2018 22:12:21 +0000 (18:12 -0400)
Doc/library/index.rst

index b8fbf44ae49f1318b16b49a5b8a2e168be67f3fc..bebf7429b0e63e0d22b4d08cf6c45251b4876f23 100644 (file)
@@ -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