[Python-checkins] CVS: python/dist/src/Doc/templates module.tex,1.21,1.22

Fred L. Drake fdrake@users.sourceforge.net
Wed, 06 Jun 2001 09:02:49 -0700


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

Modified Files:
	module.tex 
Log Message:

Typo:  "descrition" --> "description"

Add reference to the documentation for the Python documentation markup.

Fixed up a couple of descriptions.

This closes SF bug #430627.


Index: module.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/templates/module.tex,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** module.tex	2000/07/06 16:12:47	1.21
--- module.tex	2001/06/06 16:02:47	1.22
***************
*** 1,4 ****
--- 1,11 ----
  % Template for a library manual section.
  % PLEASE REMOVE THE COMMENTS AFTER USING THE TEMPLATE
+ %
+ % 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
  
  % ==== 0. ====
***************
*** 14,18 ****
  
  \section{\module{spam} ---
!          Short descrition, for section title}
  
  % Choose one of these to specify the module module name.  If there's
--- 21,25 ----
  
  \section{\module{spam} ---
!          Short description, for section title and table of contents}
  
  % Choose one of these to specify the module module name.  If there's
***************
*** 32,38 ****
  % is omitted, no availability statement is produced or implied.
  %
! %   \platform{UNIX}
  
! % These apply to all modules:
  
  \moduleauthor{name}{email}		% Author of the module code;
--- 39,45 ----
  % is omitted, no availability statement is produced or implied.
  %
! %   \platform{Unix}
  
! % These apply to all modules, and may be given more than once:
  
  \moduleauthor{name}{email}		% Author of the module code;