[Docstring-checkins] CVS: dps/dps nodes.py,1.10,1.11
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-09-26 03:32:14
|
Update of /cvsroot/docstring/dps/dps In directory usw-pr-cvs1:/tmp/cvs-serv10377/dps/dps Modified Files: nodes.py Log Message: - Added 'docinfo', container for bibliographic elements. Index: nodes.py =================================================================== RCS file: /cvsroot/docstring/dps/dps/nodes.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** nodes.py 2001/09/13 02:12:55 1.10 --- nodes.py 2001/09/26 03:32:11 1.11 *************** *** 408,411 **** --- 408,412 ---- class title(_TextElement): pass class subtitle(_TextElement): pass + class docinfo(_Element): pass class author(_TextElement): pass class authors(_Element): pass |