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 4bf70ef commit b8d481aCopy full SHA for b8d481a
docs/src/index.md
@@ -10,4 +10,17 @@ ModelingToolkitStandardLibrary.jl in the standard way:
10
11
```julia
12
import Pkg; Pkg.add("ModelingToolkitStandardLibrary")
13
-```
+```
14
+
15
+## Tutorials
16
17
+- [RC Circuit Tutorial](http://mtkstdlib.sciml.ai/dev/tutorials/rc_circuit/)
18
19
+## Libraries
20
21
+The following are the constituant libraries of the ModelingToolkit Standard Library.
22
23
+- [Basic Blocks](http://mtkstdlib.sciml.ai/dev/API/blocks/)
24
+- [Electrical Components](http://mtkstdlib.sciml.ai/dev/API/electrical/)
25
+- [Magnetic Components](http://mtkstdlib.sciml.ai/dev/API/magnetic/)
26
+- [Thermal Components](http://mtkstdlib.sciml.ai/dev/API/thermal/)
0 commit comments