Skip to content

Commit 4731ac8

Browse files
committed
Include correct sytntax
1 parent 29ade11 commit 4731ac8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

00_introduction.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Introduce yourselves in a break out session later today.
1717

1818
## Learning modules
1919

20-
{{include _modules.qmd}}
20+
{{< include _modules.qmd >}}
2121

2222
## Learning objectives
2323

_modules.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
1. [Git, Pull Requests, and code reviews](01_version_control.qmd)
22
2. [Python functions, classes, and modules](02_function_classes.qmd)
33
3. [Testing and auto-formatting](03_testing.qmd)
4-
3. [Dependencies and GitHub actions](04_dependecies_ci.qmd)
4+
3. [Dependencies and GitHub actions](04_dependencies_ci.qmd)
55
4. [Documentation](05_documentation.qmd)
66
6. [Object oriented design in Python](06_oop.qmd)
77
7. [Distributing your package](07_packaging.qmd)

index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ title: "Python package development"
66

77
## Learning modules
88

9-
{{include _modules.qmd}}
9+
{{< include _modules.qmd >}}
1010

1111
©️ DHI 2023

0 commit comments

Comments
 (0)