[issue34717] docs: disable numbered sections for stdlib in html

2019-04-26 Thread Oliver Too, Eh?
Oliver Too, Eh? added the comment: As someone who is only now making the transition from Python 2 to Python 3, losing the numbering in the documentation on the Python Standard Library slows down my navigation when looking through the high-level contents. Given that the position of

[issue34717] docs: disable numbered sections for stdlib in html

2018-09-17 Thread miss-islington
miss-islington added the comment: New changeset c63d81b3feaa008a6be4c7c83c324174e8d95c24 by Miss Islington (bot) in branch '3.7': bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370) https://github.com/python/cpython/commit/c63d81b3feaa008a6be4c7c83c324174e8d95c24

[issue34717] docs: disable numbered sections for stdlib in html

2018-09-17 Thread Yury Selivanov
Change by Yury Selivanov : -- versions: +Python 3.7, Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue34717] docs: disable numbered sections for stdlib in html

2018-09-17 Thread Yury Selivanov
Yury Selivanov added the comment: Thanks to Julien and Carol for reviews and sharing the opinion! I'm closing this issue now. In case someone needs the numbering to be re-enabled for some reason we can re-open this issue and discuss the best approach how to make that happen, while making

[issue34717] docs: disable numbered sections for stdlib in html

2018-09-17 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset c62ab2862db2382808bb2228760eebdda3f608bd by Yury Selivanov in branch 'master': bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370) https://github.com/python/cpython/commit/c62ab2862db2382808bb2228760eebdda3f608bd --

[issue34717] docs: disable numbered sections for stdlib in html

2018-09-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +8799 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue34717] docs: disable numbered sections for stdlib in html

2018-09-17 Thread Julien Palard
Julien Palard added the comment: In one hand, I already spotted students exchanging paragraphs numbers, when both have the same page open but one want to point a specific paragraph to the other, it goes like "humm that thing is docuemtented in paragraph 3.17.3.12". Don't mis-read me, they

[issue34717] docs: disable numbered sections for stdlib in html

2018-09-17 Thread Yury Selivanov
Change by Yury Selivanov : -- nosy: +mdk ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34717] docs: disable numbered sections for stdlib in html

2018-09-17 Thread Yury Selivanov
Change by Yury Selivanov : -- keywords: +patch pull_requests: +8793 stage: -> patch review ___ Python tracker ___ ___

[issue34717] docs: disable numbered sections for stdlib in html

2018-09-17 Thread Yury Selivanov
Yury Selivanov added the comment: Please refer to the attached screenshots to see the difference. -- ___ Python tracker ___ ___

[issue34717] docs: disable numbered sections for stdlib in html

2018-09-17 Thread Yury Selivanov
Change by Yury Selivanov : Added file: https://bugs.python.org/file47812/after_2.png ___ Python tracker ___ ___ Python-bugs-list mailing

[issue34717] docs: disable numbered sections for stdlib in html

2018-09-17 Thread Yury Selivanov
Change by Yury Selivanov : Added file: https://bugs.python.org/file47811/after_1.png ___ Python tracker ___ ___ Python-bugs-list mailing

[issue34717] docs: disable numbered sections for stdlib in html

2018-09-17 Thread Yury Selivanov
Change by Yury Selivanov : -- nosy: +willingc -mdk stage: patch review -> ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue34717] docs: disable numbered sections for stdlib in html

2018-09-17 Thread Ned Deily
Change by Ned Deily : -- nosy: +mdk ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34717] docs: disable numbered sections for stdlib in html

2018-09-17 Thread Yury Selivanov
Change by Yury Selivanov : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34717] docs: disable numbered sections for stdlib in html

2018-09-17 Thread Yury Selivanov
Change by Yury Selivanov : Added file: https://bugs.python.org/file47810/now_1.png ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue34717] docs: disable numbered sections for stdlib in html

2018-09-17 Thread Yury Selivanov
New submission from Yury Selivanov : I'd like to remove the ":numbered:" option from Doc/library/index.rst TOC. Most standard library modules don't have extensive documentation, but some, for example asyncio, have. For such modules, numbering makes title to contain too much noise. Sphinx