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 1
1
.. _cmdlinelibs :
2
2
3
3
********************************
4
- Command Line Interface Libraries
4
+ Command-line interface libraries
5
5
********************************
6
6
7
7
The modules described in this chapter assist with implementing
@@ -19,3 +19,4 @@ Here's an overview:
19
19
curses.rst
20
20
curses.ascii.rst
21
21
curses.panel.rst
22
+ cmd.rst
Original file line number Diff line number Diff line change
1
+ :orphan:
2
+
1
3
.. _frameworks :
2
4
3
5
******************
4
- Program Frameworks
6
+ Program frameworks
5
7
******************
6
8
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.
15
10
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>`_.
63
63
internet.rst
64
64
mm.rst
65
65
i18n.rst
66
- frameworks.rst
67
66
tk.rst
68
67
development.rst
69
68
debug.rst
Original file line number Diff line number Diff line change 1
1
.. _tkinter :
2
2
3
3
*********************************
4
- Graphical User Interfaces with Tk
4
+ Graphical user interfaces with Tk
5
5
*********************************
6
6
7
7
.. index ::
@@ -39,6 +39,7 @@ alternative `GUI frameworks and tools <https://wiki.python.org/moin/GuiProgrammi
39
39
tkinter.dnd.rst
40
40
tkinter.ttk.rst
41
41
idle.rst
42
+ turtle.rst
42
43
43
44
.. Other sections I have in mind are
44
45
Tkinter internals
Original file line number Diff line number Diff line change 1
1
.. _unix :
2
2
3
3
**********************
4
- Unix Specific Services
4
+ Unix-specific services
5
5
**********************
6
6
7
7
The modules described in this chapter provide interfaces to features that are
@@ -11,6 +11,7 @@ of it. Here's an overview:
11
11
12
12
.. toctree ::
13
13
14
+ shlex.rst
14
15
posix.rst
15
16
pwd.rst
16
17
grp.rst
You can’t perform that action at this time.
0 commit comments