-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_bookdown.yml
50 lines (37 loc) · 1.42 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
output_dir: "html_outputs"
#book_filename: "hbk_files" # name of folder in output_dir
language:
ui:
chapter_name: ""
description: "Training materials for using R in applied epidemiology and public health"
delete_merged_file: FALSE
rmd_files: [
# INTRO & CONTRIBUTORS
"index.Rmd", # objectives, how to read, authors, acknowledgements
# teaching approach and goals
"pages/cat_about.Rmd", # start of new section (sepparator)
"pages/approach.Rmd",
# Intro course
"pages/cat_intro.Rmd", # start of new section (sepparator)
"pages/intro_modules_en.Rmd",
"pages/intro_modules_fr.Rmd",
"pages/intro_modules_ua.Rmd",
"pages/intro_modules_ru.Rmd",
"pages/intro_modules_es.Rmd",
# Stats course
"pages/cat_stats.Rmd",
"pages/stats_modules_en.Rmd",
#"pages/content_03_support.Rmd", # Our basic course
# GIS course
"pages/cat_gis.Rmd",
"pages/gis_modules_en.Rmd",
# Rmd course
"pages/cat_rmd.Rmd",
"pages/rmd_modules_en.Rmd"
# Case studies
#"pages/cat_case-studies.Rmd", # start of new section (sepparator)
#"pages/case-study_01_epiet-stegen.Rmd", # An example of FETP case study
#"pages/case-study_02_gis.Rmd", # An example of FETP case study
#"pages/case-study_03_time-series.Rmd" # An example of FETP case study
]
#new_session: yes