Skip to content

Commit ab764c8

Browse files
create acausal modeling tutorial
1 parent 934d4ac commit ab764c8

File tree

4 files changed

+435
-2
lines changed

4 files changed

+435
-2
lines changed

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ makedocs(
1212
"Home" => "index.md",
1313
"Tutorials" => Any[
1414
"tutorials/ode_modeling.md",
15+
"tutorials/acausal_components.md",
1516
"tutorials/higher_order.md",
1617
"tutorials/nonlinear.md",
1718
"tutorials/modelingtoolkitize.md",

docs/src/basics/Composition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Composing Models and Building Reusable Components](@ref components)
1+
# [Composing Models and Building Reusable Components](@id components)
22

33
The symbolic models of ModelingToolkit can be composed together to
44
easily build large models. The composition is lazy and only instantiated

0 commit comments

Comments
 (0)