From 4f9562edac2d0b9a046a844fe715579ffcff1bd8 Mon Sep 17 00:00:00 2001 From: Jonathan Karr Date: Tue, 14 Dec 2021 17:40:57 -0500 Subject: [PATCH] refactor: updated documentation links --- Dockerfile | 2 +- biosimulators_tellurium/_version.py | 2 +- docs-src/tutorial.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 978340f..0acd090 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # Base OS FROM python:3.9-slim-buster -ARG VERSION="0.1.24" +ARG VERSION="0.1.25" ARG SIMULATOR_VERSION="2.2.1" # metadata diff --git a/biosimulators_tellurium/_version.py b/biosimulators_tellurium/_version.py index cdf16bc..a96d65a 100644 --- a/biosimulators_tellurium/_version.py +++ b/biosimulators_tellurium/_version.py @@ -1 +1 @@ -__version__ = '0.1.24' +__version__ = '0.1.25' diff --git a/docs-src/tutorial.rst b/docs-src/tutorial.rst index 3503773..c45757f 100644 --- a/docs-src/tutorial.rst +++ b/docs-src/tutorial.rst @@ -7,7 +7,7 @@ BioSimulators-tellurium is available as a command-line program and as a command- 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-tellurium is available at `BioSimulators `_. +Information about how to create COMBINE/OMEX archives which can be executed by BioSimulators-tellurium is available `here <`https://docs.biosimulations.org/users/creating-projects/>`_. A list of the algorithms and algorithm parameters supported by tellurium is available at `BioSimulators `_.