nlp-recipes/docs
Emmanuel Awa c8abcbebbf docs: update nlp recipes references 2019-11-25 19:12:31 +00:00
..
source docs: update nlp recipes references 2019-11-25 19:12:31 +00:00
Makefile documentation 2019-08-09 18:05:01 +01:00
README.md documentation 2019-08-09 18:05:01 +01:00
_config.yml Set theme jekyll-theme-cayman 2019-09-13 22:33:01 -04:00

README.md

Documentation

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

conda activate nlp_cpu
pip install sphinx_rtd_theme

To build the documentation as HTML:

cd docs
make html