-
-
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
Open
vyudu
wants to merge
27
commits into
SciML:master
Choose a base branch
from
vyudu:sfr-docs
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+841
−550
Open
Changes from 24 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
626b737
init
vyudu bb070e9
up
vyudu 4d04554
Merge branch 'master' of https://github.com/SciML/Catalyst.jl into sf…
vyudu 9f5ca72
up
vyudu 0b7c4de
up
vyudu 74ba919
up
vyudu 569c36f
Up
vyudu 24d3403
Merge branch 'master' of https://github.com/SciML/Catalyst.jl into sf…
vyudu c0d309d
add API functions
vyudu ac5702b
up
vyudu a5b3d3f
up
vyudu bde1c35
init multidocumenter
vyudu 959e79a
up
vyudu 739971c
up
vyudu fbf8c63
up
vyudu 6445928
fix references
vyudu e9edce1
load Catalyst
vyudu 0dcc7a5
fix
vyudu 217570b
up
vyudu fea6563
up
vyudu efd8562
up
vyudu 1d8c4cd
change pages
vyudu 25f138a
up
vyudu d4cb6a7
up
vyudu 9f61b34
fix docstrings and docs
vyudu d8140b6
fix file name
vyudu af5737c
fix blocks
vyudu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# [Network analysis and representations](@id api_network_analysis) | ||
```@meta | ||
CurrentModule = Catalyst | ||
``` | ||
|
||
Note, currently API functions for network analysis and conservation law analysis | ||
do not work with constant species (currently only generated by SBMLToolkit). | ||
|
||
For more information about these functions, please see the sections of the docs on | ||
[network ODE representation](@ref network_analysis_odes) and [chemical reaction network theory](@ref network_analysis_structural_aspects). | ||
|
||
```@docs | ||
conservationlaws | ||
conservedquantities | ||
conservedequations | ||
conservationlaw_constants | ||
ReactionComplexElement | ||
ReactionComplex | ||
reactioncomplexmap | ||
reactioncomplexes | ||
incidencemat | ||
incidencematgraph | ||
complexstoichmat | ||
complexoutgoingmat | ||
fluxmat | ||
adjacencymat | ||
laplacianmat | ||
massactionvector | ||
linkageclasses | ||
deficiency | ||
linkagedeficiencies | ||
satisfiesdeficiencyone | ||
satisfiesdeficiencyzero | ||
subnetworks | ||
isreversible | ||
isweaklyreversible | ||
iscomplexbalanced | ||
isdetailedbalanced | ||
robustspecies | ||
reset_networkproperties! | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# [Advanced Analysis using CatalystNetworkAnalysis](@id catalyst_network_analysis) | ||
|
||
For more advanced chemical reaction network analysis, there is a special CatalystNetworkAnalysis package. This package has functionality for a wider range of analysis for chemical reaction networks. For more information, please see the CatalystNetworkAnalysis section accessible from the header of this page. | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
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.
Do I need a release for the package to be able to publish docs for it?