Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +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 | |
Brett Cannon | 8045d97 | 2011-02-03 22:01:54 +0000 | [diff] [blame] | 16 | pyporting.rst |
Benjamin Peterson | e9bbc8b | 2008-09-28 02:06:32 +0000 | [diff] [blame] | 17 | cporting.rst |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 18 | curses.rst |
Georg Brandl | 45cceeb | 2010-05-19 21:39:51 +0000 | [diff] [blame] | 19 | descriptor.rst |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 20 | functional.rst |
Vinay Sajip | c63619b | 2010-12-19 12:56:57 +0000 | [diff] [blame] | 21 | logging.rst |
| 22 | logging-cookbook.rst |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 23 | regex.rst |
| 24 | sockets.rst |
Raymond Hettinger | 53c58f8 | 2010-09-01 09:15:42 +0000 | [diff] [blame] | 25 | sorting.rst |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 26 | unicode.rst |
| 27 | urllib2.rst |
Benjamin Peterson | ae5360b | 2008-09-08 23:05:23 +0000 | [diff] [blame] | 28 | webservers.rst |
Ezio Melotti | 6cc7a41 | 2012-05-06 16:15:35 +0300 | [diff] [blame] | 29 | argparse.rst |
Nick Coghlan | 53c9200 | 2012-05-27 01:53:33 +1000 | [diff] [blame] | 30 | ipaddress.rst |
Larry Hastings | 78cf85c | 2014-01-04 12:44:57 -0800 | [diff] [blame] | 31 | clinic.rst |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 32 | |