Skip to content

Commit

Permalink
doc code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Nov 17, 2024
1 parent b1e601b commit facee97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/model_creation/dsl_advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ latexify(rn; form = :ode)
```

It is possible to remove the substrate contribution by using any of the following non-filled arrows when declaring the reaction: `<=`, ``, ``, `=>`, ``, ``, ``, ``. This means that the reaction
```@example faq7
```@example dsl_advanced_disable_ma
rn = @reaction_network begin
k, X => ∅
end
Expand All @@ -566,7 +566,7 @@ latexify(rn; form = :ode)
will occur at rate $d[X]/dt = -k$ (which might become a problem since $[X]$ will be degraded at a constant rate even when very small or equal to 0). This functionality allows the user to fully customise the ODEs generated by their models.

Note, stoichiometric coefficients are still included, i.e. the reaction
```@example faq7
```@example dsl_advanced_disable_ma
rn = @reaction_network begin
k, 2*X ⇒ ∅
end
Expand Down

0 comments on commit facee97

Please sign in to comment.