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 4169bcd commit 6db51ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Base OS
FROM ghcr.io/biosimulators/biosimulators_pysces/pysces_base:latest

ARG VERSION=0.1.24
ARG VERSION=0.1.25
ARG SIMULATOR_VERSION="1.0.0"

# metadata
Expand Down
2 changes: 1 addition & 1 deletion biosimulators_pysces/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.24'
__version__ = '0.1.25'
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-PySCeS is available as a command-line program and as a command-lin
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-PySCeS is available at `BioSimulators <https://biosimulators.org/help>`_.
Information about how to create COMBINE/OMEX archives which can be executed by BioSimulators-PySCeS is available `here <`https://docs.biosimulations.org/users/creating-projects/>`_.

A list of the algorithms and algorithm parameters supported by PySCeS is available at `BioSimulators <https://biosimulators.org/simulators/pysces>`_.

Expand Down

0 comments on commit 6db51ab

Please sign in to comment.