We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 699afcb commit 830803aCopy full SHA for 830803a
1 file changed
_quarto-book.yml
@@ -7,15 +7,24 @@ number-depth: 1
7
8
book:
9
reader-mode: false
10
- title: "Coursetitle"
+ title: "Python Summer"
11
chapters:
12
- index.qmd
13
- - part: "First Part"
+ - part: "Course 1: Python Basics & Objects"
14
15
- Course1/index.qmd
16
- - part: "Second Part"
+ - part: "Course 2: Functions, Lists, Dictionaries & Classes"
17
18
- Course2/index.qmd
19
+ - part: "Course 3: Files, Data & Practice"
20
+ chapters:
21
+ - Course3/index.qmd
22
+ - part: "Course 4: Numpy"
23
24
+ - Course4/index.qmd
25
+ - part: "Course 5: Pandas"
26
27
+ - Course5/index.qmd
28
29
format:
30
live-html:
0 commit comments