pydoc and packages

Donnal Walter donnal at donnal.net
Sun Mar 3 17:35:04 EST 2002


I have separated my application code into three packages: Lib.core,
Lib.control, and Lib.model with four to twenty modules per package.

Using pydoc -w I am able to generate HTML documentation for one module
at a time, but is there a way to generate an integrated set of HTML
documents for all the modules in all three packages (and the packages
themselves) with one command?

Thanks



More information about the Python-list mailing list