.. _cmdlinelibs:
********************************
-Command Line Interface Libraries
+Command-line interface libraries
********************************
The modules described in this chapter assist with implementing
curses.rst
curses.ascii.rst
curses.panel.rst
+ cmd.rst
+: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.
-
-The full list of modules described in this chapter is:
-
-
-.. toctree::
+This chapter is no longer maintained, and the modules it contained have been moved to their respective topical documentation.
- 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>`
internet.rst
mm.rst
i18n.rst
- frameworks.rst
tk.rst
development.rst
debug.rst
.. _tkinter:
*********************************
-Graphical User Interfaces with Tk
+Graphical user interfaces with Tk
*********************************
.. index::
tkinter.dnd.rst
tkinter.ttk.rst
idle.rst
+ turtle.rst
.. Other sections I have in mind are
Tkinter internals
.. _unix:
**********************
-Unix Specific Services
+Unix-specific services
**********************
The modules described in this chapter provide interfaces to features that are
.. toctree::
+ shlex.rst
posix.rst
pwd.rst
grp.rst