The title says it all. What I imagine is to have docstrings for all of my modules, classes and functions and somehow nicely navigate the doc via github (wiki?). Also, the doc sh
Just pipe the output of the docstring to a .md file.
docstring
.md
Like this:
pydoc 'example_lib > example_lib.md .