forked from cooperrc/computational-mechanics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_toc.yml
50 lines (50 loc) · 1.54 KB
/
_toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Table of content
# Learn more at https://jupyterbook.org/customize/toc.html
#
format: jb-book
root: README
chapters:
- file: syllabus
- file: how-to/update-github
- file: module_01/README
sections:
- file: module_01/01_Interacting_with_Python
- file: module_01/02_Working_with_Python
- file: module_01/03_Numerical_error
- file: module_01/HW_01
- file: projects/01_Getting-started-project.md
- file: module_02/README
sections:
- file: module_02/01_Cheers_Stats_Beers
- file: module_02/02_Seeing_Stats
- file: module_02/03_Linear_Regression_with_Real_Data
- file: module_02/04_Stats_and_Montecarlo
- file: module_02/HW_02
- file: projects/02_Analyze-data_project
- file: module_03/README
sections:
- file: module_03/01_Catch_Motion
- file: module_03/02_Step_Future
- file: module_03/03_Get_Oscillations
- file: module_03/04_Getting_to_the_root
- file: module_03/HW_03
- file: projects/03_IVP-project
- file: module_04/README
sections:
- file: module_04/01_Linear-Algebra
- file: module_04/02_Gauss_elimination
- file: module_04/03_Linear-regression-algebra
- file: module_04/HW_04
- file: projects/04_Linear_Algebra-project
- file: module_05/README
sections:
- file: module_05/01_Revisiting_derivatives
- file: module_05/02_Keep_it_steady
- file: module_05/03_Good_Vibrations
- file: module_05/HW_05
- file: projects/05-BVPs_project
- file: how-to/README
sections:
- file: how-to/polyfit
- file: how-to/for-loops
- file: projects/extra-FEA_material