cpython/Doc/library/frameworks.rst
Alexander Belopolsky f0a0d14c28 Issue #7061: Dropped "for Tk" from turtle module title and moved its
doc section under frameworks.  Also fixed a couple of markup issues
that affected TOC rendering.
2010-10-27 03:06:43 +00:00

19 lines
391 B
ReStructuredText

.. _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::
turtle.rst
cmd.rst
shlex.rst