Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upcan not generate modules documentation of package #124
Comments
This comment has been minimized.
This comment has been minimized.
|
That's intentional. pdoc is a tool for documenting the public interface of your library. |
BurntSushi
closed this
Feb 14, 2017
This comment has been minimized.
This comment has been minimized.
|
I see, Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
seidlmic commentedFeb 14, 2017
Hello,
I am not sure if I am missing something obvious but I can not generate documentation of simple package
awith two modulesb,cin this form:When the file init.py is empty with command from above dir
apdoc --html --html-dir ../ --all-submodules ano documentation is generated except init.py file itself although the parameter --all-submodules is used. I have finally have to modify init.py and instert into it
which I actually do need just for
pdocto workThanks for any advice Michal S.