From c434ec1404222f391fefae882ca990405671b65c Mon Sep 17 00:00:00 2001
From: Armand Bahi <armand.bahi@veremes.com>
Date: Thu, 22 Mar 2018 15:27:14 +0100
Subject: [PATCH] Ajout index

---
 index.rst                | 20 ++++++++++++++++++++
 index_administration.rst |  7 +++++++
 index_configuration.rst  |  8 ++++++++
 index_utilisation.rst    |  5 +++++
 4 files changed, 40 insertions(+)
 create mode 100644 index.rst
 create mode 100644 index_administration.rst
 create mode 100644 index_configuration.rst
 create mode 100644 index_utilisation.rst

diff --git a/index.rst b/index.rst
new file mode 100644
index 0000000..41fecdf
--- /dev/null
+++ b/index.rst
@@ -0,0 +1,20 @@
+Documentation de Calimap
+====================================
+
+
+.. toctree::
+   :maxdepth: 2
+
+   index_utilisation.rst
+
+
+.. toctree::
+  :maxdepth: 2
+
+  index_administration.rst
+
+
+.. toctree::
+  :maxdepth: 2
+
+  index_configuration.rst
diff --git a/index_administration.rst b/index_administration.rst
new file mode 100644
index 0000000..db8e444
--- /dev/null
+++ b/index_administration.rst
@@ -0,0 +1,7 @@
+Administration
+==============
+
+.. toctree::
+   :maxdepth: 2
+
+   doc_module_vitis/administration/users
diff --git a/index_configuration.rst b/index_configuration.rst
new file mode 100644
index 0000000..08b5e56
--- /dev/null
+++ b/index_configuration.rst
@@ -0,0 +1,8 @@
+Configuration
+=============
+
+.. toctree::
+   :maxdepth: 2
+
+   doc_module_vitis/administration/configuration
+   doc_module_vitis/administration/config_documentation
diff --git a/index_utilisation.rst b/index_utilisation.rst
new file mode 100644
index 0000000..8eb698e
--- /dev/null
+++ b/index_utilisation.rst
@@ -0,0 +1,5 @@
+Utilisation
+===========
+
+.. toctree::
+   :maxdepth: 2
-- 
GitLab