blob: c10da385a0ae26bc30e70479b02434bd31bef32f [file] [log] [blame]
Christian Heimesa342c012008-04-20 21:01:16 +00001{% extends "defindex.html" %}
2{% block tables %}
Christian Heimes679db4a2008-01-18 09:56:22 +00003 <p><strong>Parts of the documentation:</strong></p>
4 <table class="contentstable" align="center"><tr>
5 <td width="50%">
Christian Heimes81ee3ef2008-05-04 22:42:01 +00006 <p class="biglink"><a class="biglink" href="{{ pathto("whatsnew/" + version) }}">What's new in Python {{ version }}?</a><br/>
Christian Heimes679db4a2008-01-18 09:56:22 +00007 <span class="linkdescr">changes since previous major release</span></p>
Christian Heimes81ee3ef2008-05-04 22:42:01 +00008 <p class="biglink"><a class="biglink" href="{{ pathto("tutorial/index") }}">Tutorial</a><br/>
Christian Heimes679db4a2008-01-18 09:56:22 +00009 <span class="linkdescr">start here</span></p>
Christian Heimes81ee3ef2008-05-04 22:42:01 +000010 <p class="biglink"><a class="biglink" href="{{ pathto("using/index") }}">Using Python</a><br/>
Christian Heimes679db4a2008-01-18 09:56:22 +000011 <span class="linkdescr">how to use Python on different platforms</span></p>
Christian Heimes81ee3ef2008-05-04 22:42:01 +000012 <p class="biglink"><a class="biglink" href="{{ pathto("reference/index") }}">Language Reference</a><br/>
Christian Heimes679db4a2008-01-18 09:56:22 +000013 <span class="linkdescr">describes syntax and language elements</span></p>
Christian Heimes81ee3ef2008-05-04 22:42:01 +000014 <p class="biglink"><a class="biglink" href="{{ pathto("library/index") }}">Library Reference</a><br/>
Christian Heimes679db4a2008-01-18 09:56:22 +000015 <span class="linkdescr">keep this under your pillow</span></p>
Christian Heimes81ee3ef2008-05-04 22:42:01 +000016 <p class="biglink"><a class="biglink" href="{{ pathto("howto/index") }}">Python HOWTOs</a><br/>
Christian Heimes679db4a2008-01-18 09:56:22 +000017 <span class="linkdescr">in-depth documents on specific topics</span></p>
18 </td><td width="50%">
Christian Heimes81ee3ef2008-05-04 22:42:01 +000019 <p class="biglink"><a class="biglink" href="{{ pathto("extending/index") }}">Extending and Embedding</a><br/>
Christian Heimes679db4a2008-01-18 09:56:22 +000020 <span class="linkdescr">tutorial for C/C++ programmers</span></p>
Christian Heimes81ee3ef2008-05-04 22:42:01 +000021 <p class="biglink"><a class="biglink" href="{{ pathto("c-api/index") }}">Python/C API</a><br/>
Christian Heimes679db4a2008-01-18 09:56:22 +000022 <span class="linkdescr">reference for C/C++ programmers</span></p>
Christian Heimes81ee3ef2008-05-04 22:42:01 +000023 <p class="biglink"><a class="biglink" href="{{ pathto("install/index") }}">Installing Python Modules</a><br/>
Christian Heimes679db4a2008-01-18 09:56:22 +000024 <span class="linkdescr">information for installers &amp; sys-admins</span></p>
Christian Heimes81ee3ef2008-05-04 22:42:01 +000025 <p class="biglink"><a class="biglink" href="{{ pathto("distutils/index") }}">Distributing Python Modules</a><br/>
Christian Heimes679db4a2008-01-18 09:56:22 +000026 <span class="linkdescr">sharing modules with others</span></p>
Christian Heimes81ee3ef2008-05-04 22:42:01 +000027 <p class="biglink"><a class="biglink" href="{{ pathto("documenting/index") }}">Documenting Python</a><br/>
Christian Heimes679db4a2008-01-18 09:56:22 +000028 <span class="linkdescr">guide for documentation authors</span></p>
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%">
Christian Heimes81ee3ef2008-05-04 22:42:01 +000035 <p class="biglink"><a class="biglink" href="{{ pathto("modindex") }}">Global Module Index</a><br/>
Christian Heimes679db4a2008-01-18 09:56:22 +000036 <span class="linkdescr">quick access to all modules</span></p>
Christian Heimes81ee3ef2008-05-04 22:42:01 +000037 <p class="biglink"><a class="biglink" href="{{ pathto("genindex") }}">General Index</a><br/>
Christian Heimes679db4a2008-01-18 09:56:22 +000038 <span class="linkdescr">all functions, classes, terms</span></p>
Christian Heimes81ee3ef2008-05-04 22:42:01 +000039 <p class="biglink"><a class="biglink" href="{{ pathto("glossary") }}">Glossary</a><br/>
Christian Heimes679db4a2008-01-18 09:56:22 +000040 <span class="linkdescr">the most important terms explained</span></p>
41 </td><td width="50%">
Christian Heimes81ee3ef2008-05-04 22:42:01 +000042 <p class="biglink"><a class="biglink" href="{{ pathto("search") }}">Search page</a><br/>
Christian Heimes679db4a2008-01-18 09:56:22 +000043 <span class="linkdescr">search this documentation</span></p>
Christian Heimes81ee3ef2008-05-04 22:42:01 +000044 <p class="biglink"><a class="biglink" href="{{ pathto("contents") }}">Complete Table of Contents</a><br/>
Christian Heimes679db4a2008-01-18 09:56:22 +000045 <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>
Christian Heimesa342c012008-04-20 21:01:16 +000059{% endblock %}