Documentation

Documentation for mlshell is generated using Sphinx. Python API is generated automatically from docstrings. After each commit to master branch, documentation is updated and published to Read the Docs.

Build

You can build the documentation locally, in docs dir run:

pip install -r requirements.txt
make html