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