-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
42 lines (40 loc) · 1.04 KB
/
_quarto.yml
File metadata and controls
42 lines (40 loc) · 1.04 KB
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
project:
type: book
output-dir: docs
book:
title: grpEHR training
chapters:
- index.qmd
- part: 01-index.qmd
chapters:
- 01-01-intro-git.qmd
- 01-02-installing-git.qmd
- 01-03-intro-github.qmd
- 01-04-git-and-github-workflow.qmd
- 01-05-making-pull-request.qmd
- 01-06-merging-branch-locally.qmd
- 01-07-rebasing-branch.qmd
- 01-08-common-errors.qmd
- 01-09-installing-python-and-os.qmd
- 01-10-os-repos.qmd
- 01-11-additional-topics.qmd
- 01-12-short-practical.qmd
- part: 02-index.qmd
chapters:
- 02-01-study-definition.qmd
- 02-02-r-code.qmd
- 02-03-outputs.qmd
- 02-04-misc.qmd
- 02-05-docker-apple-silicon.qmd
- 99-session-info.qmd
repo-url: https://github.com/grpEHR/training
repo-actions: source
repo-branch: main
site-url: https://grpehr.github.io/training/
format:
html:
toc: true
link-external-icon: true
theme: cosmo
css: styles.css
code-overflow: wrap