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

Skip to content

Commit 664dcd5

Browse files
committed
Clean up the HTML a bit; update the version number.
1 parent e7210da commit 664dcd5

1 file changed

Lines changed: 22 additions & 21 deletions

File tree

Doc/html/index.html

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
1-
<HEAD>
2-
<TITLE>Python 1.5 Documentation</TITLE>
3-
</HEAD>
1+
<HTML>
2+
<HEAD>
3+
<TITLE>Python 1.5.2 Documentation</TITLE>
4+
</HEAD>
5+
<BODY BGCOLOR=WHITE>
6+
<H1>Python 1.5.2 Documentation</H1>
47

5-
<BODY BGCOLOR=WHITE>
8+
<UL>
9+
<LI> <A HREF="tut/tut.html">Tutorial</A>
10+
(start here)
611

7-
<H1>Python 1.5 Documentation</H1>
12+
<LI> <A HREF="lib/lib.html">Library Reference</A>
13+
(keep this under your pillow)
814

9-
<UL>
15+
<LI> <A HREF="mac/mac.html">Macintosh Module Reference</A>
16+
(this too, if you use a Macintosh)
1017

11-
<LI><A HREF="tut/tut.html">Tutorial</A> (start here)
18+
<LI> <A HREF="ref/ref.html">Language Reference</A>
19+
(for language lawyers)
1220

13-
<LI><A HREF="lib/lib.html">Library Reference</A> (keep this under your pillow)
21+
<LI> <A HREF="ext/ext.html">Extending and Embedding</A>
22+
(tutorial for C/C++ programmers)
1423

15-
<LI><A HREF="mac/mac.html">Macintosh Module Reference</A> (this too,
16-
if you use a Macintosh)
24+
<LI> <A HREF="api/api.html">Python/C API</A>
25+
(reference for C/C++ programmers)
26+
</UL>
1727

18-
<LI><A HREF="ref/ref.html">Language Reference</A> (for language lawyers)
19-
20-
<LI><A HREF="ext/ext.html">Extending and Embedding</A> (tutorial for
21-
C/C++ programmers)
22-
23-
<LI><A HREF="api/api.html">Python/C API</A> (reference for C/C++
24-
programmers)
25-
26-
</UL>
27-
28-
</BODY>
28+
</BODY>
29+
</HTML>

0 commit comments

Comments
 (0)