You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes for compatibility with latest Catlab/ACSets (#15)
* fixes for new versions of Catlab/ACSets
* drop Catlab dep, add ACSets; use parts rather than 1:nparts
* fix tutorials and tests
---------
Co-authored-by: Bíma, Jan <jan.bima@merck.com>
Copy file name to clipboardExpand all lines: docs/build/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<!DOCTYPE html>
2
-
<htmllang="en"><head><metacharset="UTF-8"/><metaname="viewport" content="width=device-width, initial-scale=1.0"/><title>API Documentation · ReactiveDynamics.jl API Documentation</title><scriptdata-outdated-warnersrc="assets/warner.js"></script><linkhref="https://cdnjs.cloudflare.com/ajax/libs/lato-font/3.0.0/css/lato-font.min.css" rel="stylesheet" type="text/css"/><linkhref="https://cdnjs.cloudflare.com/ajax/libs/juliamono/0.045/juliamono.min.css" rel="stylesheet" type="text/css"/><linkhref="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/fontawesome.min.css" rel="stylesheet" type="text/css"/><linkhref="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/solid.min.css" rel="stylesheet" type="text/css"/><linkhref="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/brands.min.css" rel="stylesheet" type="text/css"/><linkhref="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.13.24/katex.min.css" rel="stylesheet" type="text/css"/><script>documenterBaseURL="."</script><scriptsrc="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js" data-main="assets/documenter.js"></script><scriptsrc="siteinfo.js"></script><scriptsrc="../versions.js"></script><linkclass="docs-theme-link" rel="stylesheet" type="text/css" href="assets/themes/documenter-dark.css" data-theme-name="documenter-dark" data-theme-primary-dark/><linkclass="docs-theme-link" rel="stylesheet" type="text/css" href="assets/themes/documenter-light.css" data-theme-name="documenter-light" data-theme-primary/><scriptsrc="assets/themeswap.js"></script></head><body><divid="documenter"><navclass="docs-sidebar"><divclass="docs-package-name"><spanclass="docs-autofit"><ahref="index.html">ReactiveDynamics.jl API Documentation</a></span></div><formclass="docs-search" action="search.html"><inputclass="docs-search-query" id="documenter-search-query" name="q" type="text" placeholder="Search docs"/></form><ulclass="docs-menu"><liclass="is-active"><aclass="tocitem" href="index.html">API Documentation</a><ulclass="internal"><li><aclass="tocitem" href="#Create-a-model"><span>Create a model</span></a></li><li><aclass="tocitem" href="#Modify-a-model"><span>Modify a model</span></a></li><li><aclass="tocitem" href="#Resource-costs"><span>Resource costs</span></a></li><li><aclass="tocitem" href="#Add-reactions"><span>Add reactions</span></a></li><li><aclass="tocitem" href="#Set-initial-values,-uncertainty,-and-solver-arguments"><span>Set initial values, uncertainty, and solver arguments</span></a></li><li><aclass="tocitem" href="#Model-unions"><span>Model unions</span></a></li><li><aclass="tocitem" href="#Model-import-and-export"><span>Model import and export</span></a></li><li><aclass="tocitem" href="#Solution-import-and-export"><span>Solution import and export</span></a></li><li><aclass="tocitem" href="#Problematize,sSolve,-and-plot"><span>Problematize,sSolve, and plot</span></a></li><li><aclass="tocitem" href="#Optimization-and-fitting"><span>Optimization and fitting</span></a></li></ul></li></ul><divclass="docs-version-selector field has-addons"><divclass="control"><spanclass="docs-label button is-static is-size-7">Version</span></div><divclass="docs-selector control is-expanded"><divclass="select is-fullwidth is-size-7"><selectid="documenter-version-selector"></select></div></div></div></nav><divclass="docs-main"><headerclass="docs-navbar"><navclass="breadcrumb"><ulclass="is-hidden-mobile"><liclass="is-active"><ahref="index.html">API Documentation</a></li></ul><ulclass="is-hidden-tablet"><liclass="is-active"><ahref="index.html">API Documentation</a></li></ul></nav><divclass="docs-right"><aclass="docs-edit-link" href="https://github.com//blob/main/docs/src/index.md" title="Edit on GitHub"><spanclass="docs-icon fab"></span><spanclass="docs-label is-hidden-touch">Edit on GitHub</span></a><aclass="docs-settings-button fas fa-cog" id="documenter-settings-button" href="#" title="Settings"></a><aclass="docs-sidebar-button fa fa-bars is-hidden-desktop" id="documenter-sidebar-button" href="#"></a></div></header><articleclass="content" id="documenter-page"><h1id="API-Documentation"><aclass="docs-heading-anchor" href="#API-Documentation">API Documentation</a><aid="API-Documentation-1"></a><aclass="docs-heading-anchor-permalink" href="#API-Documentation" title="Permalink"></a></h1><h2id="Create-a-model"><aclass="docs-heading-anchor" href="#Create-a-model">Create a model</a><aid="Create-a-model-1"></a><aclass="docs-heading-anchor-permalink" href="#Create-a-model" title="Permalink"></a></h2><articleclass="docstring"><header><aclass="docstring-binding" id="ReactiveDynamics.@ReactionNetwork" href="#ReactiveDynamics.@ReactionNetwork"><code>ReactiveDynamics.@ReactionNetwork</code></a> — <spanclass="docstring-category">Macro</span></header><section><div><p>Macro that takes an expression corresponding to a reaction network and outputs an instance of <code>TheoryReactionNetwork</code> that can be converted to a <code>DiscreteProblem</code> or solved directly.</p><p>Most arrows accepted (both right, left, and bi-drectional arrows). Use 0 or ∅ for annihilation/creation to/from nothing.</p><p>Custom functions and sampleable objects can be used as numeric parameters. Note that these have to be accessible from ReactiveDynamics's source code.</p><p><strong>Examples</strong></p><pre><codeclass="language-julia hljs">acs = @ReactionNetwork begin
2
+
<htmllang="en"><head><metacharset="UTF-8"/><metaname="viewport" content="width=device-width, initial-scale=1.0"/><title>API Documentation · ReactiveDynamics.jl API Documentation</title><scriptdata-outdated-warnersrc="assets/warner.js"></script><linkhref="https://cdnjs.cloudflare.com/ajax/libs/lato-font/3.0.0/css/lato-font.min.css" rel="stylesheet" type="text/css"/><linkhref="https://cdnjs.cloudflare.com/ajax/libs/juliamono/0.045/juliamono.min.css" rel="stylesheet" type="text/css"/><linkhref="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/fontawesome.min.css" rel="stylesheet" type="text/css"/><linkhref="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/solid.min.css" rel="stylesheet" type="text/css"/><linkhref="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/brands.min.css" rel="stylesheet" type="text/css"/><linkhref="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.13.24/katex.min.css" rel="stylesheet" type="text/css"/><script>documenterBaseURL="."</script><scriptsrc="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js" data-main="assets/documenter.js"></script><scriptsrc="siteinfo.js"></script><scriptsrc="../versions.js"></script><linkclass="docs-theme-link" rel="stylesheet" type="text/css" href="assets/themes/documenter-dark.css" data-theme-name="documenter-dark" data-theme-primary-dark/><linkclass="docs-theme-link" rel="stylesheet" type="text/css" href="assets/themes/documenter-light.css" data-theme-name="documenter-light" data-theme-primary/><scriptsrc="assets/themeswap.js"></script></head><body><divid="documenter"><navclass="docs-sidebar"><divclass="docs-package-name"><spanclass="docs-autofit"><ahref="index.html">ReactiveDynamics.jl API Documentation</a></span></div><formclass="docs-search" action="search.html"><inputclass="docs-search-query" id="documenter-search-query" name="q" type="text" placeholder="Search docs"/></form><ulclass="docs-menu"><liclass="is-active"><aclass="tocitem" href="index.html">API Documentation</a><ulclass="internal"><li><aclass="tocitem" href="#Create-a-model"><span>Create a model</span></a></li><li><aclass="tocitem" href="#Modify-a-model"><span>Modify a model</span></a></li><li><aclass="tocitem" href="#Resource-costs"><span>Resource costs</span></a></li><li><aclass="tocitem" href="#Add-reactions"><span>Add reactions</span></a></li><li><aclass="tocitem" href="#Set-initial-values,-uncertainty,-and-solver-arguments"><span>Set initial values, uncertainty, and solver arguments</span></a></li><li><aclass="tocitem" href="#Model-unions"><span>Model unions</span></a></li><li><aclass="tocitem" href="#Model-import-and-export"><span>Model import and export</span></a></li><li><aclass="tocitem" href="#Solution-import-and-export"><span>Solution import and export</span></a></li><li><aclass="tocitem" href="#Problematize,sSolve,-and-plot"><span>Problematize,sSolve, and plot</span></a></li><li><aclass="tocitem" href="#Optimization-and-fitting"><span>Optimization and fitting</span></a></li></ul></li></ul><divclass="docs-version-selector field has-addons"><divclass="control"><spanclass="docs-label button is-static is-size-7">Version</span></div><divclass="docs-selector control is-expanded"><divclass="select is-fullwidth is-size-7"><selectid="documenter-version-selector"></select></div></div></div></nav><divclass="docs-main"><headerclass="docs-navbar"><navclass="breadcrumb"><ulclass="is-hidden-mobile"><liclass="is-active"><ahref="index.html">API Documentation</a></li></ul><ulclass="is-hidden-tablet"><liclass="is-active"><ahref="index.html">API Documentation</a></li></ul></nav><divclass="docs-right"><aclass="docs-edit-link" href="https://github.com//blob/main/docs/src/index.md" title="Edit on GitHub"><spanclass="docs-icon fab"></span><spanclass="docs-label is-hidden-touch">Edit on GitHub</span></a><aclass="docs-settings-button fas fa-cog" id="documenter-settings-button" href="#" title="Settings"></a><aclass="docs-sidebar-button fa fa-bars is-hidden-desktop" id="documenter-sidebar-button" href="#"></a></div></header><articleclass="content" id="documenter-page"><h1id="API-Documentation"><aclass="docs-heading-anchor" href="#API-Documentation">API Documentation</a><aid="API-Documentation-1"></a><aclass="docs-heading-anchor-permalink" href="#API-Documentation" title="Permalink"></a></h1><h2id="Create-a-model"><aclass="docs-heading-anchor" href="#Create-a-model">Create a model</a><aid="Create-a-model-1"></a><aclass="docs-heading-anchor-permalink" href="#Create-a-model" title="Permalink"></a></h2><articleclass="docstring"><header><aclass="docstring-binding" id="ReactiveDynamics.@ReactionNetwork" href="#ReactiveDynamics.@ReactionNetwork"><code>ReactiveDynamics.@ReactionNetwork</code></a> — <spanclass="docstring-category">Macro</span></header><section><div><p>Macro that takes an expression corresponding to a reaction network and outputs an instance of <code>TheoryReactionNetwork</code> that can be converted to a <code>DiscreteProblem</code> or solved directly.</p><p>Most arrows accepted (both right, left, and bi-drectional arrows). Use 0 or ∅ for annihilation/creation to/from nothing.</p><p>Custom functions and sampleable objects can be used as numeric parameters. Note that these have to be accessible from ReactiveDynamics's source code.</p><p><strong>Examples</strong></p><pre><codeclass="language-julia hljs">acs = @ReactionNetworkSchema begin
3
3
1.0, X ⟶ Y
4
4
1.0, X ⟶ Y, priority=>6., prob=>.7, capacity=>3.
0 commit comments