-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Vincent Fabre edited this page Oct 16, 2023
·
2 revisions
It is a terminal tool to automatically generate a single html documentation file from all the .md files found in the directory.
Cool stuff to join a clean and easy to read documentation to some project.
pip install madoc
Open a terminal in the directory where the .md files are, and just type:
madoc
done, you have your documentation in a single html file.
Know more options with madoc -h
.