Greg Hysz 4ace79d947
Updated Releases + Fix Links (#77)
* Updated releases

* fixed some typos and links in docs
2020-12-08 10:44:59 -08:00
..
2020-11-28 11:21:35 -08:00
2020-11-28 11:21:35 -08:00
2020-12-08 10:44:59 -08:00
2020-10-27 16:31:15 -07:00

Dependencies

    pip3 install sphinx recommonmark sphinx-rtd-theme

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 wordwrap to 98 characters.