Multi module pydoc html documentation

196 Views Asked by At

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

There are 0 best solutions below