forked from tidyverse/design
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
92 lines (76 loc) · 1.85 KB
/
_quarto.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
project:
type: book
output-dir: _book
book:
title: "Tidy design principles"
reader-mode: true
page-footer:
left: |
Tidy design principles was written by Hadley Wickham
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
site-url: https://design.tidyverse.org
repo-url: https://github.com/tidyverse/design
repo-branch: main
repo-actions: [edit, issue]
chapters:
- index.qmd
- unifying.qmd
- part: Implementation
chapters:
- names.qmd
- call-data-details.qmd
- function-names.qmd
- part: Scannable definitions
chapters:
- inputs-explicit.qmd
- important-args-first.qmd
- required-no-defaults.qmd
- dots-after-required.qmd
- defaults-short-and-sweet.qmd
- enumerate-options.qmd
- part: Function arguments
chapters:
- cs-rep.qmd
- def-magical.qmd
- def-inform.qmd
- def-user.qmd
- cs-rgb.qmd
- dots-data.qmd
- dots-prefix.qmd
- dots-inspect.qmd
- cs-mapply-pmap.qmd
- arguments-independent.qmd
- mutually-exclusive-arguments.qmd
- compound-arguments.qmd
- cs-setNames.qmd
- cs-stringr.qmd
- part: Outputs
chapters:
- out-multi.qmd
- out-type-stability.qmd
- out-vectorisation.qmd
- out-invisible.qmd
- part: Evolution
chapters:
- changes-multivers.qmd
- part: Side effects
chapters:
- side-effects.qmd
- spooky-action.qmd
- part: Errors
chapters:
- err-call.qmd
- err-constructor.qmd
appendices:
- glossary.qmd
format:
html:
theme:
- cosmo
- r4ds.scss
code-link: true
author-meta: "Hadley Wickham"
include-in-header: "plausible.html"
callout-appearance: simple
editor: visual