mycroft-core/doc
Kathy Reid adc3214f79
Update README.md
Minor typos
2018-11-06 02:40:58 +11:00
..
source Moving wait_while_speaking to mycroft.audio.rst (#1645) 2018-06-20 19:28:56 -05:00
Makefile Update docs build system to work in python3 2018-10-29 18:44:28 +01:00
README.md Update README.md 2018-11-06 02:40:58 +11:00
__init__.py Change to Apache 2.0 license from GPLv3.0 2017-10-04 01:28:44 -05:00
conf.py Remove parameter type None for unknown members 2018-10-29 20:07:14 +01:00
generate_sdk_docs.py Change to Apache 2.0 license from GPLv3.0 2017-10-04 01:28:44 -05:00
index.rst Add sphinx documentation 2017-09-01 12:01:59 -05:00
requirements.txt Update docs build system to work in python3 2018-10-29 18:44:28 +01:00

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