kevinleedrum / mpf-docs

User documentation for the Mission Pinball Framework.

Home Page:http://docs.missionpinball.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mission Pinball Framework Documentation (mpf-docs)

This repo is the documentation for the Mission Pinball Framework.

Docs are hosted by Read the Docs at http://docs.missionpinball.org. You can download PDF, HTML, and Epub versions.

The "latest" branch of these docs corresponds to the latest released branch recent version of MPF. (We note which features have been added, changed, and removed as needed.)

Building Docs Locally

You can build the docs using Sphinx. You will first need to install Python 3.x and pip. Then add these libraries:

pip install sphinx
pip install gitpython
pip install sphinx_rtd_theme

Running Unit Tests

To test that MPF can run all the config snippets in the docs and run the corresponding unit tests inside the docs (if there is one) type:

make unit

Compiling HTML

Compile the docs to ./_build/html/ with the command:

make html

Licensing

These docs are licensed CC BY 4.0. MPF and all code licensed MIT.

About

User documentation for the Mission Pinball Framework.

http://docs.missionpinball.org

License:MIT License


Languages

Language:Python 81.3%Language:Makefile 8.2%Language:Batchfile 7.4%Language:CSS 3.1%