Skip to content

Commit 83e4b43

Browse files
[3.13] gh-137777: Disband the 'Program Frameworks' chapter (GH-137796) (#137831)
Co-authored-by: rimchoi <hyerimc858@gmail.com>
1 parent 0607fdd commit 83e4b43

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

Doc/library/cmdlinelibs.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _cmdlinelibs:
22

33
********************************
4-
Command Line Interface Libraries
4+
Command-line interface libraries
55
********************************
66

77
The 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

Doc/library/frameworks.rst

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
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>`

Doc/library/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Doc/library/tk.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

Doc/library/unix.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _unix:
22

33
**********************
4-
Unix Specific Services
4+
Unix-specific services
55
**********************
66

77
The 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

0 commit comments

Comments
 (0)