From b8a1989662f1ef811bbff749df4c889bae163eb9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ma=C3=ABl=20Madon?= <mael.madon@irit.fr>
Date: Tue, 6 Feb 2024 08:51:37 +0100
Subject: [PATCH] fix TOC

---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 2526c8f..5c38ca1 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,8 @@ This repository contains the material for the practical session of course [RM4ES
   - [Session 3: multimachine schedulers](#session-3-multimachine-schedulers)
     - [Exercise 1: create a multimachine platform](#exercise-1-create-a-multimachine-platform)
     - [Exercise 2: FCFS and EDF multimachine](#exercise-2-fcfs-and-edf-multimachine)
-  - [Exercise 3: back to the course exercise](#exercise-3-back-to-the-course-exercise)
-  - [Exercise 4: bigger workload input](#exercise-4-bigger-workload-input)
+    - [Exercise 3: back to the course exercise](#exercise-3-back-to-the-course-exercise)
+    - [Exercise 4: bigger workload input](#exercise-4-bigger-workload-input)
   - [Session 4: energy constraint](#session-4-energy-constraint)
   - [Session 5: preamptive scheduling](#session-5-preamptive-scheduling)
   - [Vrac](#vrac)
@@ -255,7 +255,7 @@ Read carefully the (short) [ProcSet documentation](https://procset.readthedocs.i
 
 Test your schedulers with the platform `2machines.xml` and workload `ex1.json`.
 
-## Exercise 3: back to the course exercise
+### Exercise 3: back to the course exercise
 
 Run FCFS and EDF schedulers with the 2-machine and 3-machine platforms.
 Produce and save the gantt charts.
@@ -266,7 +266,7 @@ You can use different Batsim export prefixes (option `-e`) to keep several simul
 
 Upload the new file `metrics.txt` on Moodle.
 
-## Exercise 4: bigger workload input
+### Exercise 4: bigger workload input
 
 Create the workload input `20jobs.csv` fulfilling all the criteria below:
 
-- 
GitLab