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

Fred L. Drake fdrake@users.sourceforge.net
Mon, 01 Apr 2002 08:11:29 -0800


Update of /cvsroot/python/python/dist/src/Doc/html
In directory usw-pr-cvs1:/tmp/cvs-serv24786/html

Modified Files:
      Tag: release22-maint
	index.html.in 
Log Message:
Backport changes to integrate AMK's "What's New in Python X.Y"
document.  This incorporates the integration of several checkins from the
trunk.


Index: index.html.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/index.html.in,v
retrieving revision 1.14
retrieving revision 1.14.22.1
diff -C2 -d -r1.14 -r1.14.22.1
*** index.html.in	6 Mar 2001 07:28:20 -0000	1.14
--- index.html.in	1 Apr 2002 16:11:27 -0000	1.14.22.1
***************
*** 2,12 ****
    <head>
      <title>Python @RELEASE@ Documentation - @DATE@</title>
!     <link rel="STYLESHEET" href="lib/lib.css" type="text/css">
      <meta name="description"
            content="Top-level index to the standard documentation for
                     Python @RELEASE@.">
      <style type="text/css">
        a.title { font-weight: bold; font-size: 110%; }
        ul { margin-left: 1em; padding: 0pt; border: 0pt; }
      </style>
    </head>
--- 2,16 ----
    <head>
      <title>Python @RELEASE@ Documentation - @DATE@</title>
!     <meta name="aesop" content="links">
      <meta name="description"
            content="Top-level index to the standard documentation for
                     Python @RELEASE@.">
+     <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; }
+       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)
--- 50,72 ----
      <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>
--- 82,93 ----
  		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>
--- 103,111 ----
  	    <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>
--- 115,119 ----
            </ul>
            </td>
!           <td valign="baseline" class="right-column">
            &nbsp;
            <ul>