From 78c52a4e1add063381fd3b8cc56d9a4476d231dd Mon Sep 17 00:00:00 2001 From: Jonathan Karr Date: Tue, 14 Dec 2021 17:38:21 -0500 Subject: [PATCH] refactor: updated documentation links --- Dockerfile | 2 +- biosimulators_opencor/_version.py | 2 +- docs-src/tutorial.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b46dad1..623e185 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # VERSION -ARG VERSION=0.0.9 +ARG VERSION=0.0.10 ARG SIMULATOR_VERSION="2021-10-05" # Base OS diff --git a/biosimulators_opencor/_version.py b/biosimulators_opencor/_version.py index 9d1ffab..6820f36 100644 --- a/biosimulators_opencor/_version.py +++ b/biosimulators_opencor/_version.py @@ -1 +1 @@ -__version__ = '0.0.9' +__version__ = '0.0.10' diff --git a/docs-src/tutorial.rst b/docs-src/tutorial.rst index 415ac1c..b5db48f 100644 --- a/docs-src/tutorial.rst +++ b/docs-src/tutorial.rst @@ -7,7 +7,7 @@ BioSimulators-OpenCOR is available as a command-line program and as a command-li 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-OpenCOR is available at `BioSimulators `_. +Information about how to create COMBINE/OMEX archives which can be executed by BioSimulators-OpenCOR is available `here <`https://docs.biosimulations.org/users/creating-projects/>`_. A list of the algorithms and algorithm parameters supported by OpenCOR is available at `BioSimulators `_.