35 |
# change into the relevant dir |
# change into the relevant dir |
36 |
os.chdir(docdir) |
os.chdir(docdir) |
37 |
|
|
|
# determine which epydoc executable to use |
|
|
|
|
38 |
# run the epydoc script |
# run the epydoc script |
39 |
if not os.system(runepydoc): |
if not os.system(runepydoc): |
40 |
os.chdir(pwd) |
os.chdir(pwd) |
60 |
# change into the relevant dir |
# change into the relevant dir |
61 |
os.chdir(docdir) |
os.chdir(docdir) |
62 |
|
|
|
# determine which doxygen executable to use |
|
|
|
|
63 |
# run the doxygen script |
# run the doxygen script |
64 |
if not os.system(rundoxygen): |
if not os.system(rundoxygen): |
65 |
os.chdir(pwd) |
os.chdir(pwd) |