From: Yury Selivanov Date: Mon, 17 Sep 2018 22:12:21 +0000 (-0400) Subject: bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370) X-Git-Tag: v3.8.0a1~959 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c62ab2862db2382808bb2228760eebdda3f608bd;p=python bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370) --- diff --git a/Doc/library/index.rst b/Doc/library/index.rst index b8fbf44ae4..bebf7429b0 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 `_. - +.. 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