A python documentation generator.
pip install tdoc
https://pypi.python.org/pypi/tdoc
tdoc generate --folder ./testfiles
tdoc serve
To include custom markdown files simply create a folder called
default_docs
and place any and all markdown files inside of it. This
directory will be copied over into the docs
folder before any auto
generation.
pip install --editable .