epydoc - can I provide multiple dirs to parse

Medi montaseri at gmail.com
Fri Oct 2 14:38:38 EDT 2009


Can I present multiple directories to epydoc to process. For example

epydoc -option -option -option dir_1 dir_2 dir_3

where dir_i is a directory containing some python src codes ?

I am currently running it on two directories with about 10M + 20 Meg
which takes a very long time (more than 40 minutes) and strace(1) is
showing mmap(2) ops back to back....might not be related but the
process gets wedged somewhere

Thanks
Medi



More information about the Python-list mailing list