Skip to content

Commit 6580c26

Browse files
committed
rearrange and fix error
1 parent 7d8aba3 commit 6580c26

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/pages.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ pages = Any[
2626
"model_creation/examples/noise_modelling_approaches.md",
2727
]
2828
],
29-
"Network Analysis" => Any[
30-
"network_analysis/odes.md",
31-
"network_analysis/crn_theory.md",
32-
"network_analysis/network_properties.md"
33-
],
3429
"Model simulation and visualization" => Any[
3530
"model_simulation/simulation_introduction.md",
3631
"model_simulation/simulation_plotting.md",
@@ -44,6 +39,11 @@ pages = Any[
4439
"model_simulation/examples/interactive_brusselator_simulation.md"
4540
]
4641
],
42+
"Network Analysis" => Any[
43+
"network_analysis/odes.md",
44+
"network_analysis/crn_theory.md",
45+
"network_analysis/network_properties.md"
46+
],
4747
"Steady state analysis" => Any[
4848
"steady_state_functionality/homotopy_continuation.md",
4949
"steady_state_functionality/nonlinear_solve.md",

docs/src/network_analysis/crn_theory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ that can be checked relatively easily. One example is for deficiency one network
364364

365365
**Theorem (a sufficient condition for concentration robustness for deficiency one networks)**: If there are two *non-terminal* reaction complexes that differ only in species ``s``, then the system is absolutely concentration robust with respect to ``s``.
366366

367-
This is the check provided by the API function `robustspecies(rn)`. More general concentration robustness analysis can be done using the [CatalystNetworkAnalysis](@ref catalyst_network_analysis) package.
367+
This is the check provided by the API function `robustspecies(rn)`. More general concentration robustness analysis can be done using the forthcoming CatalystNetworkAnalysis package.
368368

369369
```@docs; canonical=false
370370
robustspecies

0 commit comments

Comments
 (0)