From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 17 Sep 2018 22:42:09 +0000 (-0700) Subject: bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370) X-Git-Tag: v3.7.1rc1~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c63d81b3feaa008a6be4c7c83c324174e8d95c24;p=thirdparty%2FPython%2Fcpython.git bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370) (cherry picked from commit c62ab2862db2382808bb2228760eebdda3f608bd) Co-authored-by: Yury Selivanov --- 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