Skip to content

Commit

Permalink
adding another link to the jupyter tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Mar 19, 2020
1 parent 133a76c commit 17f93af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bpforms/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -672,12 +672,12 @@ <h3>JSON REST API</h3>
<div class="large-3 cell">
<a id="cli"></a>
<h3>Command line interface</h3>
A command line interface is available from PyPI <a href="https://pypi.python.org/pypi/bpforms"><i class="fi-link"></i></a>. Installation instructions and documentation are available at docs.karrlab.org <a href="https://docs.karrlab.org/bpforms/"><i class="fi-link"></i></a>.
A command line interface is available from PyPI <a href="https://pypi.python.org/pypi/bpforms"><i class="fi-link"></i></a>. Installation instructions and documentation are available at docs.karrlab.org <a href="https://docs.karrlab.org/bpforms/"><i class="fi-link"></i></a>. Documentation is available inline by running <span class="monospace">bpforms --help</span>.
</div>
<div class="large-3 cell">
<a id="library"></a>
<h3>Python library</h3>
A Python library is available from PyPI <a href="https://pypi.python.org/pypi/bpforms"><i class="fi-link"></i></a>. Installation instructions are available at docs.karrlab.org <a href="https://docs.karrlab.org/bpforms/master/installation.html"><i class="fi-link"></i></a>. Documentation is available inline by running <span class="monospace">bpforms --help</span>.
A Python library is available from PyPI <a href="https://pypi.python.org/pypi/bpforms"><i class="fi-link"></i></a>. Installation instructions are available at docs.karrlab.org <a href="https://docs.karrlab.org/bpforms/installation.html"><i class="fi-link"></i></a>. Interactive tutorials are available as Jupyter notebooks at sandbox.karrlab.org <a href="https://sandbox.karrlab.org/tree/bpforms"><i class="fi-link"></i></a>. Detailed documentation is available at <a href="https://docs.karrlab.org/bpforms/source/bpforms.html"><i class="fi-link"></i></a>.
</div>
</div>

Expand Down Expand Up @@ -1067,7 +1067,7 @@ <h3>Documentation for the REST API</h3>
</div>
<div class="large-6 cell">
<h3>Installation instructions for the CLI and Python API</h3>
Installation instructions are available at docs.karrlab.org <a href="https://docs.karrlab.org/bpforms/master/installation.html"><i class="fi-link"></i></a>. A minimal Dockerfile <a href="https://github.com/KarrLab/bpforms/blob/master/Dockerfile"><i class="fi-link"></i></a> is also available from the Git repository.
Installation instructions are available at docs.karrlab.org <a href="https://docs.karrlab.org/bpforms/installation.html"><i class="fi-link"></i></a>. A minimal Dockerfile <a href="https://github.com/KarrLab/bpforms/blob/master/Dockerfile"><i class="fi-link"></i></a> is also available from the Git repository.
</div>
<div class="large-6 cell">
<h3>Documentation for the command line program</h3>
Expand Down

0 comments on commit 17f93af

Please sign in to comment.