blob: 94ecc9a1b0d2e553e422ef0233329ebbf7350c50 [file] [log] [blame]
Georg Brandl116aa622007-08-15 14:28:22 +00001***************
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 advocacy.rst
Brett Cannon8045d972011-02-03 22:01:54 +000017 pyporting.rst
Benjamin Petersone9bbc8b2008-09-28 02:06:32 +000018 cporting.rst
Georg Brandl116aa622007-08-15 14:28:22 +000019 curses.rst
Georg Brandl45cceeb2010-05-19 21:39:51 +000020 descriptor.rst
Georg Brandl116aa622007-08-15 14:28:22 +000021 doanddont.rst
22 functional.rst
Vinay Sajipc63619b2010-12-19 12:56:57 +000023 logging.rst
24 logging-cookbook.rst
Georg Brandl116aa622007-08-15 14:28:22 +000025 regex.rst
26 sockets.rst
Raymond Hettinger53c58f82010-09-01 09:15:42 +000027 sorting.rst
Georg Brandl116aa622007-08-15 14:28:22 +000028 unicode.rst
29 urllib2.rst
Benjamin Petersonae5360b2008-09-08 23:05:23 +000030 webservers.rst
Georg Brandl116aa622007-08-15 14:28:22 +000031