Skip to content

Commit

Permalink
refactor: updated documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Dec 14, 2021
1 parent 8b4b1b4 commit 84e009a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-brian2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Base OS
FROM ghcr.io/biosimulators/biosimulators_pyneuroml/pyneuroml:latest

ARG VERSION=0.0.13
ARG VERSION=0.0.14
ARG SIMULATOR_VERSION="2.4.2"

# metadata
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-netpyne
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Base OS
FROM ghcr.io/biosimulators/biosimulators_pyneuroml/neuron:latest

ARG VERSION=0.0.13
ARG VERSION=0.0.14
ARG SIMULATOR_VERSION="1.0.0.2"

# metadata
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-neuron
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Base OS
FROM ghcr.io/biosimulators/biosimulators_pyneuroml/pyneuroml:latest

ARG VERSION=0.0.13
ARG VERSION=0.0.14
ARG SIMULATOR_VERSION="8.0.0"

# metadata
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-pyneuroml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Base OS
FROM python:3.9-slim-buster

ARG VERSION=0.0.13
ARG VERSION=0.0.14
ARG SIMULATOR_VERSION="0.5.18"

# metadata
Expand Down
2 changes: 1 addition & 1 deletion biosimulators_pyneuroml/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.13'
__version__ = '0.0.14'
2 changes: 1 addition & 1 deletion docs-src/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BioSimulators-pyNeuroML is available as three command-line programs and as a com
Creating COMBINE/OMEX archives and encoding simulation experiments into SED-ML
------------------------------------------------------------------------------

Information about how to create COMBINE/OMEX archives which can be executed by BioSimulators-pyNeuroML is available at `BioSimulators <https://biosimulators.org/help>`_.
Information about how to create COMBINE/OMEX archives which can be executed by BioSimulators-pyNeuroML is available `here <`https://docs.biosimulations.org/users/creating-projects/>`_.

A list of the algorithms and algorithm parameters supported by jNeuroML/pyNeuroML, NetPyNe, and NEURON is available at `BioSimulators <https://biosimulators.org/simulators/>`_.

Expand Down

0 comments on commit 84e009a

Please sign in to comment.