We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889429f commit 4ec5d90Copy full SHA for 4ec5d90
docs/src/tutorials/ode_modeling.md
@@ -303,7 +303,9 @@ Here are some notes that may be helpful during your initial steps with MTK:
303
it is then sufficient to specify the independent variable as second argument to
304
`ODESystem`, e.g. `ODESystem(eqs, t)`.
305
306
-* A completely macro-free usage of MTK is possible.
+* 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
+
309
310
* Vector-valued parameters and variables are possible. A cleaner, more consistent treatment of
311
these is work in progress, though. Once finished, this introductory tutorial will also
0 commit comments