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 | |
| 16 | advocacy.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 |
| 19 | doanddont.rst |
| 20 | functional.rst |
| 21 | regex.rst |
| 22 | sockets.rst |
| 23 | unicode.rst |
| 24 | urllib2.rst |
Benjamin Peterson | ae5360b | 2008-09-08 23:05:23 +0000 | [diff] [blame] | 25 | webservers.rst |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 26 | |