You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All my "production" code lives inside my_package folder, but for devs I'd like to also publish the rest of the codes documentation (namely, manage.py, metrics, tests) .It would be nice to have all documentation in one place, just like the http server does.
The text was updated successfully, but these errors were encountered:
When building several modules's doc into html, there should be a global
index.html
, encompassing all modules.Expected Behavior
A global "index.html" file created indexing all documented modules, just like when running the server
links from the generated htmls back to the "parent" index.
pdoc --html mod1.py mod2.py
->Actual Behavior
Every module documented, no global index, no back refs
pdoc --html mod1.py mod2.py
->Steps to Reproduce
pdoc3 --html mod1.py mod2.py
Additional info
0.8.1
my_package
folder, but for devs I'd like to also publish the rest of the codes documentation (namely,manage.py
,metrics
,tests
) .It would be nice to have all documentation in one place, just like the http server does.The text was updated successfully, but these errors were encountered: