-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_toc.yml
32 lines (30 loc) · 1.05 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
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: Readme
chapters:
- file: tclab.md
sections:
- file: notebooks/tclab_model.ipynb
- file: notebooks/numpy_simulation.ipynb
- file: notebooks/pyomo_simulation.ipynb
# - file: notebooks/experimental_data.ipynb
# - file: notebooks/pyomo_helper_functions.ipynb
- file: notebooks/experiment_abstraction.ipynb
- file: regression.md
sections:
# - file: notebooks/numpy_regression.ipynb
- file: notebooks/parmest.ipynb
- file: notebooks/parmest_exercise.ipynb
# - file: notebooks/parmest_bonus.ipynb
# - file: notebooks/parmest_four_states.ipynb
- file: mbdoe.md
sections:
- file: notebooks/doe_exploratory_analysis.ipynb
- file: notebooks/doe_optimize.ipynb
# - file: notebooks/doe_extras.ipynb
- file: notebooks/doe_exercise.ipynb
- file: exercises.md
sections:
- file: exercise_solutions/parmest_exercise.ipynb
- file: exercise_solutions/doe_exercise.ipynb