diff options
Diffstat (limited to 'infos.yaml')
| -rw-r--r-- | infos.yaml | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -39,6 +39,7 @@ events: # name: "My event name" # date: "19/11/2025" # hidden: no + # note: "Note on the event" # repeat: # every: 7 # until: "26/11/2025" @@ -64,6 +65,7 @@ events: name: "Introduction" date: "13/08/2025" who: "Loïc" + # note: "Test" # slot: # start: "09:00" # end: "09:00" @@ -85,17 +87,17 @@ events: 3: type: "lecture" - name: "MPI" + name: "MPI (Chapter 3)" date: "29/08/2025" who: "Loïc" 4: type: "lecture" - name: "PThread" + name: "PThread (Chapter 4)" date: "05/09/2025" who: "Loïc" 5: type: "lecture" - name: "OpenMP" + name: "OpenMP (Chapter 5)" date: "12/09/2025" who: "Loïc" 6: @@ -105,14 +107,16 @@ events: who: "JM" 7: type: "lecture" - name: "CUDA Intro" + name: "CUDA Intro (Chapter 6)" date: "26/09/2025" who: "JM" + #note: "Chapter 6" 8: type: "lecture" - name: "CUDA Optim" + name: "CUDA Optim (Chapter 6)" date: "03/10/2025" who: "JM" + #note: "Chapter 6" 9: type: "lecture" name: "CPU vs GPU" @@ -142,6 +146,7 @@ config: show_room: no show_time: yes show_who: yes + show_note: yes # Show event notes show_project: yes show_date: yes min_col_width: 10 # if <=0 not acccounted @@ -149,6 +154,7 @@ config: labels: week: "Week {}" project: "Projects" + note: "Notes" slots: hidden: no # Generate slots tables or not? show_room: no |
