From 3df83495b4e052180c67e76e480b31ef195d5e85 Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Fri, 27 Feb 2026 17:05:31 -0500 Subject: [PATCH 1/6] add carousel --- book/intro.md | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/book/intro.md b/book/intro.md index 518687e..f898692 100644 --- a/book/intro.md +++ b/book/intro.md @@ -17,6 +17,75 @@ kernelspec: Welcome to the FESTIM tutorial! + + Comments and corrections to this webpage should be submitted to the issue tracker by going to the relevant page in the tutorial, then click the {fab}`github` repository symbol in the top right corner and either {fas}`lightbulb` “open issue” or {fas}`pencil` "suggest edit". ## Interactive tutorials From 8dd14da2cddca5f9f3680bde625d38033a6b381e Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Fri, 27 Feb 2026 17:26:10 -0500 Subject: [PATCH 2/6] html templating --- book/_config.yml | 1 - book/intro.md | 98 +++++++++++++++++++++--------------------------- 2 files changed, 42 insertions(+), 57 deletions(-) diff --git a/book/_config.yml b/book/_config.yml index ca70bd6..8056795 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -68,7 +68,6 @@ sphinx: - "sphinx.ext.autodoc" - "sphinx.ext.intersphinx" - "sphinx_codeautolink" - # - "sphinx_design" parse: myst_enable_extensions: diff --git a/book/intro.md b/book/intro.md index f898692..21c1d1b 100644 --- a/book/intro.md +++ b/book/intro.md @@ -17,64 +17,47 @@ kernelspec: Welcome to the FESTIM tutorial! -