/docs

documentation for OpenBaton

Primary LanguageCSS

Docs

Documentation Status

How to generate the documentation html

we are using mkdocs (http://www.mkdocs.org/) so that you can generate html files out of md.

for generating the site folder with the html files:

mkdocs build --clean

for seeing the results on a website:

mkdocs serve