~osomon/phatch/extract-all-metadata

« back to all changes in this revision

Viewing changes to doc/update.py

  • Committer: spe.stani.be at gmail
  • Date: 2010-03-13 01:39:24 UTC
  • mfrom: (1542.1.33 context)
  • Revision ID: spe.stani.be@gmail.com-20100313013924-x46mqp2wd5c81dt4
merge with context branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
    f.close()
113
113
 
114
114
 
115
 
def update(py_root, rst_root='source', not_overwrite=['index.rst'],
 
115
def update(py_root, rst_root='phatch', not_overwrite=['index.rst'],
116
116
        index='index2'):
117
117
    """Generate sphinx rst files from python source files.
118
118
 
210
210
if __name__ == '__main__':
211
211
    main(
212
212
        py_root=os.path.abspath('../phatch'),
213
 
        rst_root='source',
 
213
        rst_root='phatch',
214
214
        not_overwrite=['index.rst', 'bazaar.rst', 'pep8.rst', 'lico.rst',
215
215
            'testing.rst', 'release.rst'],
216
216
        index='index2',