Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8187cb9

Browse files
committed
Added distutils manuals.
Made the attributes more XHTML-friendly.
1 parent e78298a commit 8187cb9

1 file changed

Lines changed: 31 additions & 22 deletions

File tree

Doc/html/index.html.in

Lines changed: 31 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,35 @@
11
<html>
22
<head>
33
<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">
55
<style type="text/css">
66
a.title { font-weight: bold; font-size: 110%; }
77
</style>
88
</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">
1212
<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=""
1414
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=""
1616
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=""
1818
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=""
2222
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=""
2627
src="icons/blank.gif"></A></td>
2728
</tr>
2829
</table>
2930
<hr>
3031
</div>
31-
<div align=center>
32+
<div align="center">
3233
<h1>Python Documentation</h1>
3334

3435
<p>
@@ -42,34 +43,42 @@
4243
<tbody>
4344
<tr><td>
4445
<ul>
45-
<li> <a href="tut/tut.html" class=title>Tutorial</a>
46+
<li> <a href="tut/tut.html" class="title">Tutorial</a>
4647
<br>(start here)
4748

48-
<li> <a href="modindex.html" class=title>Global Module Index</a>
49+
<li> <a href="modindex.html" class="title">Global Module Index</a>
4950
<br>(for quick access to all documentation)
5051

51-
<li> <a href="lib/lib.html" class=title>Library Reference</a>
52+
<li> <a href="lib/lib.html" class="title">Library Reference</a>
5253
<br>(keep this under your pillow)
5354

54-
<li> <a href="mac/mac.html" class=title>Macintosh Module
55+
<li> <a href="mac/mac.html" class="title">Macintosh Module
5556
Reference</a>
5657
<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)
5762
</ul>
5863
</td>
5964
<td>
6065
<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>
6267
<br>(for language lawyers)
6368

64-
<li> <a href="ext/ext.html" class=title>Extending and
69+
<li> <a href="ext/ext.html" class="title">Extending and
6570
Embedding</a>
6671
<br>(tutorial for C/C++ programmers)
6772

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>
6974
<br>(reference for C/C++ programmers)
7075

71-
<li> <a href="doc/doc.html" class=title>Documenting Python</a>
76+
<li> <a href="doc/doc.html" class="title">Documenting Python</a>
7277
<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)
7382
</ul>
7483
</td>
7584
</tr>

0 commit comments

Comments
 (0)