-
-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wanted 🤷Extra attention is neededExtra attention is needed
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
kernc, allefeld, jackamander, Kaiser1989, christian-steinmeyer and 6 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wanted 🤷Extra attention is neededExtra attention is needed