-
Notifications
You must be signed in to change notification settings - Fork 34
/
_bookdown.yml
34 lines (31 loc) · 1.56 KB
/
_bookdown.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
book_filename: "d3book"
delete_merged_file: true
view: https://github.com/jtr13/d3book/blob/main/%s
edit: https://github.com/jtr13/d3book/edit/main/%s
rmd_files: [
"index.Rmd", # Welcome to D3 {-}
"jump.Rmd", # Jump in the deep end <i class="fas fa-swimmer"></i> {#jump}
"web.Rmd", # Web tech <i class="fas fa-server"></i> {#web}
"console.Rmd", # D3 in the Console <i class="far fa-folder"></i> {#d3console}
"update.Rmd", # Update, Enter, and Exit <i class="fa fa-refresh"></i>
"js.Rmd", # Just Enough JS <i class="fab fa-js-square"></i>
"scales_and_axes.Rmd", # Scales and Axes <i class="fa fa-arrows"></i>
"interactivity.Rmd", # Interactivity <i class="fas fa-mouse-pointer"></i>
"transitions.Rmd", # Transitions <i class="far fa-paper-plane"></i>
"object_constancy.Rmd", # Object Constancy <i class="fa fa-object-ungroup"></i> {#object}
"read.Rmd", # Reading files <i class="fa fa-file-text-o"></i>
"online.Rmd", # Share D3 online <i class="fa share-square"></i>
"line.Rmd", # Line charts <i class="fa fa-line-chart"></i>
"layouts.Rmd", # Layouts <i class="fa fa-bar-chart"></i>
"debugging.Rmd", # General Advice <i class="fa fa-bug"></i>
"solutions.Rmd", # Solutions <i class="fa fa-check-square-o"></i>
# (PART) Examples {-}
"correlation.Rmd", # Correlation Coefficient
"spearman.Rmd", # Spearman Rank Correlation Coefficient
"density.Rmd", # Population Density
"weather.Rmd", # Weather forecast
# (PART) Appendices {-}
"advanced-css.Rmd" # Appendix: advanced CSS
]
before_chapter_script: "_common.R"
# Comments added by jtr::add_title_comments()