Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Doc/library/cmdlinelibs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ Here's an overview:
curses.rst
curses.ascii.rst
curses.panel.rst
cmd.rst
17 changes: 7 additions & 10 deletions Doc/library/frameworks.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
:orphan:

.. _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:

This chapter is no longer maintained, and the modules it contained have been moved to their respective topical documentation.
Please see the following pages for their new locations:

.. toctree::

turtle.rst
cmd.rst
shlex.rst
* :mod:`turtle` — :doc:`Graphical User Interfaces with Tk <./tk>`
* :mod:`cmd` — :doc:`Command Line Interface Libraries <./cmdlinelibs>`
* :mod:`shlex` — :doc:`Unix Specific Services <./unix>`
1 change: 0 additions & 1 deletion Doc/library/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Doc/library/tk.rst
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's update this file's header to sentence case:

-Graphical User Interfaces with Tk
+Graphical user interfaces with Tk

Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Doc/library/unix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ of it. Here's an overview:
fcntl.rst
resource.rst
syslog.rst
shlex.rst
Loading