[Python-checkins] CVS: python/dist/src/Doc/doc doc.tex,1.26,1.27

Fred L. Drake python-dev@python.org
Tue, 12 Sep 2000 10:52:35 -0700


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

Modified Files:
	doc.tex 
Log Message:

\seetitle:  New macro for building reference list content.


Index: doc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/doc/doc.tex,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** doc.tex	2000/09/11 05:22:30	1.26
--- doc.tex	2000/09/12 17:52:33	1.27
***************
*** 804,811 ****
      \end{envdesc}
  
!     For each of the following macros, \var{why} should be a complete
!     sentence, start with a capital letter (unless it starts with an
!     identifier, which should not be modified), and end with the
!     apropriate punctuation.
  
      \begin{macrodesc}{seemodule}{\op{key}\p{name}\p{why}}
--- 804,811 ----
      \end{envdesc}
  
!     For each of the following macros, \var{why} should be one or more
!     complete sentences, starting with a capital letter (unless it
!     starts with an identifier, which should not be modified), and
!     ending with the apropriate punctuation.
  
      \begin{macrodesc}{seemodule}{\op{key}\p{name}\p{why}}
***************
*** 843,846 ****
--- 843,853 ----
        using the \macro{url} macro.  This should consist of one or more
        complete sentences.
+     \end{macrodesc}
+ 
+     \begin{macrodesc}{seetitle}{\op{url}\p{title}\p{why}}
+       Add a reference to an external document named \var{title}.  If
+       \var{url} is given, the title is made a hyperlink in the HTML
+       version of the documentation, and displayed below the title in
+       the typeset versions of the documentation.
      \end{macrodesc}