/[navidoc]/navidoc/rst2any.py
ViewVC logotype

Diff of /navidoc/rst2any.py

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

revision 1.14 by humppake, Thu Mar 27 09:33:48 2003 UTC revision 1.15 by humppake, Thu Mar 27 11:56:21 2003 UTC
# Line 32  __docformat__ = 'reStructuredText' Line 32  __docformat__ = 'reStructuredText'
32  import sys, os, getopt  import sys, os, getopt
33  import docutils.core  import docutils.core
34    
 import navidoc  
35  import config  import config
36    
37    import navidoc.directives
38    import navidoc.writers
39    
40  from navidoc.utils.path import _slashify, _listdir  from navidoc.utils.path import _slashify, _listdir
41    
42  """  """
# Line 154  for dbg_name in dbg_names: Line 156  for dbg_name in dbg_names:
156  while 1:  while 1:
157            
158      #the first pass, docutils      #the first pass, docutils
159      for path in sys.argv:      for filepath in sys.argv:
160          run_docutils(path)          run_docutils(filepath)
161    
162      #the second pass, postprocess      #the second pass, postprocess
163      for path in sys.argv:      for filepath in sys.argv:
164          postprocess(path)          postprocess(filepath)
165    
166      #    try:      #    try:
167      #        run_convert(path)      #        run_convert(path)

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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