mycroft-core/doc
Åke Forslund 5b135bcd91 Slightly improve the structure of the TOC 2019-04-14 09:50:19 +02:00
..
source Slightly improve the structure of the TOC 2019-04-14 09:50:19 +02:00
Makefile
README.md
__init__.py
conf.py
index.rst
mycroft-core-api.yaml Adding swagger yaml file for the API calls that mycroft core does 2018-12-28 14:35:21 -03:00
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