mycroft-core/doc
Åke da00b38f82 Explain the config system used here. (#2201)
- Add module docstring
- Add comment in the init class method about setting up the log level
- Add mycroft.util.log to the readthedocs documentation
- Add comment in the config about the log_level
2019-07-11 17:39:50 -05:00
..
source
Makefile
README.md
__init__.py
conf.py
index.rst
mycroft-core-api.yaml
requirements.txt

README.md

API documentation

The scripts in this folder build the API documentation for mycroft-core.

Activate the mycroft venv

source ../venv-activate.sh

Install the documentation requirements

pip install -r requirements

Create the documentation

make html