* Adds `docs` directory, along with boilerplate code and templates for readthedocs.org. * docs: update orders spec Co-authored-by: Lawrence Forman <me@merklejerk.com>
Dependencies
pip3 install sphinx recommonmark
Syntax
Documentation can be written in Markdown (.md) or Restructured Text (.rst).
Build and Test
cd docs
make html
open _build/html/index.html
Tips
- Generate RST tables here.
- Set your editor's ruler to
100
characters.