devilbox/docs
2018-06-03 21:54:38 +02:00
..
_static Fix overlay scroll 2018-06-03 20:05:33 +02:00
about Check documentation via travis 2018-06-03 21:54:38 +02:00
configuration-files Check documentation via travis 2018-06-03 21:54:38 +02:00
configuration-global Check documentation via travis 2018-06-03 21:54:38 +02:00
configuration-project Check documentation via travis 2018-06-03 21:54:38 +02:00
examples Check documentation via travis 2018-06-03 21:54:38 +02:00
getting-started Check documentation via travis 2018-06-03 21:54:38 +02:00
img Extend documentation 2018-04-14 10:17:04 +02:00
installation Check documentation via travis 2018-06-03 21:54:38 +02:00
maintenance Check documentation via travis 2018-06-03 21:54:38 +02:00
readings Check documentation via travis 2018-06-03 21:54:38 +02:00
support Check documentation via travis 2018-06-03 21:54:38 +02:00
tutorials Check documentation via travis 2018-06-03 21:54:38 +02:00
Backups.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
conf.py Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
Configure.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
Examples.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
FAQ.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
Hacking.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
index.rst Check documentation via travis 2018-06-03 21:54:38 +02:00
Install.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
OS.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
Quickstart.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
README.md Fix warnings 2018-06-03 20:17:21 +02:00
Run.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
Technical.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
Update.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
Usage.md Documentation: Update legacy docs 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