Skip to content

Commit 4107fdd

Browse files
committed
Fix markdownlint issues
1 parent 3911667 commit 4107fdd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

04_documentation/technical_writing_demo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Example code is in [`04_documentation/examples/technical_writing`](https://githu
1919

2020
```python
2121
"""2D diffusion equation solved with finite differences
22-
22+
2323
See `main()` for example usage
2424
"""
2525
```
@@ -51,7 +51,7 @@ Example code is in [`04_documentation/examples/technical_writing`](https://githu
5151

5252
```python
5353
"""Initializes physical parameters and computes time step size
54-
54+
5555
You need to call `initialize_domain` before this method.
5656
"""
5757
```

timetable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@
8989

9090
## 9.2 - Wed, December 10, 2025
9191

92-
- **90** min.: [Exercise: Reviewing with AI tools](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/04_documentation/reviewing_exercise.md)
92+
- **90** min.: [Exercise: Reviewing with AI tools](https://github.com/Simulation-Software-Engineering/Lecture-Material/blob/main/04_documentation/reviewing_exercise.md)

0 commit comments

Comments
 (0)