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 eccb9db commit e7fa948
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Base OS
FROM python:3.9-slim-buster

ARG VERSION="0.1.20"
ARG VERSION="0.1.21"
ARG SIMULATOR_VERSION="0.22.1"

# metadata
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ BioSimulators-COBRApy recognizes the following targets for simulation prediction
- Minimum reaction flux: `sbml:reaction/@minFlux`
- Maximum reaction flux: `sbml:reaction/@maxFlux`

Please see https://biosimulators.org/conventions/simulation-experiments for more information.
Please see [https://docs.biosimulations.org](https://docs.biosimulations.org/concepts/conventions/simulation-experiments/) for more information.

### Local usage
```
Expand Down
2 changes: 1 addition & 1 deletion biosimulators_cobrapy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.20'
__version__ = '0.1.21'
4 changes: 2 additions & 2 deletions docs-src/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BioSimulators-COBRApy 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-COBRApy is available at `BioSimulators <https://biosimulators.org/help>`_.
Information about how to create COMBINE/OMEX archives which can be executed by BioSimulators-COBRApy is available `here <`https://docs.biosimulations.org/users/creating-projects/>`_.

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

Expand All @@ -29,7 +29,7 @@ BioSimulators-COBRApy recognizes the following targets for simulation prediction
* Minimum reaction flux: ``sbml:reaction/@minFlux``
* Maximum reaction flux: ``sbml:reaction/@maxFlux``

Please see `https://biosimulators.org/conventions/simulation-experiments <https://biosimulators.org/conventions/simulation-experiments>`_ for more information.
Please see `https://docs.biosimulations.org <https://docs.biosimulations.org/concepts/conventions/simulation-experiments/>`_ for more information.

Command-line program
--------------------
Expand Down

0 comments on commit e7fa948

Please sign in to comment.