devilbox/docs/README.md

46 lines
1.0 KiB
Markdown
Raw Normal View History

2017-06-08 07:25:03 +00:00
# Devilbox Documentation
2018-04-11 06:43:15 +00:00
The Devilbox documentation is build via [sphinx](http://www.sphinx-doc.org/en/master) and
automatically updated on [readthedocs](https://devilbox.readthedocs.io) by every git push.
2016-11-06 16:49:48 +00:00
2018-04-11 06:43:15 +00:00
## Documentation
2016-11-06 16:49:48 +00:00
2018-04-11 06:43:15 +00:00
The documentation is available online: https://devilbox.readthedocs.io
2017-05-27 15:39:33 +00:00
2018-04-11 06:43:15 +00:00
<a href="https://devilbox.readthedocs.io" title="Devilbox Documentation">
<img style="width:200px;height:200px;" widh="200" height="200" title="Devilbox Documentation" name="Devilbox Documentation" src="https://raw.githubusercontent.com/cytopia/icons/master/400x400/readthedocs.png" />
</a>
2017-05-27 15:39:33 +00:00
2017-06-10 11:33:28 +00:00
2018-04-11 06:43:15 +00:00
## Local setup
2017-06-10 11:33:28 +00:00
2018-04-11 06:43:15 +00:00
You can also build the documentation locally before pushing to ensure everything looks fine:
2017-06-10 11:33:28 +00:00
2018-04-11 06:43:15 +00:00
#### Requirements
2017-06-10 11:33:28 +00:00
2019-12-01 12:14:00 +00:00
* Docker
#### How to check for broken links
2018-04-11 06:43:15 +00:00
```
2019-12-01 12:14:00 +00:00
cd docs/
make linkcheck
make linkcheck2
2017-06-10 11:33:28 +00:00
```
2019-12-01 12:14:00 +00:00
2018-06-03 18:17:21 +00:00
#### How to build and error-check
```
cd docs/
2018-07-03 13:47:58 +00:00
make build
2018-06-03 18:17:21 +00:00
```
2017-06-10 11:33:28 +00:00
2018-06-03 18:17:21 +00:00
#### How to build continuously
2018-04-11 06:43:15 +00:00
```
cd docs/
2018-07-03 13:47:58 +00:00
make autobuild
2018-04-11 06:43:15 +00:00
```
2017-06-22 09:32:43 +00:00
2018-04-11 06:43:15 +00:00
#### How to view
2017-06-10 11:33:28 +00:00
2019-12-01 12:14:00 +00:00
When using `make autobuild` your documentation is served at: http://0.0.0.0:8000