summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-05-07 15:00:46 (GMT)
committerFred Drake <fdrake@acm.org>1998-05-07 15:00:46 (GMT)
commit46ed208b464b763991b7010b37c6400362013fb9 (patch)
tree06dc199058847ac998e39546ce1a629827064ce4 /Doc
parentfa615bfee11f3ad814a146d9da431dbdfd7a0899 (diff)
downloadcpython-46ed208b464b763991b7010b37c6400362013fb9.zip
cpython-46ed208b464b763991b7010b37c6400362013fb9.tar.gz
cpython-46ed208b464b763991b7010b37c6400362013fb9.tar.bz2
Relocating file to Doc/html.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/index.html25
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>