Open
Description
Expected Behavior
A way to include the --http
mode's "Python module list" index.html
as the root index.html
of the --html
output.
Actual Behavior
By default, there is no index.html
at the top level of the HTML output. There doesn't seem to be a way to enable the "Python module list" in the static html output.
Steps to Reproduce
pdoc --html [some modules]
- nothing at
./html/index.html
Additional info
I'm happy to open a PR for this if it seems like a reasonable request. I'm imagining it as a command line flag to run in addition to --html
. When present, pdoc would generate an index.html with the "Python module list" the same as the one generated in WebDoc.do_GET()
when path is "/"
- pdoc version: pdoc 0.6.3