Multi module pydoc html documentation

Viewed 66

I create a single module html documentation using pydoc like: pdoc --html file.py

Is it possible to generate pydoc documentation for many modules in one html file?

0 Answers
Related