-
-
Notifications
You must be signed in to change notification settings - Fork 214
Description
Problem Description
One of my projects consists of multiple modules, which due to design constraints cannot be merged under one umbrella. PDoc handles this very well, with a clear list of modules being shown in the left-hand panel on the landing page. However, since there is no main __init__.py file that I can include some markdown within (refer to the "include markdown files" section of the docs), it doesn't seem like I can take any action to customise the site's landing page.
Proposal
If there is a way to do this without employing any hacks or workarounds which would mess up my project's hierarchy, then add some more clear documentation to help users find info on it.
Otherwise, add support for a command line flag that lets you specify a markdown file to be included on the landing page for documentation of projects that use many modules.
Alternatives
I can't think of any
Additional context
Lots of empty space, which could benefit from adding a nice readme file.
