/[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.28 by humppake, Mon Feb 10 12:03:26 2003 UTC revision 1.29 by humppake, Mon Feb 10 13:54:13 2003 UTC
# Line 53  import docutils.core, docutils.parsers.r Line 53  import docutils.core, docutils.parsers.r
53    
54  # must be run in the main directory of gzz module  # must be run in the main directory of gzz module
55  settings = mputils.Settings()  settings = mputils.Settings()
56  settings['css'] = os.path.abspath('doc/gzz.css')  settings['css'] = 'doc/gzz.css'
57    
58  mputils.__rst_init__()  mputils.__rst_init__()
59  umlrst.__rst_init__()  umlrst.__rst_init__()
# Line 181  while 1: Line 181  while 1:
181            
182      #the first pass, create all diagram sources      #the first pass, create all diagram sources
183      for path in sys.argv[1:]:      for path in sys.argv[1:]:
184          run_convert(os.path.abspath(path))          run_convert(path)
185    
186      #the second pass, compile and embed diagrams      #the second pass, compile and embed diagrams
187      for path in sys.argv[1:]:      for path in sys.argv[1:]:
188          try:          try:
189              run_embed(os.path.abspath(path))              run_embed(path)
190          except umltool.umlException, e:          except umltool.umlException, e:
191              print "umldoc: umlException exception occurred:", e.value              print "umldoc: umlException exception occurred:", e.value
192              break              break

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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