diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-17 14:11:00 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-17 14:11:00 (GMT) |
commit | 664dcd5b5e9d5e873824f833b83f2846a429a010 (patch) | |
tree | a30df7ae1021667e50cc581c6942ffa0c8ef5b31 /Doc/html | |
parent | e7210dad6c5b740ee78b90f8229fc319bf69d474 (diff) | |
download | cpython-664dcd5b5e9d5e873824f833b83f2846a429a010.zip cpython-664dcd5b5e9d5e873824f833b83f2846a429a010.tar.gz cpython-664dcd5b5e9d5e873824f833b83f2846a429a010.tar.bz2 |
Clean up the HTML a bit; update the version number.
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/index.html | 43 |
1 files changed, 22 insertions, 21 deletions
diff --git a/Doc/html/index.html b/Doc/html/index.html index f7e7da4..0487ac3 100644 --- a/Doc/html/index.html +++ b/Doc/html/index.html @@ -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> |