blob: 86b28cc569e1b03b569fc17a027ab698f01aacf5 [file] [log] [blame]
Fred Drake5cc0a9b1999-04-29 15:42:19 +00001<html>
2 <head>
Fred Drakee15956b2000-04-03 04:51:13 +00003 <title>Python @RELEASE@ Documentation - @DATE@</title>
Fred Drake8187cb92000-04-28 17:43:12 +00004 <link rel="STYLESHEET" href="lib/lib.css" type="text/css">
Fred Drakee38d4812001-02-12 16:04:24 +00005 <meta name="description"
6 content="Top-level index to the standard documentation for
7 Python @RELEASE@.">
Fred Drake5cc0a9b1999-04-29 15:42:19 +00008 <style type="text/css">
9 a.title { font-weight: bold; font-size: 110%; }
Fred Drake47eceea2000-08-30 03:30:40 +000010 ul { margin-left: 1em; padding: 0pt; border: 0pt; }
Fred Drake5cc0a9b1999-04-29 15:42:19 +000011 </style>
12 </head>
Fred Drake1cca9e22000-09-16 21:31:33 +000013 <body>
Fred Drake8187cb92000-04-28 17:43:12 +000014 <div class="navigation">
15 <table align="center" width="100%" cellpadding="0" cellspacing="2">
Fred Drake8961bd11999-04-29 19:54:08 +000016 <tr>
Fred Drake2e7cbc22000-06-30 15:30:33 +000017 <td><img width="32" height="32" align="bottom" border="0" alt=""
Fred Drake8961bd11999-04-29 19:54:08 +000018 src="icons/blank.gif"></td>
Fred Drake8187cb92000-04-28 17:43:12 +000019 <td><img width="32" height="32" align="bottom" border="0" alt=""
Fred Drake8961bd11999-04-29 19:54:08 +000020 src="icons/blank.gif"></td>
Fred Drake8187cb92000-04-28 17:43:12 +000021 <td><img width="32" height="32" align="bottom" border="0" alt=""
Fred Drake8961bd11999-04-29 19:54:08 +000022 src="icons/blank.gif"></td>
Fred Drake63eb6302000-10-04 13:39:24 +000023 <td align="center" width="100%">
Fred Drake8187cb92000-04-28 17:43:12 +000024 <b class="title">Python Documentation</b></td>
25 <td><img width="32" height="32" align="bottom" border="0" alt=""
Fred Drake8961bd11999-04-29 19:54:08 +000026 src="icons/blank.gif"></td>
Fred Drake8187cb92000-04-28 17:43:12 +000027 <td><a href="modindex.html"><img width="32" height="32"
28 align="bottom" border="0" alt="Module Index"
29 src="icons/modules.gif"></a></td>
30 <td><img width="32" height="32" align="bottom" border="0" alt=""
Fred Drake8961bd11999-04-29 19:54:08 +000031 src="icons/blank.gif"></A></td>
32 </tr>
33 </table>
Fred Drake3c27ec21999-05-27 21:52:51 +000034 <hr>
Fred Drake8961bd11999-04-29 19:54:08 +000035 </div>
Fred Drake8093b702000-10-02 21:26:28 +000036 <div align="center" class="titlepage">
Fred Drake5cc0a9b1999-04-29 15:42:19 +000037 <h1>Python Documentation</h1>
38
39 <p>
40 <strong>Release @RELEASE@</strong>
41 <br>
42 <strong>@DATE@</strong>
43 </p>
44 </div>
45
Fred Drakee15956b2000-04-03 04:51:13 +000046 <table align="center">
Fred Drake5cc0a9b1999-04-29 15:42:19 +000047 <tbody>
48 <tr><td>
49 <ul>
Fred Drake8187cb92000-04-28 17:43:12 +000050 <li> <a href="tut/tut.html" class="title">Tutorial</a>
Fred Drake5cc0a9b1999-04-29 15:42:19 +000051 <br>(start here)
52
Fred Drake8187cb92000-04-28 17:43:12 +000053 <li> <a href="modindex.html" class="title">Global Module Index</a>
Fred Drake5cc0a9b1999-04-29 15:42:19 +000054 <br>(for quick access to all documentation)
55
Fred Drake8187cb92000-04-28 17:43:12 +000056 <li> <a href="lib/lib.html" class="title">Library Reference</a>
Fred Drake5cc0a9b1999-04-29 15:42:19 +000057 <br>(keep this under your pillow)
58
Fred Drake8187cb92000-04-28 17:43:12 +000059 <li> <a href="mac/mac.html" class="title">Macintosh Module
Fred Drakef1882421999-05-27 21:56:11 +000060 Reference</a>
Fred Drake5cc0a9b1999-04-29 15:42:19 +000061 <br>(this too, if you use a Macintosh)
Fred Drake8187cb92000-04-28 17:43:12 +000062
63 <li> <a href="inst/inst.html" class="title">Installing
64 Python Modules</a>
65 <br>(for administrators)
Fred Drake5cc0a9b1999-04-29 15:42:19 +000066 </ul>
67 </td>
68 <td>
69 <ul>
Fred Drake8187cb92000-04-28 17:43:12 +000070 <li> <a href="ref/ref.html" class="title">Language Reference</a>
Fred Drake5cc0a9b1999-04-29 15:42:19 +000071 <br>(for language lawyers)
72
Fred Drake8187cb92000-04-28 17:43:12 +000073 <li> <a href="ext/ext.html" class="title">Extending and
Fred Drake5cc0a9b1999-04-29 15:42:19 +000074 Embedding</a>
75 <br>(tutorial for C/C++ programmers)
76
Fred Drake8187cb92000-04-28 17:43:12 +000077 <li> <a href="api/api.html" class="title">Python/C API</a>
Fred Drake5cc0a9b1999-04-29 15:42:19 +000078 <br>(reference for C/C++ programmers)
79
Fred Drake8187cb92000-04-28 17:43:12 +000080 <li> <a href="doc/doc.html" class="title">Documenting Python</a>
Fred Drake5cc0a9b1999-04-29 15:42:19 +000081 <br>(information for documentation authors)
Fred Drake8187cb92000-04-28 17:43:12 +000082
83 <li> <a href="dist/dist.html" class="title">Distributing
84 Python Modules</a>
85 <br>(for developers and packagers)
Fred Drake5cc0a9b1999-04-29 15:42:19 +000086 </ul>
87 </td>
88 </tr>
Fred Drake47eceea2000-08-30 03:30:40 +000089 <tr>
90 <td>
91 &nbsp;
92 <ul>
93 <li> <a href="http://www.python.org/doc/" class="title"
Fred Drakece7129e2001-03-06 07:28:20 +000094 >Documentation Central</a>
Fred Drake47eceea2000-08-30 03:30:40 +000095 <br>(for everyone)
96 </ul>
97 </td>
98 <td>
99 &nbsp;
100 <ul>
101 <li> <a href="http://www.python.org/doc/howto/" class="title"
102 >Python How-To Guides</a>
103 <br>(special topics)
104 </ul>
105 </td>
106 </tr>
Fred Drake5cc0a9b1999-04-29 15:42:19 +0000107 </tbody>
108 </table>
Fred Drakea61bfa82000-09-08 21:53:22 +0000109 <p>
Fred Drake5cc0a9b1999-04-29 15:42:19 +0000110
Fred Drakea61bfa82000-09-08 21:53:22 +0000111 <address>
112 <hr>
113 See <i><a href="about.html">About the Python Documentation</a></i>
114 for information on suggesting changes.
115 </address>
Fred Drake5cc0a9b1999-04-29 15:42:19 +0000116 </body>
117</html>