Skip to content

Commit 535ad6a

Browse files
committed
up
1 parent 7a7acc1 commit 535ad6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/pages.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pages = Any[
99
"model_creation/dsl_basics.md",
1010
"model_creation/dsl_advanced.md",
1111
#"model_creation/programmatic_CRN_construction.md",
12-
#"model_creation/compositional_modeling.md",
12+
"model_creation/compositional_modeling.md",
1313
#"model_creation/constraint_equations.md",
1414
# Events.
1515
#"model_creation/parametric_stoichiometry.md",# Distributed parameters, rates, and initial conditions.

docs/src/model_creation/compositional_modeling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Alternatively one can just build the `ReactionSystem` via the symbolic interface
2121
t = default_t()
2222
@species X(t)
2323
rx = Reaction(d, [X], nothing)
24-
@named degradation_component = ReactionSystem([rs], t)
24+
@named degradation_component = ReactionSystem([rx], t)
2525
```
2626
We can test whether a system is complete using the `ModelingToolkit.iscomplete` function:
2727
```@example ex0

0 commit comments

Comments
 (0)