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

Fred L. Drake python-dev@python.org
Thu, 7 Sep 2000 13:06:10 -0700


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

Modified Files:
	doc.tex 
Log Message:

Wrap some long lines.
Note that \file and \filenq do not work inside section titles.


Index: doc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/doc/doc.tex,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** doc.tex	2000/08/11 17:37:33	1.24
--- doc.tex	2000/09/07 20:06:07	1.25
***************
*** 98,110 ****
  
  	\begin{tableii}{p{.75in}|p{3in}}{filenq}{Directory}{Document Title}
! 	  \lineii{api/}{\citetitle[../api/api.html]{The Python/C API}}
! 	  \lineii{dist/}{\citetitle[../dist/dist.html]{Distributing Python Modules}}
! 	  \lineii{doc/}{\citetitle[../doc/doc.html]{Documenting Python}}
! 	  \lineii{ext/}{\citetitle[../ext/ext.html]{Extending and Embedding the Python Interpreter}}
! 	  \lineii{inst/}{\citetitle[../inst/inst.html]{Installing Python Modules}}
! 	  \lineii{lib/}{\citetitle[../lib/lib.html]{Python Library Reference}}
! 	  \lineii{mac/}{\citetitle[../mac/mac.html]{Macintosh Module Reference}}
! 	  \lineii{ref/}{\citetitle[../ref/ref.html]{Python Reference Manual}}
! 	  \lineii{tut/}{\citetitle[../tut/tut.html]{Python Tutorial}}
  	\end{tableii}
  
--- 98,119 ----
  
  	\begin{tableii}{p{.75in}|p{3in}}{filenq}{Directory}{Document Title}
! 	  \lineii{api/}
!             {\citetitle[../api/api.html]{The Python/C API}}
! 	  \lineii{dist/}
!             {\citetitle[../dist/dist.html]{Distributing Python Modules}}
! 	  \lineii{doc/}
!             {\citetitle[../doc/doc.html]{Documenting Python}}
! 	  \lineii{ext/}
!             {\citetitle[../ext/ext.html]{Extending and Embedding the Python Interpreter}}
! 	  \lineii{inst/}
!             {\citetitle[../inst/inst.html]{Installing Python Modules}}
! 	  \lineii{lib/}
!             {\citetitle[../lib/lib.html]{Python Library Reference}}
! 	  \lineii{mac/}
!             {\citetitle[../mac/mac.html]{Macintosh Module Reference}}
! 	  \lineii{ref/}
!             {\citetitle[../ref/ref.html]{Python Reference Manual}}
! 	  \lineii{tut/}
!             {\citetitle[../tut/tut.html]{Python Tutorial}}
  	\end{tableii}
  
***************
*** 422,426 ****
      \begin{macrodesc}{e}{}
        Produces a backslash.  This is convenient in \macro{code} and
!       similar macros, and is only defined there.  The create a
        backslash in ordinary text (such as the contents of the
        \macro{file} macro), use the standard \macro{textbackslash} macro.
--- 431,435 ----
      \begin{macrodesc}{e}{}
        Produces a backslash.  This is convenient in \macro{code} and
!       similar macros, and is only defined there.  To create a
        backslash in ordinary text (such as the contents of the
        \macro{file} macro), use the standard \macro{textbackslash} macro.
***************
*** 449,452 ****
--- 458,463 ----
        outputs, single quotes and a font change are used to indicate
        the file name, but no quotes are used in the HTML output.
+       \strong{Warning:} The \macro{file} macro cannot be used in the
+       content of a section title due to processing limitations.
      \end{macrodesc}
  
***************
*** 455,458 ****
--- 466,471 ----
        be used in conjunction with tables if a column will only contain 
        file or directory names.
+       \strong{Warning:} The \macro{filenq} macro cannot be used in the
+       content of a section title due to processing limitations.
      \end{macrodesc}