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   enum.rst
21   functional.rst
22   logging.rst
23   logging-cookbook.rst
24   regex.rst
25   sockets.rst
26   sorting.rst
27   unicode.rst
28   urllib2.rst
29   argparse.rst
30   ipaddress.rst
31   clinic.rst
32   instrumentation.rst
33   annotations.rst
34   isolating-extensions.rst
35
36