Skip to content

Commit a1296ed

Browse files
Update idlelib/help.html to current Sphinx output (GH-22833)
idle.rst is unchanged (cherry picked from commit a460d45) Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent d05514a commit a1296ed

File tree

1 file changed

+37
-33
lines changed

1 file changed

+37
-33
lines changed

Lib/idlelib/help.html

Lines changed: 37 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11

22
<!DOCTYPE html>
33

4-
<html xmlns="http://www.w3.org/1999/xhtml">
4+
<html>
55
<head>
66
<meta charset="utf-8" />
7-
<title>IDLE &#8212; Python 3.10.0a0 documentation</title>
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<title>IDLE &#8212; Python 3.10.0a1 documentation</title>
89
<link rel="stylesheet" href="../_static/pydoctheme.css" type="text/css" />
910
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1011

11-
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
12-
<script type="text/javascript" src="../_static/jquery.js"></script>
13-
<script type="text/javascript" src="../_static/underscore.js"></script>
14-
<script type="text/javascript" src="../_static/doctools.js"></script>
15-
<script type="text/javascript" src="../_static/language_data.js"></script>
12+
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
13+
<script src="../_static/jquery.js"></script>
14+
<script src="../_static/underscore.js"></script>
15+
<script src="../_static/doctools.js"></script>
16+
<script src="../_static/language_data.js"></script>
1617

17-
<script type="text/javascript" src="../_static/sidebar.js"></script>
18+
<script src="../_static/sidebar.js"></script>
1819

1920
<link rel="search" type="application/opensearchdescription+xml"
20-
title="Search within Python 3.10.0a0 documentation"
21+
title="Search within Python 3.10.0a1 documentation"
2122
href="../_static/opensearch.xml"/>
2223
<link rel="author" title="About these documents" href="../about.html" />
2324
<link rel="index" title="Index" href="../genindex.html" />
@@ -71,11 +72,12 @@ <h3>Navigation</h3>
7172

7273

7374
<li>
74-
<a href="../index.html">3.10.0a0 Documentation</a> &#187;
75+
<a href="../index.html">3.10.0a1 Documentation</a> &#187;
7576
</li>
7677

7778
<li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &#187;</li>
7879
<li class="nav-item nav-item-2"><a href="tk.html" accesskey="U">Graphical User Interfaces with Tk</a> &#187;</li>
80+
<li class="nav-item nav-item-this"><a href="">IDLE</a></li>
7981
<li class="right">
8082

8183

