Skip to content

Commit 830803a

Browse files
authored
Update _quarto-book.yml with correct sections
1 parent 699afcb commit 830803a

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

_quarto-book.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,24 @@ number-depth: 1
77

88
book:
99
reader-mode: false
10-
title: "Coursetitle"
10+
title: "Python Summer"
1111
chapters:
1212
- index.qmd
13-
- part: "First Part"
13+
- part: "Course 1: Python Basics & Objects"
1414
chapters:
1515
- Course1/index.qmd
16-
- part: "Second Part"
16+
- part: "Course 2: Functions, Lists, Dictionaries & Classes"
1717
chapters:
1818
- Course2/index.qmd
19+
- part: "Course 3: Files, Data & Practice"
20+
chapters:
21+
- Course3/index.qmd
22+
- part: "Course 4: Numpy"
23+
chapters:
24+
- Course4/index.qmd
25+
- part: "Course 5: Pandas"
26+
chapters:
27+
- Course5/index.qmd
1928

2029
format:
2130
live-html:

0 commit comments

Comments
 (0)