[Python-checkins] CVS: python/dist/src/Doc/html index.html.in,1.7,1.8

Fred L. Drake python-dev@python.org
Tue, 29 Aug 2000 20:30:42 -0700


Update of /cvsroot/python/python/dist/src/Doc/html
In directory slayer.i.sourceforge.net:/tmp/cvs-serv23048

Modified Files:
	index.html.in 
Log Message:

Added a couple of links to online documentation.  Reasonable since this
file is not used in the online documentation.


Index: index.html.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/index.html.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** index.html.in	2000/06/30 15:30:33	1.7
--- index.html.in	2000/08/30 03:30:40	1.8
***************
*** 5,8 ****
--- 5,9 ----
      <style type="text/css">
        a.title { font-weight: bold; font-size: 110%; }
+       ul { margin-left: 1em; padding: 0pt; border: 0pt; }
      </style>
    </head>
***************
*** 83,86 ****
--- 84,105 ----
  	  </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>