Skip to content

Commit b8d481a

Browse files
add a basic index page
1 parent 4bf70ef commit b8d481a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs/src/index.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,17 @@ ModelingToolkitStandardLibrary.jl in the standard way:
1010

1111
```julia
1212
import Pkg; Pkg.add("ModelingToolkitStandardLibrary")
13-
```
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

Comments
 (0)