recommenders/docs
miguelgfierro 648b8d5559 refact 2020-04-24 13:43:18 +01:00
..
source refact 2020-04-24 13:43:18 +01:00
Makefile initial doc 2019-07-08 12:15:36 +01:00
README.md review documentation 💥 2019-07-12 12:54:40 +01:00

README.md

Documentation

To setup the documentation, first you need to install the dependencies of the full environment. For it please follow the SETUP.md. Then type:

conda activate reco_full
pip install sphinx_rtd_theme

To build the documentation as HTML:

cd docs
make html