[Python-checkins] CVS: python/dist/src/Doc/templates howto.tex,1.4,1.5 manual.tex,1.2,1.3

Fred L. Drake fdrake@users.sourceforge.net
Wed, 06 Jun 2001 08:59:06 -0700


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

Modified Files:
	howto.tex manual.tex 
Log Message:

Add references to the documentation for the Python documentation markup.
Suggested by the comments in SF bug #430627.


Index: howto.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/templates/howto.tex,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** howto.tex	1999/03/16 16:10:31	1.4
--- howto.tex	2001/06/06 15:59:04	1.5
***************
*** 1,2 ****
--- 1,9 ----
+ % Complete documentation on the extended LaTeX markup used for Python
+ % documentation is available in ``Documenting Python'', which is part
+ % of the standard documentation for Python.  It may be found online
+ % at:
+ %
+ %     http://www.python.org/doc/current/doc/doc.html
+ 
  \documentclass{howto}
  

Index: manual.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/templates/manual.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** manual.tex	1999/05/17 16:02:38	1.2
--- manual.tex	2001/06/06 15:59:04	1.3
***************
*** 1,2 ****
--- 1,9 ----
+ % Complete documentation on the extended LaTeX markup used for Python
+ % documentation is available in ``Documenting Python'', which is part
+ % of the standard documentation for Python.  It may be found online
+ % at:
+ %
+ %     http://www.python.org/doc/current/doc/doc.html
+ 
  \documentclass{manual}