From 526a541e249b7b8abd38f6435d071adc47c698a5 Mon Sep 17 00:00:00 2001 From: Nick Papior Date: Tue, 10 Dec 2024 08:56:45 +0100 Subject: [PATCH 1/2] prepared for next semester Removed exam open note and added note that we are first open in the Spring semester. Signed-off-by: Nick Papior --- docs/index.rst | 25 ++++++++++++++----------- docs/ps_configuration.toml | 11 +++++++++-- docs/timetable/timetables.rst | 2 +- 3 files changed, 24 insertions(+), 14 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index d691ac6..4eabbd8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,11 +6,12 @@ .. Temporary extra open information -.. article-info:: - :author: Extra exam period open! - :date: Thursday 19th of December, 2024 - :read-time: 10-14 - :class-container: sd-text-center sd-p-2 sd-outline-primary sd-bg-primary sd-text-light sd-rounded-2 sd-shadow-md sd-animate-grow50 +.. comment + .. article-info:: + :author: Extra exam period open! + :date: Thursday 19th of December, 2024 + :read-time: 10-14 + :class-container: sd-text-center sd-p-2 sd-outline-primary sd-bg-primary sd-text-light sd-rounded-2 sd-shadow-md sd-animate-grow50 .. _homepage-reference: @@ -56,8 +57,8 @@ Reach us What's on this website? ------------------------ -Welcome to the DTU Python Installation Support website. This website provides -essential information and resources for installing Python on your +Welcome to the DTU Python Installation Support website. This website provides +essential information and resources for installing Python on your computer and helping you prepare to start programming with Python. .. grid:: 1 1 1 2 @@ -87,20 +88,22 @@ computer and helping you prepare to start programming with Python. | Watch video guides on various Python topics. + .. _office-hours: ------------ Office hours ------------ -.. warning:: - - **Closed outside of 13 week semester** +.. article-info:: + :author: Closed until the Spring semester + :date: Monday 3rd of February, 2025 + :class-container: sd-text-center sd-p-2 sd-outline-primary sd-bg-primary sd-text-light sd-rounded-2 sd-shadow-md sd-animate-grow50 .. include:: /timetable/timetables.rst -*Available via online channels (e-mail and Discord) during all office hours.* +*Available via online channels (e-mail and Discord) during office hours.* .. toctree:: :maxdepth: 1 diff --git a/docs/ps_configuration.toml b/docs/ps_configuration.toml index 80bfdcd..e1b5329 100644 --- a/docs/ps_configuration.toml +++ b/docs/ps_configuration.toml @@ -38,6 +38,11 @@ june.weeks = 3 june.week = ["Closed", "Closed", "Closed"] june.week-breaks = [] +july.name = "3 weeks July" +july.weeks = 3 +july.week = ["Closed", "Closed", "Closed"] +july.week-breaks = [] + august.name = "3 weeks August" august.weeks = 3 august.week = ["Closed", "Closed", "Closed"] @@ -51,8 +56,9 @@ autumn.week-breaks = [] [semester.2026] january.week-start = 2 spring.week-start = 6 -spring.week-breaks = 16 -june.week-start = 23 +spring.week-breaks = 14 +june.week-start = 24 +july.week-start = 28 august.week-start = 32 autumn.week-start = 36 autumn.week-breaks = 42 @@ -62,6 +68,7 @@ january.week-start = 2 spring.week-start = 6 spring.week-breaks = 16 june.week-start = 23 +july.week-start = 28 august.week-start = 32 autumn.week-start = 36 autumn.week-breaks = 42 diff --git a/docs/timetable/timetables.rst b/docs/timetable/timetables.rst index db36788..1f875e7 100644 --- a/docs/timetable/timetables.rst +++ b/docs/timetable/timetables.rst @@ -1,4 +1,4 @@ -.. office hours for spring 2024 + .. list-table:: :widths: 15 17 17 17 17 17 :header-rows: 1 From 1ac3aa07729ad19acb06eeb083801686abfa0ac2 Mon Sep 17 00:00:00 2001 From: Nick Papior Date: Tue, 10 Dec 2024 08:59:21 +0100 Subject: [PATCH 2/2] added note on opening hours Signed-off-by: Nick Papior --- docs/index.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 4eabbd8..7159a73 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -100,8 +100,11 @@ Office hours :date: Monday 3rd of February, 2025 :class-container: sd-text-center sd-p-2 sd-outline-primary sd-bg-primary sd-text-light sd-rounded-2 sd-shadow-md sd-animate-grow50 +.. note:: -.. include:: /timetable/timetables.rst + To be decided. Come back during the 3-weeks course to see our opening hours. + +.. .. include:: /timetable/timetables.rst *Available via online channels (e-mail and Discord) during office hours.*