@@ -22,13 +22,12 @@ The documentation comprises:
2222* Python API documentation of Python generated via SWIG (doxygen-style comments
2323 translated to docstrings by SWIG)
2424* C++ API documentation (doxygen -> exhale -> breathe -> sphinx)
25- * Matlab API documentation (mtocpp -> doxygen -> exhale -> breathe -> sphinx)
2625
2726### Doxygen-only (legacy)
2827
2928(Parts of the) AMICI documentation can also be directly created using
3029[ doxygen] ( http://www.doxygen.nl/ ) directly. It combines Markdown files from
31- ` doc/ ` and in-source documentation from the C++ and Matlab source files.
30+ ` doc/ ` and in-source documentation from the C++ source files.
3231
3332The documentation is generated by running
3433
@@ -40,15 +39,8 @@ The resulting HTML and PDF documentation will be created in
4039
4140#### Doxygen configuration
4241
43- The main doxygen configuration file is located in
44- ` matlab/mtoc/config/Doxyfile.template ` . Edit this file for inclusion or
45- exclusion of additional files.
46-
47- #### Matlab documentation
48-
49- Matlab documentation is processed by
50- [ mtoc++] ( https://www.morepas.org/software/mtocpp/docs/tools.html ) .
51- This is configured in ` matlab/mtoc/config ` .
42+ The main doxygen configuration file is located in ` doc/Doxyfile.template ` .
43+ Edit this file for inclusion or exclusion of additional files.
5244
5345## Writing documentation
5446
@@ -62,13 +54,13 @@ Graphics for documentation are kept in `doc/gfx/`.
6254### When using Markdown
6355
6456* Note that there are some incompatibilities of GitHub Markdown and Doxygen
65- Markdown. Ideally documentation should be written in a format compatible with
57+ Markdown. Ideally, documentation should be written in a format compatible with
6658 both.
67- This affects for example images links which currently cause trouble in
59+ This affects, for example, image links which currently cause trouble in
6860 Doxygen.
6961
7062* Where possible, relative links are preferred over absolute links. However,
71- they should work with both Github and Doxygen and ideally with local files
63+ they should work with both GitHub and Doxygen and ideally with local files
7264 for offline use.
7365
7466* Please stick to the limit of 80 characters per line for readability of raw
0 commit comments