[Python-checkins] bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370)

Miss Islington (bot) webhook-mailer at python.org
Mon Sep 17 18:42:13 EDT 2018


https://github.com/python/cpython/commit/c63d81b3feaa008a6be4c7c83c324174e8d95c24
commit: c63d81b3feaa008a6be4c7c83c324174e8d95c24
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-09-17T15:42:09-07:00
summary:

bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370)

(cherry picked from commit c62ab2862db2382808bb2228760eebdda3f608bd)

Co-authored-by: Yury Selivanov <yury at magic.io>

files:
M Doc/library/index.rst

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 <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



More information about the Python-checkins mailing list