@@ -426,30 +428,30 @@ <h3>Key bindings<a class="headerlink" href="#key-bindings" title="Permalink to t
426428
the <kbd class="kbd docutils literal notranslate">Command</kbd> key on macOS.</p>
427429
<ul>
428430
<li><p><kbd class="kbd docutils literal notranslate">Backspace</kbd> deletes to the left; <kbd class="kbd docutils literal notranslate">Del</kbd> deletes to the right</p></li>
429-
<li><p><kbd class="kbd docutils literal notranslate">C-Backspace</kbd> delete word left; <kbd class="kbd docutils literal notranslate">C-Del</kbd> delete word to the right</p></li>
430-
<li><p>Arrow keys and <kbd class="kbd docutils literal notranslate">Page Up</kbd>/<kbd class="kbd docutils literal notranslate">Page Down</kbd> to move around</p></li>
431-
<li><p><kbd class="kbd docutils literal notranslate">C-LeftArrow</kbd> and <kbd class="kbd docutils literal notranslate">C-RightArrow</kbd> moves by words</p></li>
431+
<li><p><kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">Backspace</kbd></kbd> delete word left; <kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">Del</kbd></kbd> delete word to the right</p></li>
432+
<li><p>Arrow keys and <kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">Page</kbd> <kbd class="kbd docutils literal notranslate">Up</kbd></kbd>/<kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">Page</kbd> <kbd class="kbd docutils literal notranslate">Down</kbd></kbd> to move around</p></li>
433+
<li><p><kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">LeftArrow</kbd></kbd> and <kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">RightArrow</kbd></kbd> moves by words</p></li>
432434
<li><p><kbd class="kbd docutils literal notranslate">Home</kbd>/<kbd class="kbd docutils literal notranslate">End</kbd> go to begin/end of line</p></li>
433-
<li><p><kbd class="kbd docutils literal notranslate">C-Home</kbd>/<kbd class="kbd docutils literal notranslate">C-End</kbd> go to begin/end of file</p></li>
435+
<li><p><kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">Home</kbd></kbd>/<kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">End</kbd></kbd> go to begin/end of file</p></li>
434436
<li><p>Some useful Emacs bindings are inherited from Tcl/Tk:</p>
435437
<blockquote>
436438
<div><ul class="simple">
437-
<li><p><kbd class="kbd docutils literal notranslate">C-a</kbd> beginning of line</p></li>
438-
<li><p><kbd class="kbd docutils literal notranslate">C-e</kbd> end of line</p></li>
439-
<li><p><kbd class="kbd docutils literal notranslate">C-k</kbd> kill line (but doesn’t put it in clipboard)</p></li>
440-
<li><p><kbd class="kbd docutils literal notranslate">C-l</kbd> center window around the insertion point</p></li>
441-
<li><p><kbd class="kbd docutils literal notranslate">C-b</kbd> go backward one character without deleting (usually you can
439+
<li><p><kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">a</kbd></kbd> beginning of line</p></li>
440+
<li><p><kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">e</kbd></kbd> end of line</p></li>
441+
<li><p><kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">k</kbd></kbd> kill line (but doesn’t put it in clipboard)</p></li>
442+
<li><p><kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">l</kbd></kbd> center window around the insertion point</p></li>
443+
<li><p><kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">b</kbd></kbd> go backward one character without deleting (usually you can
442444
also use the cursor key for this)</p></li>
443-
<li><p><kbd class="kbd docutils literal notranslate">C-f</kbd> go forward one character without deleting (usually you can
445+
<li><p><kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">f</kbd></kbd> go forward one character without deleting (usually you can
444446
also use the cursor key for this)</p></li>
445-
<li><p><kbd class="kbd docutils literal notranslate">C-p</kbd> go up one line (usually you can also use the cursor key for
447+
<li><p><kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">p</kbd></kbd> go up one line (usually you can also use the cursor key for
446448
this)</p></li>
447-
<li><p><kbd class="kbd docutils literal notranslate">C-d</kbd> delete next character</p></li>
449+
<li><p><kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">d</kbd></kbd> delete next character</p></li>
448450
</ul>
449451
</div></blockquote>
450452
</li>
451453
</ul>
452-
<p>Standard keybindings (like <kbd class="kbd docutils literal notranslate">C-c</kbd> to copy and <kbd class="kbd docutils literal notranslate">C-v</kbd> to paste)
454+
<p>Standard keybindings (like <kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">c</kbd></kbd> to copy and <kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">v</kbd></kbd> to paste)
453455
may work. Keybindings are selected in the Configure IDLE dialog.</p>
454456
</div>
455457
<div class="section" id="automatic-indentation">
@@ -486,7 +488,7 @@ <h3>Automatic indentation<a class="headerlink" href="#automatic-indentation" tit
486488
directory name and a separator.</p>
487489
<p>Instead of waiting, or after a box is closed, open a completion box
488490
immediately with Show Completions on the Edit menu. The default hot
489-
key is <kbd class="kbd docutils literal notranslate">C-space</kbd>. If one types a prefix for the desired name
491+
key is <kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">space</kbd></kbd>. If one types a prefix for the desired name
490492
before opening the box, the first match or near miss is made visible.
491493
The result is the same as if one enters a prefix
492494
after the box is displayed. Show Completions after a quote completes
@@ -559,14 +561,14 @@ <h3>Python Shell window<a class="headerlink" href="#python-shell-window" title="
559561
<p>The editing features described in previous subsections work when entering
560562
code interactively. IDLE’s Shell window also responds to the following keys.</p>
561563
<ul>
562-
<li><p><kbd class="kbd docutils literal notranslate">C-c</kbd> interrupts executing command</p></li>
563-
<li><p><kbd class="kbd docutils literal notranslate">C-d</kbd> sends end-of-file; closes window if typed at a <code class="docutils literal notranslate"><span class="pre">&gt;&gt;&gt;</span></code> prompt</p></li>
564-
<li><p><kbd class="kbd docutils literal notranslate">Alt-/</kbd> (Expand word) is also useful to reduce typing</p>
564+
<li><p><kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">c</kbd></kbd> interrupts executing command</p></li>
565+
<li><p><kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">d</kbd></kbd> sends end-of-file; closes window if typed at a <code class="docutils literal notranslate"><span class="pre">&gt;&gt;&gt;</span></code> prompt</p></li>
566+
<li><p><kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">Alt</kbd>-<kbd class="kbd docutils literal notranslate">/</kbd></kbd> (Expand word) is also useful to reduce typing</p>
565567
<p>Command history</p>
566568
<ul class="simple">
567-
<li><p><kbd class="kbd docutils literal notranslate">Alt-p</kbd> retrieves previous command matching what you have typed. On
568-
macOS use <kbd class="kbd docutils literal notranslate">C-p</kbd>.</p></li>
569-
<li><p><kbd class="kbd docutils literal notranslate">Alt-n</kbd> retrieves next. On macOS use <kbd class="kbd docutils literal notranslate">C-n</kbd>.</p></li>
569+
<li><p><kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">Alt</kbd>-<kbd class="kbd docutils literal notranslate">p</kbd></kbd> retrieves previous command matching what you have typed. On
570+
macOS use <kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">p</kbd></kbd>.</p></li>
571+
<li><p><kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">Alt</kbd>-<kbd class="kbd docutils literal notranslate">n</kbd></kbd> retrieves next. On macOS use <kbd class="kbd docutils literal notranslate"><kbd class="kbd docutils literal notranslate">C</kbd>-<kbd class="kbd docutils literal notranslate">n</kbd></kbd>.</p></li>
570572
<li><p><kbd class="kbd docutils literal notranslate">Return</kbd> while on any previous command retrieves that command</p></li>
571573
</ul>
572574
</li>
@@ -852,6 +854,7 @@ <h3>Extensions<a class="headerlink" href="#extensions" title="Permalink to this
852854
</div>
853855

854856

857+
<div class="clearer"></div>
855858
</div>
856859
</div>
857860
</div>
@@ -947,11 +950,12 @@ <h3>Navigation</h3>
947950

948951

949952
<li>
950-
<a href="../index.html">3.10.0a0 Documentation</a> &#187;
953+
<a href="../index.html">3.10.0a1 Documentation</a> &#187;
951954
</li>
952955

953956
<li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &#187;</li>
954957
<li class="nav-item nav-item-2"><a href="tk.html" >Graphical User Interfaces with Tk</a> &#187;</li>
958+
<li class="nav-item nav-item-this"><a href="">IDLE</a></li>
955959
<li class="right">
956960

957961

@@ -978,11 +982,11 @@ <h3>Navigation</h3>
978982
<br />
979983
<br />
980984

981-
Last updated on Sep 22, 2020.
985+
Last updated on Oct 20, 2020.
982986
<a href="https://docs.python.org/3/bugs.html">Found a bug</a>?
983987
<br />
984988

985-
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 2.1.1.
989+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 3.2.1.
986990
</div>
987991

988992
</body>

0 commit comments

Comments
 (0)