File tree Expand file tree Collapse file tree 5 files changed +13
-16
lines changed Expand file tree Collapse file tree 5 files changed +13
-16
lines changed Original file line number Diff line number Diff line change 11.. _cmdlinelibs :
22
33********************************
4- Command Line Interface Libraries
4+ Command-line interface libraries
55********************************
66
77The modules described in this chapter assist with implementing
@@ -19,3 +19,4 @@ Here's an overview:
1919 curses.rst
2020 curses.ascii.rst
2121 curses.panel.rst
22+ cmd.rst
Original file line number Diff line number Diff line change 1+ :orphan:
2+
13.. _frameworks :
24
35******************
4- Program Frameworks
6+ Program frameworks
57******************
68
7- The modules described in this chapter are frameworks that will largely dictate
8- the structure of your program. Currently the modules described here are all
9- oriented toward writing command-line interfaces.
10-
11- The full list of modules described in this chapter is:
12-
13-
14- .. toctree ::
9+ This chapter is no longer maintained, and the modules it contained have been moved to their respective topical documentation.
1510
16- turtle.rst
17- cmd.rst
18- shlex.rst
11+ * :mod: ` cmd ` — :doc: ` Command Line Interface Libraries < ./cmdlinelibs >`
12+ * :mod: ` shlex ` — :doc: ` Unix Specific Services < ./unix >`
13+ * :mod: ` turtle ` — :doc: ` Graphical User Interfaces with Tk < ./tk >`
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ the `Python Package Index <https://pypi.org>`_.
6363 internet.rst
6464 mm.rst
6565 i18n.rst
66- frameworks.rst
6766 tk.rst
6867 development.rst
6968 debug.rst
Original file line number Diff line number Diff line change 11.. _tkinter :
22
33*********************************
4- Graphical User Interfaces with Tk
4+ Graphical user interfaces with Tk
55*********************************
66
77.. index ::
@@ -39,6 +39,7 @@ alternative `GUI frameworks and tools <https://wiki.python.org/moin/GuiProgrammi
3939 tkinter.dnd.rst
4040 tkinter.ttk.rst
4141 idle.rst
42+ turtle.rst
4243
4344.. Other sections I have in mind are
4445 Tkinter internals
Original file line number Diff line number Diff line change 11.. _unix :
22
33**********************
4- Unix Specific Services
4+ Unix-specific services
55**********************
66
77The modules described in this chapter provide interfaces to features that are
@@ -11,6 +11,7 @@ of it. Here's an overview:
1111
1212.. toctree ::
1313
14+ shlex.rst
1415 posix.rst
1516 pwd.rst
1617 grp.rst
You can’t perform that action at this time.
0 commit comments