gh-137777: Disband the 'Program Frameworks' chapter (#137796)

This commit is contained in:
rimchoi 2025-08-16 02:41:09 +09:00 committed by GitHub
parent 4e08a9f97a
commit eee6589c17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 13 additions and 16 deletions

View file

@ -1,7 +1,7 @@
.. _cmdlinelibs:
********************************
Command Line Interface Libraries
Command-line interface libraries
********************************
The modules described in this chapter assist with implementing
@ -19,3 +19,4 @@ Here's an overview:
curses.rst
curses.ascii.rst
curses.panel.rst
cmd.rst

View file

@ -1,18 +1,13 @@
:orphan:
.. _frameworks:
******************
Program Frameworks
Program frameworks
******************
The modules described in this chapter are frameworks that will largely dictate
the structure of your program. Currently the modules described here are all
oriented toward writing command-line interfaces.
This chapter is no longer maintained, and the modules it contained have been moved to their respective topical documentation.
The full list of modules described in this chapter is:
.. toctree::
turtle.rst
cmd.rst
shlex.rst
* :mod:`cmd`:doc:`Command Line Interface Libraries <./cmdlinelibs>`
* :mod:`shlex`:doc:`Unix Specific Services <./unix>`
* :mod:`turtle`:doc:`Graphical User Interfaces with Tk <./tk>`

View file

@ -63,7 +63,6 @@ the `Python Package Index <https://pypi.org>`_.
internet.rst
mm.rst
i18n.rst
frameworks.rst
tk.rst
development.rst
debug.rst

View file

@ -1,7 +1,7 @@
.. _tkinter:
*********************************
Graphical User Interfaces with Tk
Graphical user interfaces with Tk
*********************************
.. index::
@ -39,6 +39,7 @@ alternative `GUI frameworks and tools <https://wiki.python.org/moin/GuiProgrammi
tkinter.dnd.rst
tkinter.ttk.rst
idle.rst
turtle.rst
.. Other sections I have in mind are
Tkinter internals

View file

@ -1,7 +1,7 @@
.. _unix:
**********************
Unix Specific Services
Unix-specific services
**********************
The modules described in this chapter provide interfaces to features that are
@ -11,6 +11,7 @@ of it. Here's an overview:
.. toctree::
shlex.rst
posix.rst
pwd.rst
grp.rst