Set code syntax for highlighting

This commit is contained in:
Lukas Klass 2020-05-27 10:33:25 +02:00
parent 77f47b2926
commit d8c3043645

View File

@ -16,13 +16,13 @@ time and SNR. All computations support a batch-mode, allowing to compute multipl
## Full Documentation ## Full Documentation
The full documentation is available as source [here](docs) and can be build using The full documentation is available as source [here](docs) and can be build using
[sphinx](https://www.sphinx-doc.org/en/master/usage/installation.html) by the command [sphinx](https://www.sphinx-doc.org/en/master/usage/installation.html) by the command
``` ```bash
sphinx-build -b html sphinx-build -b html
``` ```
for the HTML-documentation or for the HTML-documentation or
``` ```bash
sphinx-build -M latexpdf sphinx-build -M latexpdf
``` ```