Skip to content

Commit 4ec5d90

Browse files
Update docs/src/tutorials/ode_modeling.md
1 parent 889429f commit 4ec5d90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/tutorials/ode_modeling.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,9 @@ Here are some notes that may be helpful during your initial steps with MTK:
303303
it is then sufficient to specify the independent variable as second argument to
304304
`ODESystem`, e.g. `ODESystem(eqs, t)`.
305305

306-
* A completely macro-free usage of MTK is possible.
306+
* A completely macro-free usage of MTK is possible and is discussed in a separate tutorial. This is for package
307+
developers, since the macros are only essential for automatic symbolic naming for modelers.
308+
307309

308310
* Vector-valued parameters and variables are possible. A cleaner, more consistent treatment of
309311
these is work in progress, though. Once finished, this introductory tutorial will also

0 commit comments

Comments
 (0)