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 |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 17 | curses.rst |
| 18 | doanddont.rst |
| 19 | functional.rst |
| 20 | regex.rst |
| 21 | sockets.rst |
| 22 | unicode.rst |
| 23 | urllib2.rst |
| 24 | |