Documentation is generated using reStructuredText targeting readthedocs.org.
- Python
- Sphinx
- Sphinx Read the Docs Theme
- LaTeX
apt-get install python-sphinx
pip install sphinx_rtd_theme
apt-get install texlive-full
- Sphinx-Autobuild
pip install sphinx-autobuild
start with:
./live_reloading.sh
make html
.. math::
\frac{a}{b}
.. seealso::
content
.. info::
content
.. warnung::
content
.. code-block::
:linenos:
#include<stdio.h>
int main(){
printf("hello world\n");
return 0;
}