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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c62ab2862db2382808bb2228760eebdda3f608bd;p=thirdparty%2FPython%2Fcpython.git 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 b8fbf44ae49f..bebf7429b0e6 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