Mailing List Archive

CVS: python/dist/src/Doc/html index.html.in,1.14,1.15
Update of /cvsroot/python/python/dist/src/Doc/html
In directory usw-pr-cvs1:/tmp/cvs-serv9937/html

Modified Files:
index.html.in
Log Message:
Add the "What's New" document to the index of HTML documents.

Index: index.html.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/index.html.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** index.html.in 6 Mar 2001 07:28:20 -0000 1.14
--- index.html.in 26 Mar 2002 20:29:11 -0000 1.15
***************
*** 9,12 ****
--- 9,15 ----
a.title { font-weight: bold; font-size: 110%; }
ul { margin-left: 1em; padding: 0pt; border: 0pt; }
+ ul li { margin-top: 0.2em; }
+ td.left-column { padding-right: 1em; }
+ td.right-column { padding-left: 1em; }
</style>
</head>
***************
*** 46,54 ****
<table align="center">
<tbody>
! <tr><td>
<ul>
<li> <a href="tut/tut.html" class="title">Tutorial</a>
<br>(start here)
!
<li> <a href="modindex.html" class="title">Global Module Index</a>
<br>(for quick access to all documentation)
--- 49,71 ----
<table align="center">
<tbody>
! <tr>
! <td class="left-column">
<ul>
<li> <a href="tut/tut.html" class="title">Tutorial</a>
<br>(start here)
! </ul>
! </td>
! <td class="right-column">
! <ul>
! <li> <a href="whatsnew/@WHATSNEW@.html" class="title"
! >What's New in Python</a>
! <br>(changes since the last major release)
! </ul>
! </td>
! </tr>
! <tr>
! <td valign="baseline" class="left-column">
! &nbsp;
! <ul>
<li> <a href="modindex.html" class="title">Global Module Index</a>
<br>(for quick access to all documentation)
***************
*** 64,70 ****
Python Modules</a>
<br>(for administrators)
</ul>
</td>
! <td>
<ul>
<li> <a href="ref/ref.html" class="title">Language Reference</a>
--- 81,92 ----
Python Modules</a>
<br>(for administrators)
+
+ <li> <a href="dist/dist.html" class="title">Distributing
+ Python Modules</a>
+ <br>(for developers and packagers)
</ul>
</td>
! <td valign="baseline" class="right-column">
! &nbsp;
<ul>
<li> <a href="ref/ref.html" class="title">Language Reference</a>
***************
*** 80,92 ****
<li> <a href="doc/doc.html" class="title">Documenting Python</a>
<br>(information for documentation authors)
-
- <li> <a href="dist/dist.html" class="title">Distributing
- Python Modules</a>
- <br>(for developers and packagers)
</ul>
</td>
! </tr>
<tr>
! <td>
&nbsp;
<ul>
--- 102,110 ----
<li> <a href="doc/doc.html" class="title">Documenting Python</a>
<br>(information for documentation authors)
</ul>
</td>
! </tr>
<tr>
! <td valign="baseline" class="left-column">
&nbsp;
<ul>
***************
*** 96,100 ****
</ul>
</td>
! <td>
&nbsp;
<ul>
--- 114,118 ----
</ul>
</td>
! <td valign="baseline" class="right-column">
&nbsp;
<ul>