Skip to content
Snippets Groups Projects
Commit da92836b authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

SCHWED-4327: Link to container recipes for current OST version.

parent bb377864
No related branches found
No related tags found
No related merge requests found
......@@ -209,3 +209,12 @@ latex_documents = [
# If false, no module index is generated.
#latex_use_modindex = True
# -- OST specific configuration --------------------------------------------
# these links can be fed via Python and are added to all rst files
# -> container instructions on GIT for current OST version (assumed to match tag!)
rst_epilog = """
.. _Docker instructions: https://git.scicore.unibas.ch/schwede/openstructure/tree/%s/docker
.. _Singularity instructions: https://git.scicore.unibas.ch/schwede/openstructure/tree/%s/singularity
""" % (ost.VERSION, ost.VERSION)
......@@ -9,8 +9,7 @@ container solution. We provide recipes to build images for
`Docker <https://www.docker.com/>`_ and
`Singularity <https://www.sylabs.io/guides/2.5.1/user-guide>`_.
The latest recipes and instructions can be found on our GitLab site
(`Docker instructions <https://git.scicore.unibas.ch/schwede/openstructure/tree/develop/docker>`_ and
`Singularity instructions <https://git.scicore.unibas.ch/schwede/openstructure/tree/develop/singularity>`_).
(`Docker instructions`_ and `Singularity instructions`_).
If you wish to compile OpenStructure outside of a container, you need to follow
the steps which we describe in detail below. In essence, these steps are:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment