Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4323f7c

Browse files
committed
Simple index for the reference manuals (mostly for use on the Windows
platform).
1 parent 71ace95 commit 4323f7c

2 files changed

Lines changed: 50 additions & 0 deletions

File tree

Doc/html/index.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<HEAD>
2+
<TITLE>Python 1.5 Documentation</TITLE>
3+
</HEAD>
4+
5+
<BODY BGCOLOR=WHITE>
6+
7+
<H1>Python 1.5 Documentation</H1>
8+
9+
<UL>
10+
11+
<LI><A HREF="tut/tut.html">Tutorial</A> (start here)
12+
13+
<LI><A HREF="lib/lib.html">Library Reference</A> (keep this under your pillow)
14+
15+
<LI><A HREF="ref/ref-1.html">Language Reference</A> (for language lawyers)
16+
17+
<LI><A HREF="ext/ext.html">Extending and Embedding</A> (tutorial for
18+
C/C++ programmers)
19+
20+
<LI><A HREF="api/api.html">Python/C API</A> (reference for C/C++
21+
programmers)
22+
23+
</UL>
24+
25+
</BODY>

Doc/index.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<HEAD>
2+
<TITLE>Python 1.5 Documentation</TITLE>
3+
</HEAD>
4+
5+
<BODY BGCOLOR=WHITE>
6+
7+
<H1>Python 1.5 Documentation</H1>
8+
9+
<UL>
10+
11+
<LI><A HREF="tut/tut.html">Tutorial</A> (start here)
12+
13+
<LI><A HREF="lib/lib.html">Library Reference</A> (keep this under your pillow)
14+
15+
<LI><A HREF="ref/ref-1.html">Language Reference</A> (for language lawyers)
16+
17+
<LI><A HREF="ext/ext.html">Extending and Embedding</A> (tutorial for
18+
C/C++ programmers)
19+
20+
<LI><A HREF="api/api.html">Python/C API</A> (reference for C/C++
21+
programmers)
22+
23+
</UL>
24+
25+
</BODY>

0 commit comments

Comments
 (0)