Welcome to the official documentation of the DAF project. The documentation is made using readthedocs.io.
To run the server on you local machine you need have a working python interpreter or you can use Anaconda.
$ conda env create --name=daf-doc
$ source activate DAF-DOC
$ conda install sphinx sphinx-autobuild
To run the website locally
$ sphinx-autobuild . _build/html