From 4021c8d50860b1cb18eabcd0cc52d14006cf479f Mon Sep 17 00:00:00 2001
From: Orestis Malaspinas <orestis.malaspinas@hesge.ch>
Date: Thu, 4 Oct 2018 12:28:29 +0200
Subject: [PATCH] revamped index

---
 index.md | 34 +++++++++++-----------------------
 1 file changed, 11 insertions(+), 23 deletions(-)

diff --git a/index.md b/index.md
index 1834dea..b1c992d 100644
--- a/index.md
+++ b/index.md
@@ -6,26 +6,14 @@ author: Orestis Malaspinas
 sansfont: Sans Serif
 ---
 
-# Cours de programmation séquentielle en Rust
-
-## Première séance
-
-- [Introduction](intro.html).
-- [Installation](installation.html).
-- [Variables](variables.html).
-- [Types](types.html).
-- [Structures de contrôle](control.html).
-
-## Deuxième séance
-
-- [Types avancés](types_avances.html).
-- [Organisation du code](modules.html)
-
-## Troisième séance
-
-- [Fonctions](fonctions.html).
-- [Ownership](ownership.html).
-
-## Quatrième séance
-
-- [Commentaires](commentaires.html).
+# Programmation en Rust
+
+- [1.1 Introduction](intro.html).
+- [1.2 Installation](installation.html).
+- [1.3 Variables](variables.html).
+- [1.4 Types](types.html).
+- [1.5 Structures de contrôle](control.html).
+- [2.1 Types avancés](types_avances.html).
+- [2.2 Organisation du code](modules.html)- [3.1 Fonctions](fonctions.html).
+- [3.2 Ownership](ownership.html).
+- [4.1 Commentaires](commentaires.html).
-- 
GitLab