blob: 94ecc9a1b0d2e553e422ef0233329ebbf7350c50 [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
Éric Araujo52a5a032011-08-19 01:22:42 +020017 pyporting.rst
Benjamin Petersonf1c08f02008-09-26 02:58:36 +000018 cporting.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000019 curses.rst
Raymond Hettingerf11363d2010-04-11 08:14:45 +000020 descriptor.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000021 doanddont.rst
22 functional.rst
Vinay Sajip5dbca9c2011-04-08 11:40:38 +010023 logging.rst
24 logging-cookbook.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000025 regex.rst
26 sockets.rst
Raymond Hettingere694e002010-04-11 00:01:23 +000027 sorting.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000028 unicode.rst
29 urllib2.rst
Georg Brandl0f3629d2008-09-07 17:00:17 +000030 webservers.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000031