Skip to content

Commit 6da031f

Browse files
committed
fix more suggestions
1 parent 6970d7d commit 6da031f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/src/api/network_analysis_api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ CurrentModule = Catalyst
44
```
55

66
Note, currently API functions for network analysis and conservation law analysis
7-
do not work with constant species (currently only generated by SBMLToolkit).
7+
do not work with constant species (which are generated by SBML, and can be [declared
8+
in Catalyst as well](@ref dsl_advanced_options_constant_species).
89

910
For more information about these functions, please see the sections of the docs on
1011
[network ODE representation](@ref network_analysis_odes) and [chemical reaction network theory](@ref network_analysis_structural_aspects).

docs/src/network_analysis/odes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ the exported functions is given in the API section [Network Analysis and Represe
88
Network Theory*[^1] for more discussion about the concepts on this page.
99

1010
Note, currently API functions for network analysis and conservation law analysis
11-
do not work with constant species (currently only generated by SBMLToolkit).
11+
do not work with constant species (which are generated by SBML, and can be [declared
12+
in Catalyst as well](@ref dsl_advanced_options_constant_species).
1213

1314
## [Network representation of the Repressilator `ReactionSystem`](@id network_analysis_repressilator_representation)
1415
We first load Catalyst and construct our model of the repressilator
@@ -29,7 +30,7 @@ repressilator = @reaction_network Repressilator begin
2930
μ, P₃ --> ∅
3031
end
3132
```
32-
In the [Introduction to Catalyst](@ref introduction_to_catalyst)
33+
In the [Model Visualization](@ref visualisation_graphs)
3334
tutorial we showed how the above network could be visualized as a
3435
species-reaction graph. There, species are represented by the nodes of the graph
3536
and edges show the reactions in which a given species is a substrate or product.

0 commit comments

Comments
 (0)