Clean up the HTML a bit; update the version number.

This commit is contained in:
Fred Drake 1998-08-17 14:11:00 +00:00
parent e7210dad6c
commit 664dcd5b5e
1 changed files with 22 additions and 21 deletions

View File

@ -1,28 +1,29 @@
<HEAD>
<TITLE>Python 1.5 Documentation</TITLE>
</HEAD>
<HTML>
<HEAD>
<TITLE>Python 1.5.2 Documentation</TITLE>
</HEAD>
<BODY BGCOLOR=WHITE>
<H1>Python 1.5.2 Documentation</H1>
<BODY BGCOLOR=WHITE>
<UL>
<LI> <A HREF="tut/tut.html">Tutorial</A>
(start here)
<H1>Python 1.5 Documentation</H1>
<LI> <A HREF="lib/lib.html">Library Reference</A>
(keep this under your pillow)
<UL>
<LI> <A HREF="mac/mac.html">Macintosh Module Reference</A>
(this too, if you use a Macintosh)
<LI><A HREF="tut/tut.html">Tutorial</A> (start here)
<LI> <A HREF="ref/ref.html">Language Reference</A>
(for language lawyers)
<LI><A HREF="lib/lib.html">Library Reference</A> (keep this under your pillow)
<LI> <A HREF="ext/ext.html">Extending and Embedding</A>
(tutorial for C/C++ programmers)
<LI><A HREF="mac/mac.html">Macintosh Module Reference</A> (this too,
if you use a Macintosh)
<LI> <A HREF="api/api.html">Python/C API</A>
(reference for C/C++ programmers)
</UL>
<LI><A HREF="ref/ref.html">Language Reference</A> (for language lawyers)
<LI><A HREF="ext/ext.html">Extending and Embedding</A> (tutorial for
C/C++ programmers)
<LI><A HREF="api/api.html">Python/C API</A> (reference for C/C++
programmers)
</UL>
</BODY>
</BODY>
</HTML>