/[gzz]/gzz/metacode/umldoc.py
ViewVC logotype

Diff of /gzz/metacode/umldoc.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by tjl, Tue Dec 31 10:08:01 2002 UTC revision 1.10 by tjl, Wed Jan 1 13:19:53 2003 UTC
# Line 90  def run_embed(path): Line 90  def run_embed(path):
90          rstfiles = _rstFiles(path)          rstfiles = _rstFiles(path)
91    
92          for rstfile in rstfiles:          for rstfile in rstfiles:
93                print "Embed",path+"/"+rstfile
94              umlrst.embed_diagram(path+"/"+rstfile)              umlrst.embed_diagram(path+"/"+rstfile)
95    
96      elif os.path.isfile(path) or os.path.isfile(path+'.rst'):      elif os.path.isfile(path) or os.path.isfile(path+'.rst'):
97            print "Embed",path
98          umlrst.embed_diagram(path)          umlrst.embed_diagram(path)
99    
100  def rst2html(path):  def rst2html(path):

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26