|
1 | 1 | <html> |
2 | 2 | <head> |
3 | 3 | <title>Python @RELEASE@ Documentation - @DATE@</title> |
4 | | - <link rel=STYLESHEET href="lib/lib.css" type="text/css"> |
| 4 | + <link rel="STYLESHEET" href="lib/lib.css" type="text/css"> |
5 | 5 | <style type="text/css"> |
6 | 6 | a.title { font-weight: bold; font-size: 110%; } |
7 | 7 | </style> |
8 | 8 | </head> |
9 | | - <body bgcolor=white> |
10 | | - <div class=navigation> |
11 | | - <table align=center width="100%" cellpadding=0 cellspacing=2> |
| 9 | + <body bgcolor="#ffffff"> |
| 10 | + <div class="navigation"> |
| 11 | + <table align="center" width="100%" cellpadding="0" cellspacing="2"> |
12 | 12 | <tr> |
13 | | - <td><img width=32 height=32 align=bottom border=0 alt="" |
| 13 | + <td><img width="3" height="32" align="bottom" border="0" alt="" |
14 | 14 | src="icons/blank.gif"></td> |
15 | | - <td><img width=32 height=32 align=bottom border=0 alt="" |
| 15 | + <td><img width="32" height="32" align="bottom" border="0" alt="" |
16 | 16 | src="icons/blank.gif"></td> |
17 | | - <td><img width=32 height=32 align=bottom border=0 alt="" |
| 17 | + <td><img width="32" height="32" align="bottom" border="0" alt="" |
18 | 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="" |
| 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 | 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="" |
| 23 | + <td><a href="modindex.html"><img width="32" height="32" |
| 24 | + align="bottom" border="0" alt="Module Index" |
| 25 | + src="icons/modules.gif"></a></td> |
| 26 | + <td><img width="32" height="32" align="bottom" border="0" alt="" |
26 | 27 | src="icons/blank.gif"></A></td> |
27 | 28 | </tr> |
28 | 29 | </table> |
29 | 30 | <hr> |
30 | 31 | </div> |
31 | | - <div align=center> |
| 32 | + <div align="center"> |
32 | 33 | <h1>Python Documentation</h1> |
33 | 34 |
|
34 | 35 | <p> |
|
42 | 43 | <tbody> |
43 | 44 | <tr><td> |
44 | 45 | <ul> |
45 | | - <li> <a href="tut/tut.html" class=title>Tutorial</a> |
| 46 | + <li> <a href="tut/tut.html" class="title">Tutorial</a> |
46 | 47 | <br>(start here) |
47 | 48 |
|
48 | | - <li> <a href="modindex.html" class=title>Global Module Index</a> |
| 49 | + <li> <a href="modindex.html" class="title">Global Module Index</a> |
49 | 50 | <br>(for quick access to all documentation) |
50 | 51 |
|
51 | | - <li> <a href="lib/lib.html" class=title>Library Reference</a> |
| 52 | + <li> <a href="lib/lib.html" class="title">Library Reference</a> |
52 | 53 | <br>(keep this under your pillow) |
53 | 54 |
|
54 | | - <li> <a href="mac/mac.html" class=title>Macintosh Module |
| 55 | + <li> <a href="mac/mac.html" class="title">Macintosh Module |
55 | 56 | Reference</a> |
56 | 57 | <br>(this too, if you use a Macintosh) |
| 58 | + |
| 59 | + <li> <a href="inst/inst.html" class="title">Installing |
| 60 | + Python Modules</a> |
| 61 | + <br>(for administrators) |
57 | 62 | </ul> |
58 | 63 | </td> |
59 | 64 | <td> |
60 | 65 | <ul> |
61 | | - <li> <a href="ref/ref.html" class=title>Language Reference</a> |
| 66 | + <li> <a href="ref/ref.html" class="title">Language Reference</a> |
62 | 67 | <br>(for language lawyers) |
63 | 68 |
|
64 | | - <li> <a href="ext/ext.html" class=title>Extending and |
| 69 | + <li> <a href="ext/ext.html" class="title">Extending and |
65 | 70 | Embedding</a> |
66 | 71 | <br>(tutorial for C/C++ programmers) |
67 | 72 |
|
68 | | - <li> <a href="api/api.html" class=title>Python/C API</a> |
| 73 | + <li> <a href="api/api.html" class="title">Python/C API</a> |
69 | 74 | <br>(reference for C/C++ programmers) |
70 | 75 |
|
71 | | - <li> <a href="doc/doc.html" class=title>Documenting Python</a> |
| 76 | + <li> <a href="doc/doc.html" class="title">Documenting Python</a> |
72 | 77 | <br>(information for documentation authors) |
| 78 | + |
| 79 | + <li> <a href="dist/dist.html" class="title">Distributing |
| 80 | + Python Modules</a> |
| 81 | + <br>(for developers and packagers) |
73 | 82 | </ul> |
74 | 83 | </td> |
75 | 84 | </tr> |
|
0 commit comments