From 7b509f643c585b34a9e1f4e6896df753de7807cd Mon Sep 17 00:00:00 2001
From: Timo Koch <timokoch@math.uio.no>
Date: Sun, 2 Apr 2023 09:24:35 +0200
Subject: [PATCH] [slides][index] Group into parts

---
 slides/index.md | 46 +++++++++++++++++++++++++++++++++++-----------
 1 file changed, 35 insertions(+), 11 deletions(-)

diff --git a/slides/index.md b/slides/index.md
index 05f0fb04..b35e0f2d 100644
--- a/slides/index.md
+++ b/slides/index.md
@@ -1,13 +1,37 @@
 ---
-title: DuMuX Course Slides
+title: DuMu^x^ course slides
+subtitle: Overview
 ---
-- [Introduction to DuMu^x^](./intro.html)
-- [Test problem/application](./problem.html)
-- [Runtime Parameters and Grids](./runtimeparams-grids.html)
-- [Property System](./properties.html)
-- [Material System](./materialsystem.html)
-- [New Dune Module](./dunemodule.html)
-- [Model](./model.html)
-- [Introduction to Multidomain](./multidomain.html)
-- [Discrete Fracture Modeling](./fractures.html)
-- [Biomineralization Modeling](./biomin.html)
+
+**Introduction**
+
+* [Introduction to DuMu^x^](./intro.html)
+* [Part I](#section-1) Building DuMu^x^, configure and run applications
+* [Part II](#section-2) Customization, working with the code
+* [Part III](#section-3) Advanced exercises, multidomain models
+
+##
+
+**[Part I]** Building DuMu^x^, configure and run applications
+
+* [Test problem/application](./problem.html)
+* [Runtime Parameters and Grids](./runtimeparams-grids.html)
+* [Python bindings](./python.html)
+
+##
+
+**[Part II]** Customization, working with the code
+
+* [Property System](./properties.html)
+* [Constitutive models (material)](./materialsystem.html)
+* [New DuMu^x^ model equations](./model.html)
+* [New Dune module](./dunemodule.html)
+
+##
+
+**[Part III]** Advanced exercises, multidomain models
+
+* [Introduction to Multidomain](./multidomain.html)
+* [Free-flow Porous Medium Flow Systems](./coupled_ff-pm.html)
+* [Discrete Fracture Modeling](./fractures.html)
+* [Biomineralization Modeling](./biomin.html)
-- 
GitLab