-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_bookdown.yml
More file actions
32 lines (32 loc) · 752 Bytes
/
Copy path_bookdown.yml
File metadata and controls
32 lines (32 loc) · 752 Bytes
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
book_filename: "Models for Marine Ecosystem-Based Management"
language:
ui:
chapter_name: "Chapter "
rmd_files: [
"index.Rmd",
"tmb-workshop.Rmd",
"intro.Rmd",
"esam.Rmd",
"qualmod.Rmd",
"msmod.Rmd",
"sdm.Rmd",
"ecolind.Rmd",
"rpath.Rmd",
"wham.Rmd",
"fep.Rmd",
"msp.Rmd",
"whole.Rmd",
"reading.Rmd"
# "01-intro-mse.Rmd",
# "04-objectives.Rmd",
# "02-operating-models.Rmd",
# "03-management-strategies.Rmd",
# # "05-stakeholder-engagement.Rmd",
# "06-presenting-results.Rmd",
# "07-ecosystem-mse.Rmd",
# "08-additional-topics.Rmd",
# "02-case-studies.Rmd"
]
delete_merged_file: true
output_dir: "docs"
# always_allow_html: true # added after build error suggested this for kable() ---but unsuccessful