Skip to content

Commit 526a541

Browse files
committed
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 <nicpa@dtu.dk>
1 parent cd0395a commit 526a541

File tree

3 files changed

+24
-14
lines changed

3 files changed

+24
-14
lines changed

docs/index.rst

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66

77
.. Temporary extra open information
88
9-
.. article-info::
10-
:author: Extra exam period open!
11-
:date: Thursday 19th of December, 2024
12-
:read-time: 10-14
13-
: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
9+
.. comment
10+
.. article-info::
11+
:author: Extra exam period open!
12+
:date: Thursday 19th of December, 2024
13+
:read-time: 10-14
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
1415
1516
1617
.. _homepage-reference:
@@ -56,8 +57,8 @@ Reach us
5657
What's on this website?
5758
------------------------
5859

59-
Welcome to the DTU Python Installation Support website. This website provides
60-
essential information and resources for installing Python on your
60+
Welcome to the DTU Python Installation Support website. This website provides
61+
essential information and resources for installing Python on your
6162
computer and helping you prepare to start programming with Python.
6263

6364
.. grid:: 1 1 1 2
@@ -87,20 +88,22 @@ computer and helping you prepare to start programming with Python.
8788

8889
| Watch video guides on various Python topics.
8990
91+
9092
.. _office-hours:
9193

9294
------------
9395
Office hours
9496
------------
9597

96-
.. warning::
97-
98-
**Closed outside of 13 week semester**
98+
.. article-info::
99+
:author: Closed until the Spring semester
100+
:date: Monday 3rd of February, 2025
101+
: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
99102

100103

101104
.. include:: /timetable/timetables.rst
102105

103-
*Available via online channels (e-mail and Discord) during all office hours.*
106+
*Available via online channels (e-mail and Discord) during office hours.*
104107

105108
.. toctree::
106109
:maxdepth: 1

docs/ps_configuration.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ june.weeks = 3
3838
june.week = ["Closed", "Closed", "Closed"]
3939
june.week-breaks = []
4040

41+
july.name = "3 weeks July"
42+
july.weeks = 3
43+
july.week = ["Closed", "Closed", "Closed"]
44+
july.week-breaks = []
45+
4146
august.name = "3 weeks August"
4247
august.weeks = 3
4348
august.week = ["Closed", "Closed", "Closed"]
@@ -51,8 +56,9 @@ autumn.week-breaks = []
5156
[semester.2026]
5257
january.week-start = 2
5358
spring.week-start = 6
54-
spring.week-breaks = 16
55-
june.week-start = 23
59+
spring.week-breaks = 14
60+
june.week-start = 24
61+
july.week-start = 28
5662
august.week-start = 32
5763
autumn.week-start = 36
5864
autumn.week-breaks = 42
@@ -62,6 +68,7 @@ january.week-start = 2
6268
spring.week-start = 6
6369
spring.week-breaks = 16
6470
june.week-start = 23
71+
july.week-start = 28
6572
august.week-start = 32
6673
autumn.week-start = 36
6774
autumn.week-breaks = 42

docs/timetable/timetables.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. office hours for spring 2024
1+
22
.. list-table::
33
:widths: 15 17 17 17 17 17
44
:header-rows: 1

0 commit comments

Comments
 (0)