Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 1 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 2 | Python Documentation contents |
| 3 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 4 | |
| 5 | .. toctree:: |
| 6 | |
Benjamin Peterson | f10a79a | 2008-10-11 00:49:57 +0000 | [diff] [blame] | 7 | whatsnew/index.rst |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 8 | tutorial/index.rst |
Georg Brandl | 9afde1c | 2007-11-01 20:32:30 +0000 | [diff] [blame] | 9 | using/index.rst |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 10 | reference/index.rst |
| 11 | library/index.rst |
| 12 | extending/index.rst |
| 13 | c-api/index.rst |
Larry Hastings | 3732ed2 | 2014-03-15 21:13:56 -0700 | [diff] [blame] | 14 | distributing/index.rst |
| 15 | installing/index.rst |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 16 | howto/index.rst |
Georg Brandl | d741315 | 2009-10-11 21:25:26 +0000 | [diff] [blame] | 17 | faq/index.rst |
Guido van Rossum | f10aa98 | 2007-08-17 18:30:38 +0000 | [diff] [blame] | 18 | glossary.rst |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 19 | |
| 20 | about.rst |
| 21 | bugs.rst |
| 22 | copyright.rst |
| 23 | license.rst |
Larry Hastings | 3732ed2 | 2014-03-15 21:13:56 -0700 | [diff] [blame] | 24 | |
| 25 | .. include legacy packaging docs in build |
| 26 | |
| 27 | .. toctree:: |
| 28 | :hidden: |
| 29 | |
| 30 | distutils/index.rst |
| 31 | install/index.rst |