summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-11-25 18:27:23 (GMT)
committerGuido van Rossum <guido@python.org>1997-11-25 18:27:23 (GMT)
commit4323f7c7fd9efcdc54c71e27b434cc82d7e3e9fc (patch)
tree49a10fe8af58ef65eaac5711e7e939fde91241ba
parent71ace95e12d76cea74de023541d33ed93d8339b3 (diff)
downloadcpython-4323f7c7fd9efcdc54c71e27b434cc82d7e3e9fc.zip
cpython-4323f7c7fd9efcdc54c71e27b434cc82d7e3e9fc.tar.gz
cpython-4323f7c7fd9efcdc54c71e27b434cc82d7e3e9fc.tar.bz2
Simple index for the reference manuals (mostly for use on the Windows
platform).
-rw-r--r--Doc/html/index.html25
-rw-r--r--Doc/index.html25
2 files changed, 50 insertions, 0 deletions
diff --git a/Doc/html/index.html b/Doc/html/index.html
new file mode 100644
index 0000000..c6ddcab
--- /dev/null
+++ b/Doc/html/index.html
@@ -0,0 +1,25 @@
+<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>
diff --git a/Doc/index.html b/Doc/index.html
new file mode 100644
index 0000000..c6ddcab
--- /dev/null
+++ b/Doc/index.html
@@ -0,0 +1,25 @@
+<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>