From b05e330004bf68d92c8b94997cbd0002016fc274 Mon Sep 17 00:00:00 2001
From: Alexandre Roy <alexandre.roy@veremes.com>
Date: Fri, 20 Jan 2023 08:51:13 +0100
Subject: [PATCH] Correction des index

---
 doc/source/index.rst              | 2 +-
 doc/source/introduction/index.rst | 4 ++--
 doc/source/premiersPas/index.rst  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/source/index.rst b/doc/source/index.rst
index 362c80354..bf69a3427 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -24,7 +24,7 @@ Chaque utilisateur de vMap2 dispose de son environnement de travail personnel qu
    :maxdepth: 1
    :glob:
 
-   introduction/presentation.md
+   introduction/index.rst
    installation/index.rst
    #premiersPas/index.rst
    #user/index.rst
diff --git a/doc/source/introduction/index.rst b/doc/source/introduction/index.rst
index cd35795de..a49f2e0b8 100644
--- a/doc/source/introduction/index.rst
+++ b/doc/source/introduction/index.rst
@@ -1,4 +1,4 @@
-Présentation de vMap2
+Introduction
 ============================================
 
 .. toctree::
@@ -6,4 +6,4 @@ Présentation de vMap2
    :glob:
 
    introduction.md
-   <!--composants.md-->
+   #composants.md
diff --git a/doc/source/premiersPas/index.rst b/doc/source/premiersPas/index.rst
index e2d793a20..4fde9ab7c 100644
--- a/doc/source/premiersPas/index.rst
+++ b/doc/source/premiersPas/index.rst
@@ -5,5 +5,5 @@ Premiers pas
    :maxdepth: 2
    :glob:
 
-   <!--roles.md-->
+   #roles.md
    configurationCompte.md
-- 
GitLab