mycroft-core/doc
Kris Gesling 6327ac5dbb
Upgrade Lingua Franca to v0.4.1 (#2890)
**Update Lingua Franca to v0.4.1**

The update from Lingua Franca v0.2.x to v0.4.x includes few
breaking changes.
- Some API methods have been updated.
- Mycroft-core tests have been updated to reflect improvements in
  Lingua Franca's formatting and parsing.
- add LF default lang setting method to config.locale 
  including warning that this method will change in the future
- Add TODO's for 21.08 - moving more methods to LF
- simplify loading and setting default of languages in Skills service
- Remove unneeded wrappers for Lingua Franca functions
- Fix documentation of format and parse utils
- Fix test warnings
2021-05-08 08:34:02 +09:30
..
source Upgrade Lingua Franca to v0.4.1 (#2890) 2021-05-08 08:34:02 +09:30
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 Handle mycroft-message-bus during doc generation 2021-04-28 20:04:24 +02:00
index.rst Add sphinxdoc for plugins 2020-11-04 08:03:08 +01:00
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 Use real xdg module when running sphinxdocs 2021-01-17 09:42:53 +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