From 2efc36fa4ac911d7ee2c7dddd892dac22b1c9882 Mon Sep 17 00:00:00 2001 From: Geert van Geest Date: Wed, 28 Aug 2024 11:52:52 +0100 Subject: [PATCH] Deployed 8941c34 to 2024.3 with MkDocs 1.6.0 and mike 2.1.3 --- 2024.3/.DS_Store | Bin 8196 -> 8196 bytes 2024.3/404.html | 319 ++++++++---- .../assets/javascripts/bundle.8492ddcf.min.js | 29 -- .../javascripts/bundle.8492ddcf.min.js.map | 8 - .../assets/javascripts/bundle.af256bd8.min.js | 29 ++ .../javascripts/bundle.af256bd8.min.js.map | 7 + .../javascripts/lunr/min/lunr.el.min.js | 1 + .../javascripts/lunr/min/lunr.he.min.js | 1 + .../javascripts/lunr/min/lunr.hy.min.js | 1 + .../javascripts/lunr/min/lunr.kn.min.js | 1 + .../javascripts/lunr/min/lunr.ko.min.js | 2 +- .../javascripts/lunr/min/lunr.sa.min.js | 1 + .../javascripts/lunr/min/lunr.te.min.js | 1 + .../javascripts/lunr/min/lunr.zh.min.js | 2 +- 2024.3/assets/javascripts/lunr/wordcut.js | 4 +- ...16e2a7d4.min.js => search.b8dbb3d2.min.js} | 22 +- ....min.js.map => search.b8dbb3d2.min.js.map} | 9 +- .../assets/stylesheets/main.20d9efc8.min.css | 1 - .../stylesheets/main.20d9efc8.min.css.map | 1 - .../assets/stylesheets/main.3cba04c6.min.css | 1 + .../stylesheets/main.3cba04c6.min.css.map | 1 + .../stylesheets/palette.06af60db.min.css | 1 + .../stylesheets/palette.06af60db.min.css.map | 1 + .../stylesheets/palette.cbb835fc.min.css | 1 - .../stylesheets/palette.cbb835fc.min.css.map | 1 - .../course_material/applications/index.html | 402 ++++++++++----- .../group_work/group_work/index.html | 416 +++++++++------ .../group_work/project1/index.html | 414 +++++++++------ .../group_work/project2/index.html | 406 +++++++++------ .../group_work/project3/index.html | 395 +++++++++----- .../course_material/introduction/index.html | 404 ++++++++++----- .../course_material/qc_alignment/index.html | 442 ++++++++++------ .../course_material/server_login/index.html | 484 ++++++++++++------ 2024.3/course_schedule/index.html | 400 ++++++++++----- 2024.3/index.html | 431 +++++++++++----- 2024.3/precourse/index.html | 400 ++++++++++----- 2024.3/search/search_index.json | 2 +- 2024.3/sitemap.xml | 55 -- 2024.3/sitemap.xml.gz | Bin 204 -> 127 bytes latest | 1 + latest/404.html | 16 - .../course_material/applications/index.html | 16 - .../group_work/group_work/index.html | 16 - .../group_work/project1/index.html | 16 - .../group_work/project2/index.html | 16 - .../group_work/project3/index.html | 16 - .../course_material/introduction/index.html | 16 - .../course_material/qc_alignment/index.html | 16 - .../course_material/server_login/index.html | 16 - latest/course_schedule/index.html | 16 - latest/index.html | 16 - latest/precourse/index.html | 16 - versions.json | 25 +- 53 files changed, 3333 insertions(+), 1981 deletions(-) delete mode 100644 2024.3/assets/javascripts/bundle.8492ddcf.min.js delete mode 100644 2024.3/assets/javascripts/bundle.8492ddcf.min.js.map create mode 100644 2024.3/assets/javascripts/bundle.af256bd8.min.js create mode 100644 2024.3/assets/javascripts/bundle.af256bd8.min.js.map create mode 100644 2024.3/assets/javascripts/lunr/min/lunr.el.min.js create mode 100644 2024.3/assets/javascripts/lunr/min/lunr.he.min.js create mode 100644 2024.3/assets/javascripts/lunr/min/lunr.hy.min.js create mode 100644 2024.3/assets/javascripts/lunr/min/lunr.kn.min.js create mode 100644 2024.3/assets/javascripts/lunr/min/lunr.sa.min.js create mode 100644 2024.3/assets/javascripts/lunr/min/lunr.te.min.js rename 2024.3/assets/javascripts/workers/{search.16e2a7d4.min.js => search.b8dbb3d2.min.js} (59%) rename 2024.3/assets/javascripts/workers/{search.16e2a7d4.min.js.map => search.b8dbb3d2.min.js.map} (51%) delete mode 100644 2024.3/assets/stylesheets/main.20d9efc8.min.css delete mode 100644 2024.3/assets/stylesheets/main.20d9efc8.min.css.map create mode 100644 2024.3/assets/stylesheets/main.3cba04c6.min.css create mode 100644 2024.3/assets/stylesheets/main.3cba04c6.min.css.map create mode 100644 2024.3/assets/stylesheets/palette.06af60db.min.css create mode 100644 2024.3/assets/stylesheets/palette.06af60db.min.css.map delete mode 100644 2024.3/assets/stylesheets/palette.cbb835fc.min.css delete mode 100644 2024.3/assets/stylesheets/palette.cbb835fc.min.css.map create mode 120000 latest delete mode 100644 latest/404.html delete mode 100644 latest/course_material/applications/index.html delete mode 100644 latest/course_material/group_work/group_work/index.html delete mode 100644 latest/course_material/group_work/project1/index.html delete mode 100644 latest/course_material/group_work/project2/index.html delete mode 100644 latest/course_material/group_work/project3/index.html delete mode 100644 latest/course_material/introduction/index.html delete mode 100644 latest/course_material/qc_alignment/index.html delete mode 100644 latest/course_material/server_login/index.html delete mode 100644 latest/course_schedule/index.html delete mode 100644 latest/index.html delete mode 100644 latest/precourse/index.html diff --git a/2024.3/.DS_Store b/2024.3/.DS_Store index 5ba599c53db0c3ee2391e98141f2bdbf3dafbf86..ac26af3370c5000320e832d3bd44343a38554d3e 100644 GIT binary patch delta 241 zcmZp1XmQw}CBPJCK3PXVhV|mh(kg?=g#yBp69jnRykI6RmC1huR3^U?;9~QdG_A_u z%wz*WmC15~JP7U-wg!PoK$%HGDwE#V(ZFfbqs zOHIBa6v4{g0MtL(P*@etlAK&3tf#Ez2~^I;P|T3ZkjPNPkj#*go9_ZQX41_WKwU?L i<=McjGm~El7qRvK1z9`~ zAsL|*m!zEhBnAcsWMQevSA-&1KWg0r>NgZtW!upK(mOdu*iBh+IZ!PdLoq`tLn1>F zLo!1~ZoUiLjBiVx0JR(ymS_9o^$X;VSHeYX`XwOyCQlHNnOrBr1Lba>AX35&0R4wn Az5oCK diff --git a/2024.3/404.html b/2024.3/404.html index d0eb836..4a6cada 100644 --- a/2024.3/404.html +++ b/2024.3/404.html @@ -8,8 +8,11 @@ + + + - + @@ -17,15 +20,14 @@ - - - - - + + + + @@ -42,6 +44,27 @@ + + + + + + + + + @@ -49,15 +72,9 @@ - - - - - - + - @@ -68,14 +85,28 @@ -