2018-07-31 20:21:56 +02:00
..
2018-07-26 09:39:00 +02:00
2018-07-26 09:38:57 +02:00
2018-07-26 09:39:03 +02:00
2018-07-26 09:38:56 +02:00
2018-07-27 00:41:31 +02:00
2018-07-26 09:39:03 +02:00
2018-07-26 09:39:03 +02:00
2018-07-31 20:21:56 +02:00
2018-04-14 10:17:55 +02:00
2018-07-26 09:38:43 +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-07-26 09:38:59 +02:00
2018-04-14 10:17:55 +02:00
2018-07-31 20:21:56 +02:00
2018-04-14 10:17:55 +02:00
2018-07-30 09:32:40 +02:00
2018-04-14 10:17:55 +02:00
2018-07-26 09:38:35 +02:00
2018-07-26 09:38:35 +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/
make build

How to build continuously

cd docs/
make autobuild

How to view

When using make autobuild your documentation is served at: http://127.0.0.1:8000