[Python-checkins] CVS: python/dist/src/Doc/texinputs python.sty,1.85,1.86

Fred L. Drake fdrake@users.sourceforge.net
Fri, 30 Nov 2001 10:09:58 -0800


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

Modified Files:
	python.sty 
Log Message:
Add a new environment in the Python docs markup: seealso*.  This is similar
to seealso, but does not add the "See also:" header or put the content in a
box in the HTML version.

Updated the description of \seeurl to better indicate when it should be used;
the old description was written before we had \seetitle.


Index: python.sty
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/texinputs/python.sty,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -d -r1.85 -r1.86
*** python.sty	2001/11/02 20:53:19	1.85
--- python.sty	2001/11/30 18:09:54	1.86
***************
*** 1097,1103 ****
    \end{fulllineitems}
  }
! \newenvironment{seealso}[0]{
    \par
-   \strong{See Also:}\par
    \def\seetext##1{\par{##1}}
    \let\seemodule=\py@seemodule
--- 1097,1103 ----
    \end{fulllineitems}
  }
! 
! \newenvironment{seealso*}{
    \par
    \def\seetext##1{\par{##1}}
    \let\seemodule=\py@seemodule
***************
*** 1107,1111 ****
    \let\seeurl=\py@seeurl
  }{\par}
! 
  
  % Allow the Python release number to be specified independently of the
--- 1107,1121 ----
    \let\seeurl=\py@seeurl
  }{\par}
! \newenvironment{seealso}{
!   \par
!   \strong{See Also:}
!   \par
!   \def\seetext##1{\par{##1}}
!   \let\seemodule=\py@seemodule
!   \let\seepep=\py@seepep
!   \let\seerfc=\py@seerfc
!   \let\seetitle=\py@seetitle
!   \let\seeurl=\py@seeurl
! }{\par}
  
  % Allow the Python release number to be specified independently of the