* Update timelock days * Fix spelling Co-authored-by: Eric Wong <ewong@Erics-MBP.fios-router.home> Co-authored-by: elenadimitrova <elena@arenabg.com>
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.