gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/metacode umlrst.py


From: Benja Fallenstein
Subject: [Gzz-commits] gzz/metacode umlrst.py
Date: Sat, 15 Feb 2003 06:54:37 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      03/02/15 06:54:37

Modified files:
        metacode       : umlrst.py 

Log message:
        uml diagram names -> uml figure captions

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/metacode/umlrst.py.diff?tr1=1.37&tr2=1.38&r1=text&r2=text

Patches:
Index: gzz/metacode/umlrst.py
diff -u gzz/metacode/umlrst.py:1.37 gzz/metacode/umlrst.py:1.38
--- gzz/metacode/umlrst.py:1.37 Thu Feb 13 12:18:29 2003
+++ gzz/metacode/umlrst.py      Sat Feb 15 06:54:36 2003
@@ -62,7 +62,7 @@
     #if we have a caption, we want to make it a figure (or do we?)
     if options.has_key('caption') and len(options['caption']) > 0:
         uml_node = docutils.nodes.figure('', uml_node)
-        caption = docutils.nodes.caption('', options['caption'])
+        caption = docutils.nodes.caption('', options['caption'], 
label=attributes['name'])
         uml_node += caption
 
     if content:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]