blob: b242c7f37f215dcdb5ca8d6ef5caea4b16f40d4d [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 Drakec9319b32002-04-01 18:49:45 +00004 <meta name="aesop" content="links">
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 Drakec9319b32002-04-01 18:49:45 +00008 <link rel="STYLESHEET" href="lib/lib.css" type="text/css">
Fred Drake5cc0a9b1999-04-29 15:42:19 +00009 <style type="text/css">
10 a.title { font-weight: bold; font-size: 110%; }
Fred Drake47eceea2000-08-30 03:30:40 +000011 ul { margin-left: 1em; padding: 0pt; border: 0pt; }
Fred Drake4e526fe2002-03-26 20:29:11 +000012 ul li { margin-top: 0.2em; }
13 td.left-column { padding-right: 1em; }
14 td.right-column { padding-left: 1em; }
Fred Drake5cc0a9b1999-04-29 15:42:19 +000015 </style>
16 </head>
Fred Drake1cca9e22000-09-16 21:31:33 +000017 <body>
Fred Drake8187cb92000-04-28 17:43:12 +000018 <div class="navigation">
19 <table align="center" width="100%" cellpadding="0" cellspacing="2">
Fred Drake8961bd11999-04-29 19:54:08 +000020 <tr>
Fred Drake2e7cbc22000-06-30 15:30:33 +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 Drake8187cb92000-04-28 17:43:12 +000023 <td><img width="32" height="32" align="bottom" border="0" alt=""
Fred Drake8961bd11999-04-29 19:54:08 +000024 src="icons/blank.gif"></td>
Fred Drake8187cb92000-04-28 17:43:12 +000025 <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 Drake63eb6302000-10-04 13:39:24 +000027 <td align="center" width="100%">
Fred Drake8187cb92000-04-28 17:43:12 +000028 <b class="title">Python Documentation</b></td>
29 <td><img width="32" height="32" align="bottom" border="0" alt=""
Fred Drake8961bd11999-04-29 19:54:08 +000030 src="icons/blank.gif"></td>
Fred Drake8187cb92000-04-28 17:43:12 +000031 <td><a href="modindex.html"><img width="32" height="32"
32 align="bottom" border="0" alt="Module Index"
33 src="icons/modules.gif"></a></td>
34 <td><img width="32" height="32" align="bottom" border="0" alt=""
Fred Drake8961bd11999-04-29 19:54:08 +000035 src="icons/blank.gif"></A></td>
36 </tr>
37 </table>
Fred Drake3c27ec21999-05-27 21:52:51 +000038 <hr>
Fred Drake8961bd11999-04-29 19:54:08 +000039 </div>
Fred Drake8093b702000-10-02 21:26:28 +000040 <div align="center" class="titlepage">
Fred Drake5cc0a9b1999-04-29 15:42:19 +000041 <h1>Python Documentation</h1>
42
43 <p>
44 <strong>Release @RELEASE@</strong>
45 <br>
46 <strong>@DATE@</strong>
47 </p>
48 </div>
49
Fred Drakee15956b2000-04-03 04:51:13 +000050 <table align="center">
Fred Drake5cc0a9b1999-04-29 15:42:19 +000051 <tbody>
Fred Drake4e526fe2002-03-26 20:29:11 +000052 <tr>
53 <td class="left-column">
Fred Drake5cc0a9b1999-04-29 15:42:19 +000054 <ul>
Fred Drake8187cb92000-04-28 17:43:12 +000055 <li> <a href="tut/tut.html" class="title">Tutorial</a>
Fred Drake5cc0a9b1999-04-29 15:42:19 +000056 <br>(start here)
Fred Drake4e526fe2002-03-26 20:29:11 +000057 </ul>
58 </td>
59 <td class="right-column">
60 <ul>
61 <li> <a href="whatsnew/@WHATSNEW@.html" class="title"
62 >What's New in Python</a>
63 <br>(changes since the last major release)
64 </ul>
65 </td>
66 </tr>
67 <tr>
68 <td valign="baseline" class="left-column">
69 &nbsp;
70 <ul>
Fred Drake8187cb92000-04-28 17:43:12 +000071 <li> <a href="modindex.html" class="title">Global Module Index</a>
Fred Drake5cc0a9b1999-04-29 15:42:19 +000072 <br>(for quick access to all documentation)
73
Fred Drake8187cb92000-04-28 17:43:12 +000074 <li> <a href="lib/lib.html" class="title">Library Reference</a>
Fred Drake5cc0a9b1999-04-29 15:42:19 +000075 <br>(keep this under your pillow)
76
Fred Drake8187cb92000-04-28 17:43:12 +000077 <li> <a href="mac/mac.html" class="title">Macintosh Module
Fred Drakef1882421999-05-27 21:56:11 +000078 Reference</a>
Fred Drake5cc0a9b1999-04-29 15:42:19 +000079 <br>(this too, if you use a Macintosh)
Fred Drake8187cb92000-04-28 17:43:12 +000080
81 <li> <a href="inst/inst.html" class="title">Installing
82 Python Modules</a>
83 <br>(for administrators)
Fred Drake4e526fe2002-03-26 20:29:11 +000084
85 <li> <a href="dist/dist.html" class="title">Distributing
86 Python Modules</a>
87 <br>(for developers and packagers)
Fred Drake5cc0a9b1999-04-29 15:42:19 +000088 </ul>
89 </td>
Fred Drake4e526fe2002-03-26 20:29:11 +000090 <td valign="baseline" class="right-column">
91 &nbsp;
Fred Drake5cc0a9b1999-04-29 15:42:19 +000092 <ul>
Fred Drake8187cb92000-04-28 17:43:12 +000093 <li> <a href="ref/ref.html" class="title">Language Reference</a>
Fred Drake5cc0a9b1999-04-29 15:42:19 +000094 <br>(for language lawyers)
95
Fred Drake8187cb92000-04-28 17:43:12 +000096 <li> <a href="ext/ext.html" class="title">Extending and
Fred Drake5cc0a9b1999-04-29 15:42:19 +000097 Embedding</a>
98 <br>(tutorial for C/C++ programmers)
99
Fred Drake8187cb92000-04-28 17:43:12 +0000100 <li> <a href="api/api.html" class="title">Python/C API</a>
Fred Drake5cc0a9b1999-04-29 15:42:19 +0000101 <br>(reference for C/C++ programmers)
102
Fred Drake8187cb92000-04-28 17:43:12 +0000103 <li> <a href="doc/doc.html" class="title">Documenting Python</a>
Fred Drake5cc0a9b1999-04-29 15:42:19 +0000104 <br>(information for documentation authors)
Fred Drake5cc0a9b1999-04-29 15:42:19 +0000105 </ul>
106 </td>
Fred Drake4e526fe2002-03-26 20:29:11 +0000107 </tr>
Fred Drake47eceea2000-08-30 03:30:40 +0000108 <tr>
Fred Drake4e526fe2002-03-26 20:29:11 +0000109 <td valign="baseline" class="left-column">
Fred Drake47eceea2000-08-30 03:30:40 +0000110 &nbsp;
111 <ul>
112 <li> <a href="http://www.python.org/doc/" class="title"
Fred Drakece7129e2001-03-06 07:28:20 +0000113 >Documentation Central</a>
Fred Drake47eceea2000-08-30 03:30:40 +0000114 <br>(for everyone)
115 </ul>
116 </td>
Fred Drake4e526fe2002-03-26 20:29:11 +0000117 <td valign="baseline" class="right-column">
Fred Drake47eceea2000-08-30 03:30:40 +0000118 &nbsp;
119 <ul>
120 <li> <a href="http://www.python.org/doc/howto/" class="title"
121 >Python How-To Guides</a>
122 <br>(special topics)
123 </ul>
124 </td>
125 </tr>
Fred Drake5cc0a9b1999-04-29 15:42:19 +0000126 </tbody>
127 </table>
Fred Drakea61bfa82000-09-08 21:53:22 +0000128 <p>
Fred Drake5cc0a9b1999-04-29 15:42:19 +0000129
Fred Drakea61bfa82000-09-08 21:53:22 +0000130 <address>
131 <hr>
132 See <i><a href="about.html">About the Python Documentation</a></i>
133 for information on suggesting changes.
134 </address>
Fred Drake5cc0a9b1999-04-29 15:42:19 +0000135 </body>
136</html>