1***************
2 Python HOWTOs
3***************
4
5Python HOWTOs are documents that cover a single, specific topic,
6and attempt to cover it fairly completely. Modelled on the Linux
7Documentation Project's HOWTO collection, this collection is an
8effort to foster documentation that's more detailed than the
9Python Library Reference.
10
11Currently, the HOWTOs are:
12
13.. toctree::
14   :maxdepth: 1
15
16   pyporting.rst
17   cporting.rst
18   curses.rst
19   descriptor.rst
20   functional.rst
21   logging.rst
22   logging-cookbook.rst
23   regex.rst
24   sockets.rst
25   sorting.rst
26   unicode.rst
27   urllib2.rst
28   argparse.rst
29   ipaddress.rst
30   clinic.rst
31   instrumentation.rst
32
33