append(): Fixing the test for convertability after consultation with
[python/dscho.git] / Doc / html / index.html.in
blobb242c7f37f215dcdb5ca8d6ef5caea4b16f40d4d
1 <html>
2 <head>
3 <title>Python @RELEASE@ Documentation - @DATE@</title>
4 <meta name="aesop" content="links">
5 <meta name="description"
6 content="Top-level index to the standard documentation for
7 Python @RELEASE@.">
8 <link rel="STYLESHEET" href="lib/lib.css" type="text/css">
9 <style type="text/css">
10 a.title { font-weight: bold; font-size: 110%; }
11 ul { margin-left: 1em; padding: 0pt; border: 0pt; }
12 ul li { margin-top: 0.2em; }
13 td.left-column { padding-right: 1em; }
14 td.right-column { padding-left: 1em; }
15 </style>
16 </head>
17 <body>
18 <div class="navigation">
19 <table align="center" width="100%" cellpadding="0" cellspacing="2">
20 <tr>
21 <td><img width="32" height="32" align="bottom" border="0" alt=""
22 src="icons/blank.gif"></td>
23 <td><img width="32" height="32" align="bottom" border="0" alt=""
24 src="icons/blank.gif"></td>
25 <td><img width="32" height="32" align="bottom" border="0" alt=""
26 src="icons/blank.gif"></td>
27 <td align="center" width="100%">
28 <b class="title">Python Documentation</b></td>
29 <td><img width="32" height="32" align="bottom" border="0" alt=""
30 src="icons/blank.gif"></td>
31 <td><a href="modindex.html"><img width="32" height="32"
32 align="bottom" border="0" alt="Module Index"
33 src="icons/modules.gif"></a></td>
34 <td><img width="32" height="32" align="bottom" border="0" alt=""
35 src="icons/blank.gif"></A></td>
36 </tr>
37 </table>
38 <hr>
39 </div>
40 <div align="center" class="titlepage">
41 <h1>Python Documentation</h1>
43 <p>
44 <strong>Release @RELEASE@</strong>
45 <br>
46 <strong>@DATE@</strong>
47 </p>
48 </div>
50 <table align="center">
51 <tbody>
52 <tr>
53 <td class="left-column">
54 <ul>
55 <li> <a href="tut/tut.html" class="title">Tutorial</a>
56 <br>(start here)
57 </ul>
58 </td>
59 <td class="right-column">
60 <ul>
61 <li> <a href="whatsnew/@WHATSNEW@.html" class="title"
62 >What's New in Python</a>
63 <br>(changes since the last major release)
64 </ul>
65 </td>
66 </tr>
67 <tr>
68 <td valign="baseline" class="left-column">
69 &nbsp;
70 <ul>
71 <li> <a href="modindex.html" class="title">Global Module Index</a>
72 <br>(for quick access to all documentation)
74 <li> <a href="lib/lib.html" class="title">Library Reference</a>
75 <br>(keep this under your pillow)
77 <li> <a href="mac/mac.html" class="title">Macintosh Module
78 Reference</a>
79 <br>(this too, if you use a Macintosh)
81 <li> <a href="inst/inst.html" class="title">Installing
82 Python Modules</a>
83 <br>(for administrators)
85 <li> <a href="dist/dist.html" class="title">Distributing
86 Python Modules</a>
87 <br>(for developers and packagers)
88 </ul>
89 </td>
90 <td valign="baseline" class="right-column">
91 &nbsp;
92 <ul>
93 <li> <a href="ref/ref.html" class="title">Language Reference</a>
94 <br>(for language lawyers)
96 <li> <a href="ext/ext.html" class="title">Extending and
97 Embedding</a>
98 <br>(tutorial for C/C++ programmers)
100 <li> <a href="api/api.html" class="title">Python/C API</a>
101 <br>(reference for C/C++ programmers)
103 <li> <a href="doc/doc.html" class="title">Documenting Python</a>
104 <br>(information for documentation authors)
105 </ul>
106 </td>
107 </tr>
108 <tr>
109 <td valign="baseline" class="left-column">
110 &nbsp;
111 <ul>
112 <li> <a href="http://www.python.org/doc/" class="title"
113 >Documentation Central</a>
114 <br>(for everyone)
115 </ul>
116 </td>
117 <td valign="baseline" class="right-column">
118 &nbsp;
119 <ul>
120 <li> <a href="http://www.python.org/doc/howto/" class="title"
121 >Python How-To Guides</a>
122 <br>(special topics)
123 </ul>
124 </td>
125 </tr>
126 </tbody>
127 </table>
130 <address>
131 <hr>
132 See <i><a href="about.html">About the Python Documentation</a></i>
133 for information on suggesting changes.
134 </address>
135 </body>
136 </html>