summaryrefslogtreecommitdiffstats
path: root/Doc/html/index.html
blob: 1a9f23d2d9961a6339cfc794396c6690b7904de8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<HTML>
  <HEAD>
    <TITLE>Python 1.5.2 Documentation</TITLE>
    <LINK REL=STYLESHEET HREF="lib/lib.css" TYPE="text/css">
  </HEAD>
  <BODY BGCOLOR=WHITE>
    <H1>Python 1.5.2 Documentation</H1>

    <UL>
      <LI> <A HREF="tut/tut.html">Tutorial</A>
	(start here)

      <LI> <A HREF="modindex.html">Global Module Index</A>
	(for quick access to all documentation)

      <LI> <A HREF="lib/lib.html">Library Reference</A>
	(<A HREF="lib/modindex.html">Module Index</A>)
	(keep this under your pillow)

      <LI> <A HREF="mac/mac.html">Macintosh Module Reference</A>
	(<A HREF="mac/modindex.html">Module Index</A>)
	(this too, if you use a Macintosh)

      <LI> <A HREF="ref/ref.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)

      <LI> <A HREF="doc/doc.html">Documenting Python</A>
	(information for documentation authors)
    </UL>

  </BODY>
</HTML>