blob: 218f346f54ccc921483933de90f2b63b5b664ab9 [file] [log] [blame]
Christian Heimes679db4a2008-01-18 09:56:22 +00001 <p><strong>Parts of the documentation:</strong></p>
2 <table class="contentstable" align="center"><tr>
3 <td width="50%">
4 <p class="biglink"><a class="biglink" href="{{ pathto("whatsnew/" + version) }}">What's new in Python {{ version }}?</a><br>
5 <span class="linkdescr">changes since previous major release</span></p>
6 <p class="biglink"><a class="biglink" href="{{ pathto("tutorial/index") }}">Tutorial</a><br>
7 <span class="linkdescr">start here</span></p>
8 <p class="biglink"><a class="biglink" href="{{ pathto("using/index") }}">Using Python</a><br>
9 <span class="linkdescr">how to use Python on different platforms</span></p>
10 <p class="biglink"><a class="biglink" href="{{ pathto("reference/index") }}">Language Reference</a><br>
11 <span class="linkdescr">describes syntax and language elements</span></p>
12 <p class="biglink"><a class="biglink" href="{{ pathto("library/index") }}">Library Reference</a><br>
13 <span class="linkdescr">keep this under your pillow</span></p>
14 <p class="biglink"><a class="biglink" href="{{ pathto("howto/index") }}">Python HOWTOs</a><br>
15 <span class="linkdescr">in-depth documents on specific topics</span></p>
16 </td><td width="50%">
17 <p class="biglink"><a class="biglink" href="{{ pathto("extending/index") }}">Extending and Embedding</a><br>
18 <span class="linkdescr">tutorial for C/C++ programmers</span></p>
19 <p class="biglink"><a class="biglink" href="{{ pathto("c-api/index") }}">Python/C API</a><br>
20 <span class="linkdescr">reference for C/C++ programmers</span></p>
21 <p class="biglink"><a class="biglink" href="{{ pathto("install/index") }}">Installing Python Modules</a><br>
22 <span class="linkdescr">information for installers &amp; sys-admins</span></p>
23 <p class="biglink"><a class="biglink" href="{{ pathto("distutils/index") }}">Distributing Python Modules</a><br>
24 <span class="linkdescr">sharing modules with others</span></p>
25 <p class="biglink"><a class="biglink" href="{{ pathto("documenting/index") }}">Documenting Python</a><br>
26 <span class="linkdescr">guide for documentation authors</span></p>
27 </td></tr>
28 </table>
29
30 <p><strong>Indices and tables:</strong></p>
31 <table class="contentstable" align="center"><tr>
32 <td width="50%">
33 <p class="biglink"><a class="biglink" href="{{ pathto("modindex") }}">Global Module Index</a><br>
34 <span class="linkdescr">quick access to all modules</span></p>
35 <p class="biglink"><a class="biglink" href="{{ pathto("genindex") }}">General Index</a><br>
36 <span class="linkdescr">all functions, classes, terms</span></p>
37 <p class="biglink"><a class="biglink" href="{{ pathto("glossary") }}">Glossary</a><br>
38 <span class="linkdescr">the most important terms explained</span></p>
39 </td><td width="50%">
40 <p class="biglink"><a class="biglink" href="{{ pathto("search") }}">Search page</a><br>
41 <span class="linkdescr">search this documentation</span></p>
42 <p class="biglink"><a class="biglink" href="{{ pathto("contents") }}">Complete Table of Contents</a><br>
43 <span class="linkdescr">lists all sections and subsections</span></p>
44 </td></tr>
45 </table>
46
47 <p><strong>Meta information:</strong></p>
48 <table class="contentstable" align="center"><tr>
49 <td width="50%">
50 <p class="biglink"><a class="biglink" href="{{ pathto("bugs") }}">Reporting bugs</a></p>
51 <p class="biglink"><a class="biglink" href="{{ pathto("about") }}">About the documentation</a></p>
52 </td><td width="50%">
53 <p class="biglink"><a class="biglink" href="{{ pathto("license") }}">History and License of Python</a></p>
54 <p class="biglink"><a class="biglink" href="{{ pathto("copyright") }}">Copyright</a></p>
55 </td></tr>
56 </table>