Skip to content

Commit 2af999f

Browse files
author
biosimulatorsdaemon
committed
Updating compiled documentation
1 parent 5a408ca commit 2af999f

12 files changed

+97
-94
lines changed

docs/_static/basic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ div.code-block-caption code {
819819

820820
table.highlighttable td.linenos,
821821
span.linenos,
822-
div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */
822+
div.highlight span.gp { /* gp: Generic.Prompt */
823823
user-select: none;
824824
-webkit-user-select: text; /* Safari fallback only */
825825
-webkit-user-select: none; /* Chrome/Safari */

docs/_static/doctools.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,12 +301,14 @@ var Documentation = {
301301
window.location.href = prevHref;
302302
return false;
303303
}
304+
break;
304305
case 39: // right
305306
var nextHref = $('link[rel="next"]').prop('href');
306307
if (nextHref) {
307308
window.location.href = nextHref;
308309
return false;
309310
}
311+
break;
310312
}
311313
}
312314
});

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '0.1.10',
3+
VERSION: '0.1.11',
44
LANGUAGE: 'en',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/about.html

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
<html lang="en">
55
<head>
66
<meta charset="utf-8" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
8-
9-
<title>About BioSimulators-BioNetGen &#8212; BioSimulators-BioNetGen 0.1.10 documentation</title>
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<title>About BioSimulators-BioNetGen &#8212; BioSimulators-BioNetGen 0.1.11 documentation</title>
109
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
1110
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
1211
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
@@ -85,7 +84,7 @@ <h3>Related Topics</h3>
8584
<h3 id="searchlabel">Quick search</h3>
8685
<div class="searchformwrapper">
8786
<form class="search" action="search.html" method="get">
88-
<input type="text" name="q" aria-labelledby="searchlabel" />
87+
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
8988
<input type="submit" value="Go" />
9089
</form>
9190
</div>
@@ -107,21 +106,21 @@ <h3 id="searchlabel">Quick search</h3>
107106

108107
<div class="body" role="main">
109108

110-
<section id="about-biosimulators-bionetgen">
109+
<div class="section" id="about-biosimulators-bionetgen">
111110
<h1>About BioSimulators-BioNetGen<a class="headerlink" href="#about-biosimulators-bionetgen" title="Permalink to this headline"></a></h1>
112-
<section id="license">
111+
<div class="section" id="license">
113112
<h2>License<a class="headerlink" href="#license" title="Permalink to this headline"></a></h2>
114113
<p>This package is released under the <a class="reference external" href="https://github.com/biosimulators/Biosimulators_BioNetGen/blob/dev/LICENSE">MIT License</a>. BioNetGen is released under the <a class="reference external" href="https://github.com/RuleWorld/bionetgen/blob/master/LICENSE">MIT License</a>.</p>
115-
</section>
116-
<section id="development-team">
114+
</div>
115+
<div class="section" id="development-team">
117116
<h2>Development team<a class="headerlink" href="#development-team" title="Permalink to this headline"></a></h2>
118117
<p>This package was developed by the <a class="reference external" href="https://www.karrlab.org">Karr Lab</a> at the Icahn School of Medicine at Mount Sinai and the <a class="reference external" href="https://reproduciblebiomodels.org/">Center for Reproducible Biomedical Modeling</a>. BioNetGen was developed by the <a class="reference external" href="https://www.csb.pitt.edu/Faculty/Faeder/">Faeder Lab</a> at the University of Pittsburgh.</p>
119-
</section>
120-
<section id="questions-and-comments">
118+
</div>
119+
<div class="section" id="questions-and-comments">
121120
<h2>Questions and comments<a class="headerlink" href="#questions-and-comments" title="Permalink to this headline"></a></h2>
122121
<p>Please contact the <a class="reference external" href="mailto:info&#37;&#52;&#48;biosimulators&#46;org">BioSimulators Team</a> with any questions or comments about the command-line program or Docker image. Please contact the <a class="reference external" href="mailto:bionetgen&#46;help&#37;&#52;&#48;gmail&#46;com">BioNetGen Team</a> with any questions or comments about BioNetGen.</p>
123-
</section>
124-
</section>
122+
</div>
123+
</div>
125124

