From ab264d537bbf6d87ce8d85e7bcd53aa02e627602 Mon Sep 17 00:00:00 2001
From: Gabriel Studer <gabriel.studer@unibas.ch>
Date: Mon, 27 Jul 2020 11:29:21 +0200
Subject: [PATCH] Docu update: already refer to containers in 'Getting Started'
 section

---
 doc/container/index.rst | 1 +
 doc/gettingstarted.rst  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/container/index.rst b/doc/container/index.rst
index 00732135..b67bc86a 100644
--- a/doc/container/index.rst
+++ b/doc/container/index.rst
@@ -13,6 +13,7 @@
 ..  See the License for the specific language governing permissions and
 ..  limitations under the License.
 
+.. _container:
 
 |project| and Containers
 ========================
diff --git a/doc/gettingstarted.rst b/doc/gettingstarted.rst
index 46292a7a..e1fe6f90 100644
--- a/doc/gettingstarted.rst
+++ b/doc/gettingstarted.rst
@@ -19,7 +19,7 @@ Getting Started
 
 Get and Run |project|
 --------------------------------------------------------------------------------
-First steps to get |project| up and running:
+Either utilize :ref:`containers <container>` or start from source code:
 
 #. Fetch the source code from https://git.scicore.unibas.ch/schwede/ProMod3.git.
    Or directly pull it with git:
-- 
GitLab