Georg Brandl | 8ec7f65 | 2007-08-15 14:28:01 +0000 | [diff] [blame] | 1 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 2 | Python Documentation contents |
| 3 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 4 | |
| 5 | .. toctree:: |
| 6 | |
Georg Brandl | 151f42f | 2008-10-08 18:57:13 +0000 | [diff] [blame] | 7 | whatsnew/index.rst |
Georg Brandl | 8ec7f65 | 2007-08-15 14:28:01 +0000 | [diff] [blame] | 8 | tutorial/index.rst |
Georg Brandl | 59d121a | 2007-10-20 18:08:14 +0000 | [diff] [blame] | 9 | using/index.rst |
Georg Brandl | 8ec7f65 | 2007-08-15 14:28:01 +0000 | [diff] [blame] | 10 | reference/index.rst |
| 11 | library/index.rst |
| 12 | extending/index.rst |
| 13 | c-api/index.rst |
Donald Stufft | 527d4ac | 2014-11-20 09:38:31 -0500 | [diff] [blame] | 14 | distributing/index.rst |
| 15 | installing/index.rst |
Georg Brandl | 8ec7f65 | 2007-08-15 14:28:01 +0000 | [diff] [blame] | 16 | howto/index.rst |
Georg Brandl | 6728c5a | 2009-10-11 18:31:23 +0000 | [diff] [blame] | 17 | faq/index.rst |
Georg Brandl | 437e6a3 | 2007-08-17 06:27:11 +0000 | [diff] [blame] | 18 | glossary.rst |
Georg Brandl | 8ec7f65 | 2007-08-15 14:28:01 +0000 | [diff] [blame] | 19 | |
| 20 | about.rst |
| 21 | bugs.rst |
| 22 | copyright.rst |
| 23 | license.rst |
Donald Stufft | 527d4ac | 2014-11-20 09:38:31 -0500 | [diff] [blame] | 24 | |
| 25 | .. to include legacy packaging docs in build |
| 26 | |
| 27 | .. toctree:: |
| 28 | :hidden: |
| 29 | |
| 30 | distutils/index.rst |
| 31 | install/index.rst |