Georg Brandl | 8ec7f65 | 2007-08-15 14:28:01 +0000 | [diff] [blame] | 1 | *************** |
| 2 | Python HOWTOs |
| 3 | *************** |
| 4 | |
| 5 | Python HOWTOs are documents that cover a single, specific topic, |
| 6 | and attempt to cover it fairly completely. Modelled on the Linux |
| 7 | Documentation Project's HOWTO collection, this collection is an |
| 8 | effort to foster documentation that's more detailed than the |
| 9 | Python Library Reference. |
| 10 | |
| 11 | Currently, the HOWTOs are: |
| 12 | |
| 13 | .. toctree:: |
| 14 | :maxdepth: 1 |
| 15 | |
| 16 | advocacy.rst |
Benjamin Peterson | f1c08f0 | 2008-09-26 02:58:36 +0000 | [diff] [blame] | 17 | cporting.rst |
Georg Brandl | 8ec7f65 | 2007-08-15 14:28:01 +0000 | [diff] [blame] | 18 | curses.rst |
Raymond Hettinger | f11363d | 2010-04-11 08:14:45 +0000 | [diff] [blame] | 19 | descriptor.rst |
Georg Brandl | 8ec7f65 | 2007-08-15 14:28:01 +0000 | [diff] [blame] | 20 | doanddont.rst |
| 21 | functional.rst |
Vinay Sajip | 5dbca9c | 2011-04-08 11:40:38 +0100 | [diff] [blame] | 22 | logging.rst |
| 23 | logging-cookbook.rst |
Georg Brandl | 8ec7f65 | 2007-08-15 14:28:01 +0000 | [diff] [blame] | 24 | regex.rst |
| 25 | sockets.rst |
Raymond Hettinger | e694e00 | 2010-04-11 00:01:23 +0000 | [diff] [blame] | 26 | sorting.rst |
Georg Brandl | 8ec7f65 | 2007-08-15 14:28:01 +0000 | [diff] [blame] | 27 | unicode.rst |
| 28 | urllib2.rst |
Georg Brandl | 0f3629d | 2008-09-07 17:00:17 +0000 | [diff] [blame] | 29 | webservers.rst |
Georg Brandl | 8ec7f65 | 2007-08-15 14:28:01 +0000 | [diff] [blame] | 30 | |