/knot-documentation

KNoT platform documentation

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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