126125

127126
</div>

docs/genindex.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Index &#8212; BioSimulators-BioNetGen 0.1.10 documentation</title>
8+
<title>Index &#8212; BioSimulators-BioNetGen 0.1.11 documentation</title>
99
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
1111
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
@@ -75,7 +75,7 @@ <h3>Related Topics</h3>
7575
<h3 id="searchlabel">Quick search</h3>
7676
<div class="searchformwrapper">
7777
<form class="search" action="search.html" method="get">
78-
<input type="text" name="q" aria-labelledby="searchlabel" />
78+
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
7979
<input type="submit" value="Go" />
8080
</form>
8181
</div>
@@ -213,7 +213,7 @@ <h2 id="E">E</h2>
213213
<h2 id="G">G</h2>
214214
<table style="width: 100%" class="indextable genindextable"><tr>
215215
<td style="width: 33%; vertical-align: top;"><ul>
216-
<li><a href="source/biosimulators_bionetgen.html#biosimulators_bionetgen.utils.get_bionetgen_version">get_bionetgen_version() (in module biosimulators_bionetgen.utils)</a>
216+
<li><a href="source/biosimulators_bionetgen.html#biosimulators_bionetgen.get_simulator_version">get_simulator_version() (in module biosimulators_bionetgen)</a>
217217
</li>
218218
</ul></td>
219219
<td style="width: 33%; vertical-align: top;"><ul>

docs/index.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
<html lang="en">
55
<head>
66
<meta charset="utf-8" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
8-
9-
<title>BioSimulators-BioNetGen documentation &#8212; BioSimulators-BioNetGen 0.1.10 documentation</title>
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<title>BioSimulators-BioNetGen documentation &#8212; BioSimulators-BioNetGen 0.1.11 documentation</title>
109
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
1110
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
1211
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
@@ -78,7 +77,7 @@ <h3>Related Topics</h3>
7877
<h3 id="searchlabel">Quick search</h3>
7978
<div class="searchformwrapper">
8079
<form class="search" action="search.html" method="get">
81-
<input type="text" name="q" aria-labelledby="searchlabel" />
80+
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
8281
<input type="submit" value="Go" />
8382
</form>
8483
</div>
@@ -100,13 +99,13 @@ <h3 id="searchlabel">Quick search</h3>
10099

101100
<div class="body" role="main">
102101

103-
<section id="biosimulators-bionetgen-documentation">
102+
<div class="section" id="biosimulators-bionetgen-documentation">
104103
<h1>BioSimulators-BioNetGen documentation<a class="headerlink" href="#biosimulators-bionetgen-documentation" title="Permalink to this headline"></a></h1>
105104
<p>BioSimulators-BioNetGen provides a <a class="reference external" href="https://biosimulators.org">BioSimulators</a>-compliant command-line interface to the <a class="reference external" href="https://bionetgen.org">BioNetGen</a> biological simulation tool. A Docker image for this package is also available.</p>
106105
<p>This command-line interface and Docker image enable users to use BioNetGen to execute <a class="reference external" href="https://combinearchive.org/">COMBINE/OMEX archives</a> that describe one or more simulation experiments (in <a class="reference external" href="https://sed-ml.org">SED-ML format</a>) of one or more models (in <a class="reference external" href="https://bionetgen.org">BNGL format</a>).</p>
107106
<p>A list of the algorithms and algorithm parameters supported by BioNetGen is available at <a class="reference external" href="https://biosimulators.org/simulators/bionetgen">BioSimulators</a>.</p>
108107
<p>A simple web application and web service for using BioNetGen to execute COMBINE/OMEX archives is also available at <a class="reference external" href="https://run.biosimulations.org">runBioSimulations</a>.</p>
109-
<section id="contents">
108+
<div class="section" id="contents">
110109
<h2>Contents<a class="headerlink" href="#contents" title="Permalink to this headline"></a></h2>
111110
<div class="toctree-wrapper compound">
112111
<ul>
@@ -140,8 +139,8 @@ <h2>Contents<a class="headerlink" href="#contents" title="Permalink to this head
140139
<li class="toctree-l1"><a class="reference internal" href="genindex.html">Index</a></li>
141140
</ul>
142141
</div>
143-
</section>
144-
</section>
142+
</div>
143+
</div>
145144

