-
Notifications
You must be signed in to change notification settings - Fork 0
/
_bookdown.yml
30 lines (24 loc) · 1.23 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
# You can be lazy and just let bookdown search for the .Rmd files to merge into your thesis.
# For this to work, make sure to start any acknowledgements and/or abstract Rmd files with
# an underscore, e.g. _abstract.Rmd.
# Otherwise bookdown will start to merge the abstract in to the body text which almost
# certainly isn't what you want
# If you specify a sub directory with rmd_subdir, then bookdown will search through this
# folder too
#rmd_subdir: ["extra"]
# Alternatively, you can comment out rmd_subdir and specify manually what files to include with rmd_files
rmd_files: [
"index.Rmd",
"00-introduction.Rmd",
"01-Non-Life-Insurance-Pricing.Rmd",
"02-Statistical-models-for-Non-Life-Insurance-Pricing.Rmd",
"03-Practical-application.Rmd",
"extra/Appendices.Rmd"
#"extra/References.Rmd"
]
output_dir: "docs"
# You can provide a link here if you want people to be able to suggest and submit changes
# to the source .Rmd files on your github repo, cf. https://bookdown.org/yihui/bookdown/html.html
edit: https://github.com/stinco/stincone-master-thesis/tree/master/%s
# If this is set to true, then you don't have to manually delete the merged _main.Rmd file if something goes wrong when you try to build
delete_merged_file: true