summaryrefslogtreecommitdiffstats
path: root/Doc/html/index.html.in
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-08-30 03:30:40 (GMT)
committerFred Drake <fdrake@acm.org>2000-08-30 03:30:40 (GMT)
commit47eceeaaa4d1b3e07427c59c79e6434cad55cf60 (patch)
tree49796499ee42100801a21928f00bf2f4b1d18522 /Doc/html/index.html.in
parent2ef0753a174fe994e9ff84ced5066932044f853f (diff)
downloadcpython-47eceeaaa4d1b3e07427c59c79e6434cad55cf60.zip
cpython-47eceeaaa4d1b3e07427c59c79e6434cad55cf60.tar.gz
cpython-47eceeaaa4d1b3e07427c59c79e6434cad55cf60.tar.bz2
Added a couple of links to online documentation. Reasonable since this
file is not used in the online documentation.
Diffstat (limited to 'Doc/html/index.html.in')
-rw-r--r--Doc/html/index.html.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/Doc/html/index.html.in b/Doc/html/index.html.in
index 68a5677..11b3598 100644
--- a/Doc/html/index.html.in
+++ b/Doc/html/index.html.in
@@ -4,6 +4,7 @@
<link rel="STYLESHEET" href="lib/lib.css" type="text/css">
<style type="text/css">
a.title { font-weight: bold; font-size: 110%; }
+ ul { margin-left: 1em; padding: 0pt; border: 0pt; }
</style>
</head>
<body bgcolor="#ffffff">
@@ -82,6 +83,24 @@
</ul>
</td>
</tr>
+ <tr>
+ <td>
+ &nbsp;
+ <ul>
+ <li> <a href="http://www.python.org/doc/" class="title"
+ >Python Documentation Central</a>
+ <br>(for everyone)
+ </ul>
+ </td>
+ <td>
+ &nbsp;
+ <ul>
+ <li> <a href="http://www.python.org/doc/howto/" class="title"
+ >Python How-To Guides</a>
+ <br>(special topics)
+ </ul>
+ </td>
+ </tr>
</tbody>
</table>