devilbox/docs
2018-06-03 20:17:21 +02:00
..
_static Fix overlay scroll 2018-06-03 20:05:33 +02:00
about Extend feature section with SSL certificates 2018-05-07 09:08:37 +02:00
configuration-files Fix warnings 2018-06-03 20:17:21 +02:00
configuration-global Clean out sphinx errors 2018-06-03 19:16:22 +02:00
configuration-project Documentation: vhost-gen 2018-04-14 10:17:26 +02:00
examples Documentation: Setup CodeIgniter 2018-05-21 10:52:37 +02:00
getting-started Correct typo in docs. 2018-05-06 17:24:08 -05:00
img Extend documentation 2018-04-14 10:17:04 +02:00
installation Add files to ToC 2018-04-14 10:17:10 +02:00
maintenance Clean out sphinx errors 2018-06-03 19:16:22 +02:00
readings How to install Photon CMS 2018-05-15 00:30:00 +02:00
support Fix warnings 2018-06-03 20:17:21 +02:00
tutorials Clean out sphinx errors 2018-06-03 19:16:22 +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 Clean out sphinx errors 2018-06-03 19:16:22 +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