Commit 466a4ff 1 parent a7452ee commit 466a4ff Copy full SHA for 466a4ff
File tree 6 files changed +26
-24
lines changed
6 files changed +26
-24
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ C++ interface
3
3
4
4
.. toctree ::
5
5
:maxdepth: 2
6
+ :caption: C++
7
+
6
8
7
9
Installation <cpp_installation >
8
10
Usage <cpp_interface >
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Matlab interface
3
3
4
4
.. toctree ::
5
5
:maxdepth: 2
6
+ :caption: MATLAB
6
7
7
8
Installation <matlab_installation >
8
9
Usage <matlab_interface >
Original file line number Diff line number Diff line change @@ -3,8 +3,10 @@ Python interface
3
3
4
4
.. toctree ::
5
5
:maxdepth: 2
6
+ :caption: Python
6
7
7
8
Installation <python_installation >
9
+ Examples <python_examples >
8
10
Usage <python_interface >
9
11
FAQ <python_faq >
10
12
API reference <python_modules >
Original file line number Diff line number Diff line change @@ -30,13 +30,9 @@ Welcome to AMICI's documentation!
30
30
glossary
31
31
contributing
32
32
33
- .. toctree ::
34
- :maxdepth: 2
35
- :caption: User's guide
36
-
37
- PYTHON
38
- CPP
39
- MATLAB
33
+ .. include :: PYTHON.rst
34
+ .. include :: CPP.rst
35
+ .. include :: MATLAB.rst
40
36
41
37
.. toctree ::
42
38
:maxdepth: 2
Original file line number Diff line number Diff line change
1
+ Examples
2
+ ========
3
+
4
+ Various example notebooks.
5
+
6
+ .. image :: https://mybinder.org/badge_logo.svg
7
+ :target: https://mybinder.org/v2/gh/AMICI-dev/AMICI/develop?labpath=binder%2Foverview.ipynb
8
+
9
+ .. toctree ::
10
+ :maxdepth: 1
11
+
12
+ GettingStarted.ipynb
13
+ ExampleSteadystate.ipynb
14
+ petab.ipynb
15
+ ExampleExperimentalConditions.ipynb
16
+ ExampleEquilibrationLogic.ipynb
17
+ example_errors.ipynb
18
+ example_large_models/example_performance_optimization.ipynb
Original file line number Diff line number Diff line change @@ -134,23 +134,6 @@ SED-ML import
134
134
We also plan to implement support for the
135
135
`Simulation Experiment Description Markup Language (SED-ML) <https://sed-ml.org/ >`_.
136
136
137
- Examples
138
- ========
139
-
140
- .. image :: https://mybinder.org/badge_logo.svg
141
- :target: https://mybinder.org/v2/gh/AMICI-dev/AMICI/develop?labpath=binder%2Foverview.ipynb
142
-
143
- .. toctree ::
144
- :maxdepth: 1
145
-
146
- GettingStarted.ipynb
147
- ExampleSteadystate.ipynb
148
- petab.ipynb
149
- ExampleExperimentalConditions.ipynb
150
- ExampleEquilibrationLogic.ipynb
151
- example_errors.ipynb
152
- example_large_models/example_performance_optimization.ipynb
153
-
154
137
Environment variables affecting model import
155
138
============================================
156
139
You can’t perform that action at this time.
0 commit comments