@@ -32,14 +32,28 @@ website:
32
32
style : ' docked'
33
33
background : ' primary'
34
34
contents :
35
- - section : " **M0. Welcome to Programming in Python for Data Science **"
35
+ - section : " **Module 5: Making Choices and Repeating Iterations **"
36
36
contents :
37
- - text : ' 0. Welcome!'
38
- href : modules/index.qmd
39
- - href : modules/module0/module0-01-programming_in_python_for_data_science.qmd
40
- - text : ' 1.1. Prerequisite confirmation'
41
- href : modules/module0/module0-02-are_you_ready.qmd
42
- - section : " **M1. Python & Pandas - An Unexpected Friendship**"
37
+ - href : modules/module5/module5-00-module_learning_outcomes.qmd
38
+ - href : modules/module5/module5-01-making_choices_with_conditional_statements.qmd
39
+ - text : ' 1.1. Exercises'
40
+ href : modules/module5/module5-02-quick_questions_with_conditionals.qmd
41
+ - href : modules/module5/module5-06-repeated_iterations_(loops).qmd
42
+ - text : ' 2.1. Exercises'
43
+ href : modules/module5/module5-07-repeated_iterations_questions.qmd
44
+ - href : modules/module5/module5-09-range_dictionaries_and_comprehensions.qmd
45
+ - text : ' 3.1. Exercises'
46
+ href : modules/module5/module5-10-range_questions.qmd
47
+ - href : modules/module5/module5-13-nested_loops.qmd
48
+ - text : ' 4.1. Exercises'
49
+ href : modules/module5/module5-14-nested_loop_questions.qmd
50
+ - href : modules/module5/module5-16-repeated_iterations_with_conditions.qmd
51
+ - text : ' 5.1. Exercises'
52
+ href : modules/module5/module5-17-conditional_loop_questions.qmd
53
+ - href : modules/module5/module5-19-functions.qmd
54
+ - text : ' 6.1. Exercises'
55
+ href : modules/module5/module5-20-function_questions.qmd
56
+ - href : modules/module5/module5-23-what_did_we_just_learn.qmd
43
57
44
58
# Since we are declaring options for two formats here (html and revealjs)
45
59
# each qmd file needs to include a yaml block including which format to use for that file.
0 commit comments