Closed as not planned
Description
I just saw that pdoc is back and the new docs are looking very nice :)
Problem Description
Documenting the source code is a good start, but often it helps more if a tutorial and/or some theoretical background is given. Therefore, it would be super cool to allow adding either markdown files, or jupyter notebooks to the documentation.
This is related to the issue of pdoc3: pdoc3/pdoc#115
Proposal
I tried at pdoc3 to propose an implementation: pdoc3/pdoc#394. Not having a config file, I guess it would be sufficient to specify a directory where all included files should be included to the TOC by their name.