[Docstring-checkins] CVS: dps/dps/transforms universal.py,1.1,1.2
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-03-08 04:31:57
|
Update of /cvsroot/docstring/dps/dps/transforms In directory usw-pr-cvs1:/tmp/cvs-serv2107/dps/dps/transforms Modified Files: universal.py Log Message: fixes & additions Index: universal.py =================================================================== RCS file: /cvsroot/docstring/dps/dps/transforms/universal.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** universal.py 1 Mar 2002 03:13:37 -0000 1.1 --- universal.py 8 Mar 2002 04:31:54 -0000 1.2 *************** *** 30,34 **** self.setup_transform(doctree) if len(doctree.messages) > 0: ! section = nodes.section(CLASS='system_messages') # @@@ get this from the language module? section += nodes.title('', 'Docutils System Messages') --- 30,34 ---- self.setup_transform(doctree) if len(doctree.messages) > 0: ! section = nodes.section(CLASS='system-messages') # @@@ get this from the language module? section += nodes.title('', 'Docutils System Messages') |