Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
da92836b
Commit
da92836b
authored
5 years ago
by
Gerardo Tauriello
Browse files
Options
Downloads
Patches
Plain Diff
SCHWED-4327: Link to container recipes for current OST version.
parent
bb377864
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/conf/conf.py
+9
-0
9 additions, 0 deletions
doc/conf/conf.py
modules/doc/install.rst
+1
-2
1 addition, 2 deletions
modules/doc/install.rst
with
10 additions
and
2 deletions
doc/conf/conf.py
+
9
−
0
View file @
da92836b
...
...
@@ -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
)
This diff is collapsed.
Click to expand it.
modules/doc/install.rst
+
1
−
2
View file @
da92836b
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment