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?
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?