cpython/Doc/howto/index.rst

33 lines
651 B
ReStructuredText
Raw Normal View History

2007-08-15 11:28:01 -03:00
***************
Python HOWTOs
***************
Python HOWTOs are documents that cover a single, specific topic,
and attempt to cover it fairly completely. Modelled on the Linux
Documentation Project's HOWTO collection, this collection is an
effort to foster documentation that's more detailed than the
Python Library Reference.
Currently, the HOWTOs are:
.. toctree::
:maxdepth: 1
advocacy.rst
pyporting.rst
cporting.rst
2007-08-15 11:28:01 -03:00
curses.rst
descriptor.rst
2007-08-15 11:28:01 -03:00
doanddont.rst
functional.rst
logging.rst
logging-cookbook.rst
2007-08-15 11:28:01 -03:00
regex.rst
sockets.rst
sorting.rst
2007-08-15 11:28:01 -03:00
unicode.rst
urllib2.rst
webservers.rst
argparse.rst
2007-08-15 11:28:01 -03:00