/daf-docs

Primary LanguageCSSCreative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

DAF-DOC

Welcome to the official documentation of the DAF project. The documentation is made using readthedocs.io.

Local Setup

To run the server on you local machine you need have a working python interpreter or you can use Anaconda.

Anaconda Environment Setup

$ conda env create --name=daf-doc

$ source activate DAF-DOC

$ conda install sphinx sphinx-autobuild

Run the website locally

To run the website locally

$ sphinx-autobuild . _build/html