Skip to content

Commit 2cdc2d7

Browse files
authored
Update docs tools and misc lectures (#254)
* Update docs tools and misc lectures * Fix slides formatting
1 parent d35b5a9 commit 2cdc2d7

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

04_documentation/examples/pandoc/example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: My awesome title
33
author: Firstname lastname
4-
date: 2025-01-08
4+
date: 2026-01-07
55
---
66

77
# Introduction

04_documentation/pandoc_slides.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,9 @@ pandoc --pdf-engine=xelatex -V geometry:a4paper \
186186
-V colorlinks:true -V linkcolor:blue -V fontsize=10pt \
187187
--listings -s --output=OUTPUTFILENAME INPUTFILENAME
188188
```
189+
190+
---
191+
192+
## Pandoc and Generative AI
193+
194+
> In the age of Large Language Models (LLMs), is Pandoc still relevant?

timetable.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,16 @@
9999
## 10.2 – Wed, December 17, 2025
100100

101101
- The Challenge, step two, presentations
102+
103+
## 11.1 – Wed, January 7, 2026
104+
105+
- **25** min.: Markup Languages: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/04_documentation/markup_languages_slides.md)
106+
- **20** min.: Pandoc: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/04_documentation/pandoc_slides.md), [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/04_documentation/pandoc_demo.md)
107+
- **35** min.: Documentation Website Generators: [slides](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/04_documentation/website_generators_slides.md), [demo](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/04_documentation/website_generators_demo.md)
108+
109+
## 11.2 – Wed, January 7, 2026
110+
111+
- **20** min.: [Floss Licenses](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/06_miscellaneous/floss_licenses_slides.md)
112+
- **20** min.: [Versioning](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/06_miscellaneous/versioning_slides.md)
113+
- **20** min.: [Repository Layouts](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/06_miscellaneous/repository_layouts_slides.md)
114+
- **20** min.: [DOI, Zenodo, DaRUS](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/06_miscellaneous/doi_zenodo_darus_slides.md)

0 commit comments

Comments
 (0)