From 0e402902d9127b863ecbf33efc617da5e4c52725 Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@unibas.ch> Date: Thu, 4 Oct 2018 17:30:34 +0200 Subject: [PATCH] add empty licence to docu --- doc/CMakeLists.txt | 1 + doc/index.rst | 13 +++++++------ doc/licence.rst | 5 +++++ 3 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 doc/licence.rst diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index a715f27d..d71e58d7 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -15,6 +15,7 @@ contributing.rst gettingstarted.rst portableIO.rst references.rst +licence.rst ) # add documentation tests (must be done before rest below!) diff --git a/doc/index.rst b/doc/index.rst index 87ac769f..1f56dcd5 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -12,13 +12,14 @@ Documentation ============= .. toctree:: - :maxdepth: 2 + :maxdepth: 2 - Users <users> - Developers <developers> - References <references> + Users <users> + Developers <developers> + Licence <licence> + References <references> .. toctree:: - :maxdepth: 1 - + :maxdepth: 1 + Changelog <changelog> diff --git a/doc/licence.rst b/doc/licence.rst new file mode 100644 index 00000000..a8efd73c --- /dev/null +++ b/doc/licence.rst @@ -0,0 +1,5 @@ +Licence +======= + + +Here comes some fantastic licence \ No newline at end of file -- GitLab