Closed
Description
Expected Behavior
My project consists of multiple modules packaged in a namespace package (because some additional sub-modules are managed in separate repos). I would like to add a high-level introductory chapter to my documentation (i.e., on the "home page" of the HTML output). I am running pdoc3 --output-dir docs --html packagedir
to generate documentation.
Actual Behavior
When I run the command above, I'm getting documentation on all sub-modules, but I would like to import a Markdown file above the "Sub-modules" headline.
Is this possible somehow?
Steps to Reproduce
N/A (see above)
Additional info
- pdoc version: 0.9.2