146145

147146
</div>

docs/installation.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
<html lang="en">
55
<head>
66
<meta charset="utf-8" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
8-
9-
<title>Installation instructions &#8212; BioSimulators-BioNetGen 0.1.10 documentation</title>
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<title>Installation instructions &#8212; BioSimulators-BioNetGen 0.1.11 documentation</title>
109
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
1110
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
1211
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
@@ -84,7 +83,7 @@ <h3>Related Topics</h3>
8483
<h3 id="searchlabel">Quick search</h3>
8584
<div class="searchformwrapper">
8685
<form class="search" action="search.html" method="get">
87-
<input type="text" name="q" aria-labelledby="searchlabel" />
86+
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
8887
<input type="submit" value="Go" />
8988
</form>
9089
</div>
@@ -106,24 +105,24 @@ <h3 id="searchlabel">Quick search</h3>
106105

107106
<div class="body" role="main">
108107

109-
<section id="installation-instructions">
108+
<div class="section" id="installation-instructions">
110109
<h1>Installation instructions<a class="headerlink" href="#installation-instructions" title="Permalink to this headline"></a></h1>
111110
<p>BioSimulators-BioNetGen is available as a command-line program and as a command-line program encapsulated into a Docker image.</p>
112-
<section id="command-line-program">
111+
<div class="section" id="command-line-program">
113112
<h2>Command-line program<a class="headerlink" href="#command-line-program" title="Permalink to this headline"></a></h2>
114113
<p>After installing <a class="reference external" href="https://www.python.org/downloads/">Python</a> (&gt;= 3.7), <a class="reference external" href="https://pip.pypa.io/">pip</a>, and <a class="reference external" href="https://bionetgen.org/">BioNetGen</a>, run the following command to install BioSimulators-BioNetGen:</p>
115114
<div class="highlight-text notranslate"><div class="highlight"><pre><span></span>pip install biosimulators-bionetgen
116115
</pre></div>
117116
</div>
118-
</section>
119-
<section id="docker-image-with-a-command-line-entrypoint">
117+
</div>
118+
<div class="section" id="docker-image-with-a-command-line-entrypoint">
120119
<h2>Docker image with a command-line entrypoint<a class="headerlink" href="#docker-image-with-a-command-line-entrypoint" title="Permalink to this headline"></a></h2>
121120
<p>After installing <a class="reference external" href="https://docs.docker.com/get-docker/">Docker</a>, run the following command to install the Docker image for BioSimulators-BioNetGen:</p>
122121
<div class="highlight-text notranslate"><div class="highlight"><pre><span></span>docker pull ghcr.io/biosimulators/bionetgen
123122
</pre></div>
124123
</div>
125-
</section>
126-
</section>
124+
</div>
125+
</div>
127126

128127

129128
</div>

docs/py-modindex.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Python Module Index &#8212; BioSimulators-BioNetGen 0.1.10 documentation</title>
8+
<title>Python Module Index &#8212; BioSimulators-BioNetGen 0.1.11 documentation</title>
99
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
1111
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
@@ -78,7 +78,7 @@ <h3>Related Topics</h3>
7878
<h3 id="searchlabel">Quick search</h3>
7979
<div class="searchformwrapper">
8080
<form class="search" action="search.html" method="get">
81-
<input type="text" name="q" aria-labelledby="searchlabel" />
81+
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
8282
<input type="submit" value="Go" />
8383
</form>
8484
</div>

docs/search.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Search &#8212; BioSimulators-BioNetGen 0.1.10 documentation</title>
8+
<title>Search &#8212; BioSimulators-BioNetGen 0.1.11 documentation</title>
99
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
1111

@@ -111,7 +111,7 @@ <h1 id="search-documentation">Search</h1>
111111

112112

113113
<form action="" method="get">
114-
<input type="text" name="q" aria-labelledby="search-documentation" value="" />
114+
<input type="text" name="q" aria-labelledby="search-documentation" value="" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
115115
<input type="submit" value="search" />
116116
<span id="search-progress" style="padding-left: 10px"></span>
117117
</form>

0 commit comments

Comments
 (0)