Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 299 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 299 Bytes

KNoT Documentation

How to build:

  • Install Sphinx and Read The Docs theme:

     $ sudo apt-get install Sphinx 
     $ pip install recommonmark
     $ pip install sphinx_rtd_theme
  • Build KNoT Doc:

     $ make html 

    Result will be in the _build/html directory