mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Simple index for the reference manuals (mostly for use on the Windows
platform).
This commit is contained in:
parent
71ace95e12
commit
4323f7c7fd
2 changed files with 50 additions and 0 deletions
25
Doc/html/index.html
Normal file
25
Doc/html/index.html
Normal file
|
|
@ -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>
|
||||
25
Doc/index.html
Normal file
25
Doc/index.html
Normal file
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue