blob: 7d6468860db544b347434daa11317b2efb71a2ad [file] [log] [blame]
Georg Brandl8ec7f652007-08-15 14:28:01 +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
Benjamin Petersonf1c08f02008-09-26 02:58:36 +000017 cporting.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000018 curses.rst
19 doanddont.rst
20 functional.rst
21 regex.rst
22 sockets.rst
23 unicode.rst
24 urllib2.rst
Georg Brandl0f3629d2008-09-07 17:00:17 +000025 webservers.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000026