-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: beginning to refactor network analysis docs #1142
base: master
Are you sure you want to change the base?
Conversation
Having network analysis be its own section is fine. LMK when you feel this is ready to review. |
…r-docs pull master
…r-docs bring in adjacencymat changes
@@ -0,0 +1,4 @@ | |||
# [Advanced Analysis using CatalystNetworkAnalysis](@id catalyst_network_analysis) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just checking, is this a wip? If not, having a direct link to that package would definitely be a good start.
@@ -0,0 +1,352 @@ | |||
# [Decomposing the Reaction Network ODEs](@id network_analysis_odes) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should add a link to the intro page that Sam wrote describing how these ODEs are generated?
@@ -1,219 +1,26 @@ | |||
# [Network Analysis in Catalyst](@id network_analysis) | |||
# [Chemical Reaction Network Theory](@id network_analysis_structural_aspects) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd probably call the file "crn_theory.md", more descriptive at a first glance for people unfamiliar with it.
(but feel free to keep current name as well!)
Probably worth discussing more but my thought here is to make Network Analysis its own section of the Catalyst docs, with subsections for the ODE decompositions, structural properties and chemical reaction network theory, and a third section for advanced stuff that links to CatalystNetworkAnalysis.
Added sections for the new API functions in #1134 and building symbolic functions from the ODEs to the ODE docs. Added a section on complex/detailed balance to the CRNT docs.
Need to: add a section on the deficiency one theorem, bring in the CatalystNetworkAnalysis docs, add code examples to the complex/detailed balance section (including stuff about the precision limitations of
isdetailedbalanced
)