2018-06-04 22:15:36 -04:00
..
2018-06-03 20:05:33 +02:00
2018-06-03 21:54:38 +02:00
2018-06-04 22:14:24 -04:00
2018-06-03 21:54:38 +02:00
2018-04-14 10:17:04 +02:00
2018-06-03 21:54:38 +02:00
2018-06-03 21:54:38 +02:00
2018-06-04 22:13:36 -04:00
2018-04-14 10:17:55 +02:00
2018-04-14 10:17:55 +02:00
2018-04-14 10:17:55 +02:00
2018-04-14 10:17:55 +02:00
2018-04-14 10:17:55 +02:00
2018-04-14 10:17:55 +02:00
2018-06-03 21:54:38 +02:00
2018-04-14 10:17:55 +02:00
2018-04-14 10:17:55 +02:00
2018-06-03 20:17:21 +02:00
2018-04-14 10:17:55 +02:00
2018-04-14 10:17:55 +02:00
2018-04-14 10:17:55 +02:00
2018-04-14 10:17:55 +02:00

Devilbox Documentation

The Devilbox documentation is build via sphinx and automatically updated on readthedocs by every git push.

Documentation

The documentation is available online: https://devilbox.readthedocs.io

Local setup

You can also build the documentation locally before pushing to ensure everything looks fine:

Requirements

sudo pip install sphinx sphinx-autobuild
sudo pip install sphinx_rtd_theme

How to build and error-check

cd docs/
sphinx-build -a -E -j auto -n -q . _build/html/

How to build continuously

cd docs/
sphinx-autobuild . _build/html

How to view

Open you browser on http://127.0.0.1:8000