@@ -332,7 +332,7 @@ <h3>Help menu (Shell and Editor)<a class="headerlink" href="#help-menu-shell-and
332332< dt > About IDLE</ dt >
333333< dd > Display version, copyright, license, credits, and more.</ dd >
334334< dt > IDLE Help</ dt >
335- < dd > Display a help file for IDLE detailing the menu options, basic editing and
335+ < dd > Display this IDLE document, detailing the menu options, basic editing and
336336navigation, and other tips.</ dd >
337337< dt > Python Docs</ dt >
338338< dd > Access local Python documentation, if installed, or start a web browser
@@ -341,7 +341,8 @@ <h3>Help menu (Shell and Editor)<a class="headerlink" href="#help-menu-shell-and
341341< dd > Run the turtledemo module with example Python code and turtle drawings.</ dd >
342342</ dl >
343343< p > Additional help sources may be added here with the Configure IDLE dialog under
344- the General tab.</ p >
344+ the General tab. See the “Help sources” subsection below for more
345+ on Help menu choices.</ p >
345346</ div >
346347< div class ="section " id ="context-menus ">
347348< span id ="index-4 "> </ span > < h3 > Context Menus< a class ="headerlink " href ="#context-menus " title ="Permalink to this headline "> ¶</ a > </ h3 >
@@ -666,13 +667,22 @@ <h3>Running without a subprocess<a class="headerlink" href="#running-without-a-s
666667</ div >
667668< div class ="section " id ="help-and-preferences ">
668669< h2 > Help and preferences< a class ="headerlink " href ="#help-and-preferences " title ="Permalink to this headline "> ¶</ a > </ h2 >
669- < div class ="section " id ="additional-help-sources ">
670- < h3 > Additional help sources< a class ="headerlink " href ="#additional-help-sources " title ="Permalink to this headline "> ¶</ a > </ h3 >
671- < p > IDLE includes a help menu entry called “Python Docs” that will open the
672- extensive sources of help, including tutorials, available at docs.python.org.
673- Selected URLs can be added or removed from the help menu at any time using the
674- Configure IDLE dialog. See the IDLE help option in the help menu of IDLE for
675- more information.</ p >
670+ < div class ="section " id ="help-sources ">
671+ < h3 > Help sources< a class ="headerlink " href ="#help-sources " title ="Permalink to this headline "> ¶</ a > </ h3 >
672+ < p > Help menu entry “IDLE Help” displays a formatted html version of the
673+ IDLE chapter of the Library Reference. The result, in a read-only
674+ tkinter text window, is close to what one sees in a web browser.
675+ Navigate through the text with a mousewheel,
676+ the scrollbar, or up and down arrow keys held down.
677+ Or click the TOC (Table of Contents) button and select a section
678+ header in the opened box.</ p >
679+ < p > Help menu entry “Python Docs” opens the extensive sources of help,
680+ including tutorials, available at docs.python.org/x.y, where ‘x.y’
681+ is the currently running Python version. If your system
682+ has an off-line copy of the docs (this may be an installation option),
683+ that will be opened instead.</ p >
684+ < p > Selected URLs can be added or removed from the help menu at any time using the
685+ General tab of the Configure IDLE dialog .</ p >
676686</ div >
677687< div class ="section " id ="setting-preferences ">
678688< h3 > Setting preferences< a class ="headerlink " href ="#setting-preferences " title ="Permalink to this headline "> ¶</ a > </ h3 >
@@ -731,7 +741,7 @@ <h3><a href="../contents.html">Table of Contents</a></h3>
731741</ ul >
732742</ li >
733743< li > < a class ="reference internal " href ="#help-and-preferences "> Help and preferences</ a > < ul >
734- < li > < a class ="reference internal " href ="#additional- help-sources "> Additional help sources</ a > </ li >
744+ < li > < a class ="reference internal " href ="#help-sources "> Help sources</ a > </ li >
735745< li > < a class ="reference internal " href ="#setting-preferences "> Setting preferences</ a > </ li >
736746< li > < a class ="reference internal " href ="#extensions "> Extensions</ a > </ li >
737747</ ul >
0 commit comments