diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-07 15:00:46 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-07 15:00:46 (GMT) |
commit | 46ed208b464b763991b7010b37c6400362013fb9 (patch) | |
tree | 06dc199058847ac998e39546ce1a629827064ce4 /Doc/index.html | |
parent | fa615bfee11f3ad814a146d9da431dbdfd7a0899 (diff) | |
download | cpython-46ed208b464b763991b7010b37c6400362013fb9.zip cpython-46ed208b464b763991b7010b37c6400362013fb9.tar.gz cpython-46ed208b464b763991b7010b37c6400362013fb9.tar.bz2 |
Relocating file to Doc/html.
Diffstat (limited to 'Doc/index.html')
-rw-r--r-- | Doc/index.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Doc/index.html b/Doc/index.html deleted file mode 100644 index c6ddcab..0000000 --- a/Doc/index.html +++ /dev/null @@ -1,25 +0,0 @@ -<HEAD> -<TITLE>Python 1.5 Documentation</TITLE> -</HEAD> - -<BODY BGCOLOR=WHITE> - -<H1>Python 1.5 Documentation</H1> - -<UL> - -<LI><A HREF="tut/tut.html">Tutorial</A> (start here) - -<LI><A HREF="lib/lib.html">Library Reference</A> (keep this under your pillow) - -<LI><A HREF="ref/ref-1.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> |