blob: 417ae0047ef4599d635efa4617207e9ff941016a [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
Raymond Hettingerf11363d2010-04-11 08:14:45 +000019 descriptor.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000020 doanddont.rst
21 functional.rst
22 regex.rst
23 sockets.rst
Raymond Hettingere694e002010-04-11 00:01:23 +000024 sorting.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000025 unicode.rst
26 urllib2.rst
Georg Brandl0f3629d2008-09-07 17:00:17 +000027 webservers.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000028