mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-137777: Disband the 'Program Frameworks' chapter (#137796)
This commit is contained in:
parent
4e08a9f97a
commit
eee6589c17
5 changed files with 13 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>`
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue