* nbeats first version * add nbeats_forecaster API * Split automodel and forecaster * fix typo * modified params description * pep8 * add nbeats doc * fix typo and readthedocs error * fix known bugs * fix doc typo * rename NBEATS to NBeats * fix doc typo * pep8 * fix errors in ut * generic not support distributed * pep8 |
||
|---|---|---|
| .. | ||
| _build | ||
| image | ||
| source | ||
| make.bat | ||
| Makefile | ||
| README.md | ||
| requirements-doc.txt | ||
| requirements-rtd.txt | ||
Analytics-zoo-doc Documentation
To compile the documentation, run the following commands from this directory.
pip install -r requirements-doc.txt
pip install -U -r requirements-rtd.txt # important for reproducing the deployment environment
make html
open _build/html/index.html
To test if there are any build errors with the documentation, do the following.
sphinx-build -b html -d _build/doctrees source _build/html