-
Notifications
You must be signed in to change notification settings - Fork 5
/
_quarto.yml
93 lines (89 loc) · 2.01 KB
/
_quarto.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
project:
type: book
output-dir: docs
book:
title: "Introduction to Statistical Learning using Python"
subtitle: "The Data Science Learning Community"
site-url: https://hastie.su.domains/ISLP/ISLP_website.pdf
repo-url: https://github.com/r4ds/bookclub-islp
sharing: [twitter, facebook, linkedin]
chapters:
- index.qmd
- part: 01_main.qmd
chapters:
- 01_notes.qmd
- 01_video.qmd
- part: 02_main.qmd
chapters:
- 02_notes.qmd
- 02_video.qmd
- 02_exercises.qmd
- part: 03_main.qmd
chapters:
- 03_notes.qmd
- 03_video.qmd
- 03_exercises.qmd
- part: 04_main.qmd
chapters:
- 04_notes.qmd
- 04_video.qmd
- 04_exercises.qmd
- part: 05_main.qmd
chapters:
- 05_notes.qmd
- 05_video.qmd
- 05_exercises.qmd
- part: 06_main.qmd
chapters:
- 06_notes.qmd
- 06_video.qmd
- 06_exercises.qmd
- part: 07_main.qmd
chapters:
- 07_notes.qmd
- 07_video.qmd
- 07_exercises.qmd
- part: 08_main.qmd
chapters:
- 08_notes.qmd
- 08_video.qmd
- 08_exercises.qmd
- part: 09_main.qmd
chapters:
- 09_notes.qmd
- 09_video.qmd
- 09_exercises.qmd
- part: 10_main.qmd
chapters:
- 10_notes.qmd
- 10_video.qmd
- 10_exercises.qmd
- part: 11_main.qmd
chapters:
- 11_notes.qmd
- 11_video.qmd
- 11_exercises.qmd
- part: 12_main.qmd
chapters:
- 12_notes.qmd
- 12_video.qmd
- 12_exercises.qmd
- part: 13_main.qmd
chapters:
- 13_notes.qmd
- 13_video.qmd
- 13_exercises.qmd
# - part: examples.md
# chapters:
# - example_quarto.qmd
# - example_python.ipynb
appendices:
- how-to.qmd
format:
html:
theme: cosmo
fontsize: 16pt
css: style.css
include-in-header: sidebars-toggle.html
execute:
freeze: true