-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy path_bookdown.yml
42 lines (41 loc) · 946 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
book_filename: "py-rse"
language:
label:
fig: "Figure "
tab: "Table "
ui:
chapter_name: "Chapter "
output_dir: "_book/"
delete_merged_file: false
before_chapter_script: "_common.R"
rmd_files:
- index.Rmd
- chapters/getting-started.Rmd
- chapters/bash-basics.Rmd
- chapters/bash-tools.Rmd
- chapters/bash-advanced.Rmd
- chapters/scripting.Rmd
- chapters/git-cmdline.Rmd
- chapters/git-advanced.Rmd
- chapters/teams.Rmd
- chapters/automate.Rmd
- chapters/config.Rmd
- chapters/testing.Rmd
- chapters/errors.Rmd
- chapters/provenance.Rmd
- chapters/packaging.Rmd
- chapters/finale.Rmd
# End files
- appendix.Rmd
- chapters/solutions.Rmd
- chapters/objectives.Rmd
- chapters/keypoints.Rmd
- chapters/tree.Rmd
- chapters/ssh.Rmd
- chapters/style.Rmd
- chapters/documentation.Rmd
- chapters/yaml.Rmd
- chapters/anaconda.Rmd
- glossary/glossary.md
- references.Rmd
- links.md