From b7df5e62ccfd076f6917e986ac9edfbe30e7edb7 Mon Sep 17 00:00:00 2001 From: Eise Nota Date: Mon, 19 Aug 2024 21:10:26 +0200 Subject: [PATCH] Adding chapter 4 --- course/_toc.yml | 1 + course/practicals/chapter_1.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/course/_toc.yml b/course/_toc.yml index 7180c55..211e3f8 100644 --- a/course/_toc.yml +++ b/course/_toc.yml @@ -14,3 +14,4 @@ parts: - file: practicals/chapter_1 - file: practicals/chapter_2 - file: practicals/chapter_3 + - file: practicals/chapter_4 diff --git a/course/practicals/chapter_1.md b/course/practicals/chapter_1.md index ccdf88a..65021ee 100644 --- a/course/practicals/chapter_1.md +++ b/course/practicals/chapter_1.md @@ -1,4 +1,4 @@ -# **Chapter 1 - Starting programming with Python test** +# **Chapter 1 - Starting programming with Python** ```{important} ***NOTES ABOUT CHAPTER 1***