blob: 68aab60539b79bdbce5cbe9fb8573877e1171647 [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
Georg Brandl116aa622007-08-15 14:28:22 +000017 curses.rst
18 doanddont.rst
19 functional.rst
20 regex.rst
21 sockets.rst
22 unicode.rst
23 urllib2.rst
24