-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpages.jl
20 lines (20 loc) · 906 Bytes
/
pages.jl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pages = [
"ModelingToolkitStandardLibrary.jl: A Standard Library for ModelingToolkit" => "index.md",
"Tutorials" => [
"RC Circuit" => "tutorials/rc_circuit.md",
"Custom Components" => "tutorials/custom_component.md",
"Thermal Conduction Model" => "tutorials/thermal_model.md",
"DC Motor with Speed Controller" => "tutorials/dc_motor_pi.md",
"SampledData Component" => "tutorials/input_component.md"
],
"About Acausal Connections" => "connectors/connections.md",
"API" => [
"Basic Blocks" => "API/blocks.md",
"Electrical Components" => "API/electrical.md",
"Magnetic Components" => "API/magnetic.md",
"Mechanical Components" => "API/mechanical.md",
"Thermal Components" => "API/thermal.md",
"Hydraulic Components" => "API/hydraulic.md",
"Linear Analysis" => "API/linear_analysis.md"
]
]