From 2e81d204f3f9c0b5b32affba03cd2675f99b6ed0 Mon Sep 17 00:00:00 2001
From: Gabriel Studer <gabriel.studer@unibas.ch>
Date: Tue, 9 Oct 2018 13:38:19 +0200
Subject: [PATCH] Skeleton for documentation of ProMod3 containers

---
 doc/CMakeLists.txt | 1 +
 doc/container.rst  | 5 +++++
 doc/users.rst      | 1 +
 3 files changed, 7 insertions(+)
 create mode 100644 doc/container.rst

diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index d71e58d7..c3c0ce06 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -16,6 +16,7 @@ gettingstarted.rst
 portableIO.rst
 references.rst
 licence.rst
+container.rst
 )
 
 # add documentation tests (must be done before rest below!)
diff --git a/doc/container.rst b/doc/container.rst
new file mode 100644
index 00000000..10e895ba
--- /dev/null
+++ b/doc/container.rst
@@ -0,0 +1,5 @@
+ProMod3 and Containers
+======================
+
+
+Here comes some fantastic documentation on how to build ProMod3 containers...
diff --git a/doc/users.rst b/doc/users.rst
index 7764b375..8ee83f28 100644
--- a/doc/users.rst
+++ b/doc/users.rst
@@ -12,6 +12,7 @@ Contents:
    gettingstarted
    actions/index
    buildsystem
+   container
    modelling/index
    sidechain/index
    scoring/index
-- 
GitLab