Skip to content

Commit c8d080d

Browse files
committed
Remove MATLAB leftovers
1 parent 5a28bde commit c8d080d

File tree

3 files changed

+7
-17
lines changed

3 files changed

+7
-17
lines changed

doc/.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
_build/
22
_doxyoutput_amici_cpp/
3-
_doxyoutput_amici_matlab/
43
_exhale_cpp_api/
5-
_exhale_matlab_api/
64
examples/example_presimulation/model_presimulation/
75
generated/
86
build_doxygen/

doc/README.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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

3332
The 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

python/tests/test_pregenerated_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
"""Run simulations with Matlab-AMICI pre-generated models and verify using
3+
"""Run simulations with pre-generated models and verify using
44
saved expectations."""
55

66
import os

0 commit comments

Comments
 (0)