]> granicus.if.org Git - python/commitdiff
Simple index for the reference manuals (mostly for use on the Windows
authorGuido van Rossum <guido@python.org>
Tue, 25 Nov 1997 18:27:23 +0000 (18:27 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 25 Nov 1997 18:27:23 +0000 (18:27 +0000)
platform).

Doc/html/index.html [new file with mode: 0644]
Doc/index.html [new file with mode: 0644]

diff --git a/Doc/html/index.html b/Doc/html/index.html
new file mode 100644 (file)
index 0000000..c6ddcab
--- /dev/null
@@ -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 (file)
index 0000000..c6ddcab
--- /dev/null
@@ -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>