| Georg Brandl | 1df986b | 2008-04-19 21:28:38 +0000 | [diff] [blame] | 1 | {% extends "defindex.html" %} | 
 | 2 | {% block tables %} | 
| Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 3 |   <p><strong>Parts of the documentation:</strong></p> | 
 | 4 |   <table class="contentstable" align="center"><tr> | 
 | 5 |     <td width="50%"> | 
| Georg Brandl | 7a69b4b | 2008-04-27 17:38:55 +0000 | [diff] [blame] | 6 |       <p class="biglink"><a class="biglink" href="{{ pathto("whatsnew/" + version) }}">What's new in Python {{ version }}?</a><br/> | 
| Georg Brandl | 2804602 | 2011-02-25 11:01:04 +0000 | [diff] [blame] | 7 |          <span class="linkdescr">or <a href="{{ pathto("whatsnew/index") }}">all "What's new" documents</a> since 2.0</span></p> | 
| Georg Brandl | 7a69b4b | 2008-04-27 17:38:55 +0000 | [diff] [blame] | 8 |       <p class="biglink"><a class="biglink" href="{{ pathto("tutorial/index") }}">Tutorial</a><br/> | 
| Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 9 |          <span class="linkdescr">start here</span></p> | 
| Georg Brandl | 7a69b4b | 2008-04-27 17:38:55 +0000 | [diff] [blame] | 10 |       <p class="biglink"><a class="biglink" href="{{ pathto("library/index") }}">Library Reference</a><br/> | 
| Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 11 |          <span class="linkdescr">keep this under your pillow</span></p> | 
| Benjamin Peterson | 1075c9b | 2009-05-28 03:02:13 +0000 | [diff] [blame] | 12 |       <p class="biglink"><a class="biglink" href="{{ pathto("reference/index") }}">Language Reference</a><br/> | 
 | 13 |          <span class="linkdescr">describes syntax and language elements</span></p> | 
| Georg Brandl | 21946af | 2010-10-06 09:28:45 +0000 | [diff] [blame] | 14 |       <p class="biglink"><a class="biglink" href="{{ pathto("using/index") }}">Python Setup and Usage</a><br/> | 
| Raymond Hettinger | 080ad04 | 2010-09-01 22:37:17 +0000 | [diff] [blame] | 15 |          <span class="linkdescr">how to use Python on different platforms</span></p> | 
| Georg Brandl | 7a69b4b | 2008-04-27 17:38:55 +0000 | [diff] [blame] | 16 |       <p class="biglink"><a class="biglink" href="{{ pathto("howto/index") }}">Python HOWTOs</a><br/> | 
| Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 17 |          <span class="linkdescr">in-depth documents on specific topics</span></p> | 
 | 18 |     </td><td width="50%"> | 
| Georg Brandl | 7a69b4b | 2008-04-27 17:38:55 +0000 | [diff] [blame] | 19 |       <p class="biglink"><a class="biglink" href="{{ pathto("extending/index") }}">Extending and Embedding</a><br/> | 
| Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 20 |          <span class="linkdescr">tutorial for C/C++ programmers</span></p> | 
| Georg Brandl | 7a69b4b | 2008-04-27 17:38:55 +0000 | [diff] [blame] | 21 |       <p class="biglink"><a class="biglink" href="{{ pathto("c-api/index") }}">Python/C API</a><br/> | 
| Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 22 |          <span class="linkdescr">reference for C/C++ programmers</span></p> | 
| Georg Brandl | 7a69b4b | 2008-04-27 17:38:55 +0000 | [diff] [blame] | 23 |       <p class="biglink"><a class="biglink" href="{{ pathto("install/index") }}">Installing Python Modules</a><br/> | 
| Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 24 |          <span class="linkdescr">information for installers & sys-admins</span></p> | 
| Georg Brandl | 7a69b4b | 2008-04-27 17:38:55 +0000 | [diff] [blame] | 25 |       <p class="biglink"><a class="biglink" href="{{ pathto("distutils/index") }}">Distributing Python Modules</a><br/> | 
| Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 26 |          <span class="linkdescr">sharing modules with others</span></p> | 
| Georg Brandl | 6728c5a | 2009-10-11 18:31:23 +0000 | [diff] [blame] | 27 |       <p class="biglink"><a class="biglink" href="{{ pathto("faq/index") }}">FAQs</a><br/> | 
 | 28 |          <span class="linkdescr">frequently asked questions (with answers!)</span></p> | 
| Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 29 |     </td></tr> | 
 | 30 |   </table> | 
 | 31 |  | 
 | 32 |   <p><strong>Indices and tables:</strong></p> | 
 | 33 |   <table class="contentstable" align="center"><tr> | 
 | 34 |     <td width="50%"> | 
| Georg Brandl | 7a69b4b | 2008-04-27 17:38:55 +0000 | [diff] [blame] | 35 |       <p class="biglink"><a class="biglink" href="{{ pathto("modindex") }}">Global Module Index</a><br/> | 
| Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 36 |          <span class="linkdescr">quick access to all modules</span></p> | 
| Georg Brandl | 7a69b4b | 2008-04-27 17:38:55 +0000 | [diff] [blame] | 37 |       <p class="biglink"><a class="biglink" href="{{ pathto("genindex") }}">General Index</a><br/> | 
| Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 38 |          <span class="linkdescr">all functions, classes, terms</span></p> | 
| Georg Brandl | 7a69b4b | 2008-04-27 17:38:55 +0000 | [diff] [blame] | 39 |       <p class="biglink"><a class="biglink" href="{{ pathto("glossary") }}">Glossary</a><br/> | 
| Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 40 |          <span class="linkdescr">the most important terms explained</span></p> | 
 | 41 |     </td><td width="50%"> | 
| Georg Brandl | 7a69b4b | 2008-04-27 17:38:55 +0000 | [diff] [blame] | 42 |       <p class="biglink"><a class="biglink" href="{{ pathto("search") }}">Search page</a><br/> | 
| Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 43 |          <span class="linkdescr">search this documentation</span></p> | 
| Georg Brandl | 7a69b4b | 2008-04-27 17:38:55 +0000 | [diff] [blame] | 44 |       <p class="biglink"><a class="biglink" href="{{ pathto("contents") }}">Complete Table of Contents</a><br/> | 
| Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 45 |          <span class="linkdescr">lists all sections and subsections</span></p> | 
 | 46 |     </td></tr> | 
 | 47 |   </table> | 
 | 48 |  | 
 | 49 |   <p><strong>Meta information:</strong></p> | 
 | 50 |   <table class="contentstable" align="center"><tr> | 
 | 51 |     <td width="50%"> | 
 | 52 |       <p class="biglink"><a class="biglink" href="{{ pathto("bugs") }}">Reporting bugs</a></p> | 
 | 53 |       <p class="biglink"><a class="biglink" href="{{ pathto("about") }}">About the documentation</a></p> | 
 | 54 |     </td><td width="50%"> | 
 | 55 |       <p class="biglink"><a class="biglink" href="{{ pathto("license") }}">History and License of Python</a></p> | 
 | 56 |       <p class="biglink"><a class="biglink" href="{{ pathto("copyright") }}">Copyright</a></p> | 
 | 57 |     </td></tr> | 
 | 58 |   </table> | 
| Georg Brandl | 1df986b | 2008-04-19 21:28:38 +0000 | [diff] [blame] | 59 | {% endblock %} |