Skip to content

Commit b1645de

Browse files
committed
Fix remove Program Frameworks chapter and relocate its modules
- Moved turtle docs under "Graphical User Interfaces with Tk" - Moved cmd docs under "Command Line Interface Libraries" - Moved shlex docs under "Unix Specific Services" - Removed Program Frameworks from the library TOC - Added orphan page at library/frameworks.rst with links to new locations to avoid 404s for existing inbound links
1 parent 8665769 commit b1645de

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

Doc/library/cmdlinelibs.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1+
:orphan:
2+
13
.. _frameworks:
24

35
******************
46
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-
9+
This chapter is no longer maintained, and the modules it contained have been moved to their respective topical documentation.
10+
Please see the following pages for their new locations:
1311

14-
.. toctree::
1512

16-
turtle.rst
17-
cmd.rst
18-
shlex.rst
13+
* :mod:`turtle` — :doc:`Graphical User Interfaces with Tk <library/tk>`
14+
* :mod:`cmd` — :doc:`Command Line Interface Libraries <library/cmdlinelibs>`
15+
* :mod:`shlex` — :doc:`Unix Specific Services <library/unix>`

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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ of it. Here's an overview:
2020
fcntl.rst
2121
resource.rst
2222
syslog.rst
23+
shlex.rst

0 commit comments

Comments
 (0)