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 dcfd376 commit 9e75a6cCopy full SHA for 9e75a6c
docs/pages.jl
@@ -0,0 +1,16 @@
1
+pages = [
2
+ "ModelingToolkitStandardLibrary.jl: A Standard Library for ModelingToolkit" => "index.md",
3
+
4
+ "Tutorials" => [
5
+ "RC Circuit" => "tutorials/rc_circuit.md",
6
+ "Custom Components" => "tutorials/custom_component.md",
7
+ ],
8
9
+ "API" => [
10
+ "Basic Blocks" => "API/blocks.md",
11
+ "Electrical Components" => "API/electrical.md",
12
+ "Magnetic Components" => "API/magnetic.md",
13
+ "Mechanical Components" => "API/mechanical.md",
14
+ "Thermal Components" => "API/thermal.md"
15
16
+ ]
0 commit comments