-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
30 lines (22 loc) · 1.14 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
A documentation template for the documentation of BfS projects.
Using Sphinx: https://www.sphinx-doc.org
If you have contributions or corrections please create an Issue at:
http://github.com/OpenBfS/sphinx-docs/issues
To get started contributing:
* install sphinx
* read http://jacobian.org/writing/great-documentation/what-to-write/
* edit/add some .rst files
* run `make html` in this directory
* run `make latexpdf` for latex and pdf output (see below)
* run `make epub` for epub output
* run `make man` for man pages output
* run `make clean` to clean _build directory
PDF output depends on Latex/Tex:
* Linux: ...coming soon...
Generate Output using a Docker Container
* docker run --rm -v $(pwd):/docs sphinxdoc/sphinx-latexpdf make help
* docker run --rm -v $(pwd):/docs sphinxdoc/sphinx-latexpdf make clean
* docker run --rm -v $(pwd):/docs sphinxdoc/sphinx-latexpdf make html
* docker run --rm -v $(pwd):/docs sphinxdoc/sphinx-latexpdf make epub
* docker run --rm -v $(pwd):/docs sphinxdoc/sphinx-latexpdf make latexpdf
* docker run --rm -v $(pwd):/docs sphinxdoc/sphinx-latexpdf make man