]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129699: Add description to IDLE doc title (#129727)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Sat, 8 Feb 2025 19:26:07 +0000 (19:26 +0000)
committerGitHub <noreply@github.com>
Sat, 8 Feb 2025 19:26:07 +0000 (14:26 -0500)
commit33a7094aa680bca66582fec4dcda7d150eb90cd8
tree05e22ee31c25acd2f3b733615562edb9c27305e0
parent1bccd6c34f82f8373c320792323bfd7f7a328bc7
gh-129699: Add description to IDLE doc title (#129727)

Also extend the 'idlelib' section header. These additions affect both the displayed idle.html file and the contents.html file displayed by clicking the Complete table of contents link on the main docs.python.org page. (The module index entries are generated from the module name and synopsis within module files.)
---------

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Doc/library/idle.rst
Lib/idlelib/help.html
Lib/idlelib/help.py
Lib/idlelib/idle_test/test_help.py