support footnotes in markdown files
add README
add admonition markdown extension
This is a thin mkdocs layer wrapped around a bunch of markdown files to render them nicely in a Read The Docs themed webpage.
To build the documentation/wiki, make sure you have the markdown files
available in a docs
directory and mkdocs
installed, then run
mkdocs build
(to build) or mkdocs serve
(to serve on
localhost:8000).