Skip to content

Commit

Permalink
Updating compiled documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
biosimulatorsdaemon committed Dec 14, 2021
1 parent f2617c0 commit 8797d69
Show file tree
Hide file tree
Showing 17 changed files with 213 additions and 147 deletions.
3 changes: 2 additions & 1 deletion docs/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -731,8 +731,9 @@ dl.glossary dt {

.classifier:before {
font-style: normal;
margin: 0.5em;
margin: 0 0.5em;
content: ":";
display: inline-block;
}

abbr, acronym {
Expand Down
2 changes: 2 additions & 0 deletions docs/_static/css/blank.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/* This file is intentionally left blank to override the stylesheet of the
parent theme via theme.conf. The parent style we import directly in theme.css */
6 changes: 6 additions & 0 deletions docs/_static/css/index.ff1ffe594081f20da1ef19478df9384b.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/_static/css/theme.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* Provided by the Sphinx base theme template at build time */
@import "../basic.css";

:root {
/*****************************************************************************
* Theme config
Expand Down
2 changes: 1 addition & 1 deletion docs/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '0.1.18',
VERSION: '0.1.19',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
32 changes: 32 additions & 0 deletions docs/_static/js/index.be7d3bbb2ef33a8344ce.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docs/_static/searchtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,9 @@ var Search = {
var results = [];

for (var prefix in objects) {
for (var name in objects[prefix]) {
for (var iMatch = 0; iMatch != objects[prefix].length; ++iMatch) {
var match = objects[prefix][iMatch];
var name = match[4];
var fullname = (prefix ? prefix + '.' : '') + name;
var fullnameLower = fullname.toLowerCase()
if (fullnameLower.indexOf(object) > -1) {
Expand All @@ -342,7 +344,6 @@ var Search = {
} else if (parts[parts.length - 1].indexOf(object) > -1) {
score += Scorer.objPartialMatch;
}
var match = objects[prefix][name];
var objname = objnames[match[1]][2];
var title = titles[match[0]];
// If more than one term searched for, we require other words to be
Expand Down
8 changes: 4 additions & 4 deletions docs/_static/webpack-macros.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
{% endmacro %}

{% macro head_pre_bootstrap() %}
<link href="{{ pathto('_static/css/theme.css', 1) }}" rel="stylesheet" />
<link href="{{ pathto('_static/css/index.c5995385ac14fb8791e8eb36b4908be2.css', 1) }}" rel="stylesheet" />
<link href="{{ pathto('_static/css/theme.css', 1) }}" rel="stylesheet">
<link href="{{ pathto('_static/css/index.ff1ffe594081f20da1ef19478df9384b.css', 1) }}" rel="stylesheet">
{% endmacro %}

{% macro head_js_preload() %}
<link rel="preload" as="script" href="{{ pathto('_static/js/index.1c5a1a01449ed65a7b51.js', 1) }}">
<link rel="preload" as="script" href="{{ pathto('_static/js/index.be7d3bbb2ef33a8344ce.js', 1) }}">
{% endmacro %}

{% macro body_post() %}
<script src="{{ pathto('_static/js/index.1c5a1a01449ed65a7b51.js', 1) }}"></script>
<script src="{{ pathto('_static/js/index.be7d3bbb2ef33a8344ce.js', 1) }}"></script>
{% endmacro %}
41 changes: 22 additions & 19 deletions docs/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About BioSimulators-BioNetGen &#8212; BioSimulators-BioNetGen 0.1.18 documentation</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>About BioSimulators-BioNetGen &#8212; BioSimulators-BioNetGen 0.1.19 documentation</title>

<link href="_static/css/theme.css" rel="stylesheet" />
<link href="_static/css/index.c5995385ac14fb8791e8eb36b4908be2.css" rel="stylesheet" />
<link href="_static/css/theme.css" rel="stylesheet">
<link href="_static/css/index.ff1ffe594081f20da1ef19478df9384b.css" rel="stylesheet">


<link rel="stylesheet"
Expand All @@ -23,10 +24,10 @@


<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/basic.css" />
<link rel="stylesheet" type="text/css" href="_static/css/blank.css" />
<link rel="stylesheet" type="text/css" href="_static/css/biosimulators.css" />

<link rel="preload" as="script" href="_static/js/index.1c5a1a01449ed65a7b51.js">
<link rel="preload" as="script" href="_static/js/index.be7d3bbb2ef33a8344ce.js">

<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
Expand All @@ -38,7 +39,7 @@
<link rel="next" title="Index" href="genindex.html" />
<link rel="prev" title="biosimulators_bionetgen package" href="source/biosimulators_bionetgen.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en" />
<meta name="docsearch:language" content="en">


<link rel="icon" sizes="16x16" href="https://github.com/biosimulations/biosimulations/raw/dev/libs/shared/assets/src/assets/icons/favicon-16x16.png">
Expand All @@ -48,6 +49,9 @@
<link rel="icon" sizes="32x32" href="https://github.com/biosimulations/biosimulations/raw/dev/libs/shared/assets/src/assets/icons/favicon-32x32.png">



<!-- Google Analytics -->

</head>
<body data-spy="scroll" data-target="#bd-toc-nav" data-offset="80">

Expand Down Expand Up @@ -181,21 +185,21 @@

<div>

<div class="section" id="about-biosimulators-bionetgen">
<section id="about-biosimulators-bionetgen">
<h1>About BioSimulators-BioNetGen<a class="headerlink" href="#about-biosimulators-bionetgen" title="Permalink to this headline"></a></h1>
<div class="section" id="license">
<section id="license">
<h2>License<a class="headerlink" href="#license" title="Permalink to this headline"></a></h2>
<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>
</div>
<div class="section" id="development-team">
</section>
<section id="development-team">
<h2>Development team<a class="headerlink" href="#development-team" title="Permalink to this headline"></a></h2>
<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>
</div>
<div class="section" id="questions-and-comments">
</section>
<section id="questions-and-comments">
<h2>Questions and comments<a class="headerlink" href="#questions-and-comments" title="Permalink to this headline"></a></h2>
<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>
</div>
</div>
</section>
</section>


</div>
Expand All @@ -207,14 +211,13 @@ <h2>Questions and comments<a class="headerlink" href="#questions-and-comments" t
</div>
</div>

<script src="_static/js/index.1c5a1a01449ed65a7b51.js"></script>

<footer class="footer mt-5 mt-md-0">
<script src="_static/js/index.be7d3bbb2ef33a8344ce.js"></script>
<footer class="footer mt-5 mt-md-0">
<div class="container">

<div class="footer-item">
<p class="copyright">
&copy; Copyright 2021, BioSimulators Team.<br/>
&copy; Copyright 2021, BioSimulators Team.<br>
</p>
</div>

Expand Down
22 changes: 12 additions & 10 deletions docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &#8212; BioSimulators-BioNetGen 0.1.18 documentation</title>
<title>Index &#8212; BioSimulators-BioNetGen 0.1.19 documentation</title>

<link href="_static/css/theme.css" rel="stylesheet" />
<link href="_static/css/index.c5995385ac14fb8791e8eb36b4908be2.css" rel="stylesheet" />
<link href="_static/css/theme.css" rel="stylesheet">
<link href="_static/css/index.ff1ffe594081f20da1ef19478df9384b.css" rel="stylesheet">


<link rel="stylesheet"
Expand All @@ -23,10 +23,10 @@


<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/basic.css" />
<link rel="stylesheet" type="text/css" href="_static/css/blank.css" />
<link rel="stylesheet" type="text/css" href="_static/css/biosimulators.css" />

<link rel="preload" as="script" href="_static/js/index.1c5a1a01449ed65a7b51.js">
<link rel="preload" as="script" href="_static/js/index.be7d3bbb2ef33a8344ce.js">

<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
Expand All @@ -36,7 +36,7 @@
<link rel="index" title="Index" href="#" />
<link rel="search" title="Search" href="search.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en" />
<meta name="docsearch:language" content="en">


<link rel="icon" sizes="16x16" href="https://github.com/biosimulations/biosimulations/raw/dev/libs/shared/assets/src/assets/icons/favicon-16x16.png">
Expand All @@ -46,6 +46,9 @@
<link rel="icon" sizes="32x32" href="https://github.com/biosimulations/biosimulations/raw/dev/libs/shared/assets/src/assets/icons/favicon-32x32.png">



<!-- Google Analytics -->

</head>
<body data-spy="scroll" data-target="#bd-toc-nav" data-offset="80">

Expand Down Expand Up @@ -364,14 +367,13 @@ <h2 id="W">W</h2>
</div>
</div>

<script src="_static/js/index.1c5a1a01449ed65a7b51.js"></script>

<footer class="footer mt-5 mt-md-0">
<script src="_static/js/index.be7d3bbb2ef33a8344ce.js"></script>
<footer class="footer mt-5 mt-md-0">
<div class="container">

<div class="footer-item">
<p class="copyright">
&copy; Copyright 2021, BioSimulators Team.<br/>
&copy; Copyright 2021, BioSimulators Team.<br>
</p>
</div>

Expand Down
33 changes: 18 additions & 15 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BioSimulators-BioNetGen documentation &#8212; BioSimulators-BioNetGen 0.1.18 documentation</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>BioSimulators-BioNetGen documentation &#8212; BioSimulators-BioNetGen 0.1.19 documentation</title>

<link href="_static/css/theme.css" rel="stylesheet" />
<link href="_static/css/index.c5995385ac14fb8791e8eb36b4908be2.css" rel="stylesheet" />
<link href="_static/css/theme.css" rel="stylesheet">
<link href="_static/css/index.ff1ffe594081f20da1ef19478df9384b.css" rel="stylesheet">


<link rel="stylesheet"
Expand All @@ -23,10 +24,10 @@


<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/basic.css" />
<link rel="stylesheet" type="text/css" href="_static/css/blank.css" />
<link rel="stylesheet" type="text/css" href="_static/css/biosimulators.css" />

<link rel="preload" as="script" href="_static/js/index.1c5a1a01449ed65a7b51.js">
<link rel="preload" as="script" href="_static/js/index.be7d3bbb2ef33a8344ce.js">

<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
Expand All @@ -37,7 +38,7 @@
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Installation instructions" href="installation.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en" />
<meta name="docsearch:language" content="en">


<link rel="icon" sizes="16x16" href="https://github.com/biosimulations/biosimulations/raw/dev/libs/shared/assets/src/assets/icons/favicon-16x16.png">
Expand All @@ -47,6 +48,9 @@
<link rel="icon" sizes="32x32" href="https://github.com/biosimulations/biosimulations/raw/dev/libs/shared/assets/src/assets/icons/favicon-32x32.png">



<!-- Google Analytics -->

</head>
<body data-spy="scroll" data-target="#bd-toc-nav" data-offset="80">

Expand Down Expand Up @@ -170,13 +174,13 @@

<div>

<div class="section" id="biosimulators-bionetgen-documentation">
<section id="biosimulators-bionetgen-documentation">
<h1>BioSimulators-BioNetGen documentation<a class="headerlink" href="#biosimulators-bionetgen-documentation" title="Permalink to this headline"></a></h1>
<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>
<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>
<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>
<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>
<div class="section" id="contents">
<section id="contents">
<h2>Contents<a class="headerlink" href="#contents" title="Permalink to this headline"></a></h2>
<div class="toctree-wrapper compound">
<ul>
Expand Down Expand Up @@ -210,8 +214,8 @@ <h2>Contents<a class="headerlink" href="#contents" title="Permalink to this head
<li class="toctree-l1"><a class="reference internal" href="genindex.html">Index</a></li>
</ul>
</div>
</div>
</div>
</section>
</section>


</div>
Expand All @@ -223,14 +227,13 @@ <h2>Contents<a class="headerlink" href="#contents" title="Permalink to this head
</div>
</div>

<script src="_static/js/index.1c5a1a01449ed65a7b51.js"></script>

<footer class="footer mt-5 mt-md-0">
<script src="_static/js/index.be7d3bbb2ef33a8344ce.js"></script>
<footer class="footer mt-5 mt-md-0">
<div class="container">

<div class="footer-item">
<p class="copyright">
&copy; Copyright 2021, BioSimulators Team.<br/>
&copy; Copyright 2021, BioSimulators Team.<br>
</p>
</div>

Expand Down
Loading

0 comments on commit 8797d69

Please sign in to comment.