The 0.5 release happened on 2/15, not on 2/14. :-)
[python/dscho.git] / Doc / html / index.html.in
blob1ccacaa9f1d394f051ab5709d595a50bc891dcad
1 <html>
2 <head>
3 <title>Python 1.5.2 Documentation</title>
4 <link rel=STYLESHEET href="lib/lib.css" type="text/css">
5 <style type="text/css">
6 a.title { font-weight: bold; font-size: 110%; }
7 </style>
8 </head>
9 <body bgcolor=white>
10 <div class=navigation>
11 <table align=center width="100%" cellpadding=0 cellspacing=2>
12 <tr>
13 <td><img width=32 height=32 align=bottom border=0 alt=""
14 src="icons/blank.gif"></td>
15 <td><img width=32 height=32 align=bottom border=0 alt=""
16 src="icons/blank.gif"></td>
17 <td><img width=32 height=32 align=bottom border=0 alt=""
18 src="icons/blank.gif"></td>
19 <td align=center bgcolor="#99CCFF" width="100%">
20 <b class=title>Python Documentation</b></td>
21 <td><img width=32 height=32 align=bottom border=0 alt=""
22 src="icons/blank.gif"></td>
23 <td><a href="modindex.html"><img width=32 height=32 align=bottom
24 border=0 alt="Module Index" src="icons/modules.gif"></a></td>
25 <td><img width=32 height=32 align=bottom border=0 alt=""
26 src="icons/blank.gif"></A></td>
27 </tr>
28 </table>
29 <hr>
30 </div>
31 <div align=center>
32 <h1>Python Documentation</h1>
34 <p>
35 <strong>Release @RELEASE@</strong>
36 <br>
37 <strong>@DATE@</strong>
38 </p>
39 </div>
41 <table>
42 <tbody>
43 <tr><td>
44 <ul>
45 <li> <a href="tut/tut.html" class=title>Tutorial</a>
46 <br>(start here)
48 <li> <a href="modindex.html" class=title>Global Module Index</a>
49 <br>(for quick access to all documentation)
51 <li> <a href="lib/lib.html" class=title>Library Reference</a>
52 <br>(keep this under your pillow)
54 <li> <a href="mac/mac.html" class=title>Macintosh Module
55 Reference</a>
56 <br>(this too, if you use a Macintosh)
57 </ul>
58 </td>
59 <td>
60 <ul>
61 <li> <a href="ref/ref.html" class=title>Language Reference</a>
62 <br>(for language lawyers)
64 <li> <a href="ext/ext.html" class=title>Extending and
65 Embedding</a>
66 <br>(tutorial for C/C++ programmers)
68 <li> <a href="api/api.html" class=title>Python/C API</a>
69 <br>(reference for C/C++ programmers)
71 <li> <a href="doc/doc.html" class=title>Documenting Python</a>
72 <br>(information for documentation authors)
73 </ul>
74 </td>
75 </tr>
76 </tbody>
77 </table>
79 </body>
80 </html>