generated from jhudsl/OTTR_Template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_bookdown.yml
28 lines (28 loc) · 910 Bytes
/
_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
book_filename: "AI for Efficient Programming"
chapter_name: "Chapter "
repo: https://github.com/fhdsl/AI_for_Efficient_Programming
rmd_files: ["index.Rmd",
"01-intro.Rmd",
"02-ethics.Rmd",
"03-writing_code.Rmd",
"03-writing_code_activity.Rmd",
"04-refactoring.Rmd",
"04-refactoring_activity.Rmd",
"05-annotation.Rmd",
"05-annotation_activity.Rmd",
"06-understanding_other_ppl_code.Rmd",
"06-understanding_other_ppl_code_activity.Rmd",
# Further learning
"07-bio_code.Rmd",
"07-bio_code_activity.Rmd",
# Appendix
"08-languages.Rmd",
"09-cloud-computing.Rmd",
"About.Rmd",
"References.Rmd"]
new_session: yes
delete_merged_file: true
language:
ui:
chapter_name: "Chapter"
output_dir: "docs"