[Python-Dev] Latex problem when trying to build documentation

George Yoshida python at dynkin.com
Tue Dec 21 13:13:12 CET 2004


Irmen de Jong wrote:

 > I wanted to create a doc patch belonging to my patch #1062060,
 > but got this error when trying to build the documentation from CVS:
 > [snip]
 > I dont really understand that latex stuff (used to, but that
 > was a long time ago). What's the problem?
 >

Looks like the end tag of {description} has disappeared with this
check-in:

rhettinger at users.sourceforge.net wrote:
 > Update of /cvsroot/python/python/dist/src/Doc/lib
 > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23423
 >
 > Modified Files:
 > 	libundoc.tex
 > Log Message:
 > SF bug #1084457:  ossaudiodev no longer undocumented
 >
 >
 >
 > Index: libundoc.tex
 > ===================================================================
 > RCS file: /cvsroot/python/python/dist/src/Doc/lib/libundoc.tex,v
 > retrieving revision 1.88
 > retrieving revision 1.89
 > diff -u -d -r1.88 -r1.89
 > --- libundoc.tex	7 Aug 2004 19:21:59 -0000	1.88
 > +++ libundoc.tex	14 Dec 2004 07:19:22 -0000	1.89
 > @@ -71,11 +71,6 @@
 >  --- Convert "arbitrary" sound files to AIFF files; should probably
 >  become a tool or demo.  Requires the external program \program{sox}.
 >
 > -\item[\module{ossaudiodev}]
 > ---- Play audio data via the Open Sound System API.  This is 
usable on
 > -Linux, some flavors of BSD, and some commercial \UNIX{} platforms.
 > -\end{description}
 > -
 >
 >  \section{Obsolete \label{obsolete-modules}}


George



More information about the Python-Dev mailing list