-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy path_quarto.yml
47 lines (45 loc) · 1.1 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
project:
type: book
book:
title: "The {targets} R package user manual"
author: "Will Landau"
site-url: https://books.ropensci.org/targets/
repo-url: https://github.com/ropensci-books/targets/
repo-branch: main
repo-actions: [edit]
sharing: [twitter, facebook, linkedin]
page-footer: "How to get help: <https://books.ropensci.org/targets/help.html><br>Copyright 2024, Eli Lilly and Company"
chapters:
- index.qmd
- part: "How to use {targets}"
chapters:
- walkthrough.qmd
- help.qmd
- debugging.qmd
- part: "Concepts and best practices"
chapters:
- functions.qmd
- targets.qmd
- packages.qmd
- projects.qmd
- random.qmd
- part: "Data and files"
chapters:
- data.qmd
- cloud-storage.qmd
- literate-programming.qmd
- part: "Heavy workloads"
chapters:
- crew.qmd
- performance.qmd
- part: "Branching"
chapters:
- dynamic.qmd
- static.qmd
appendices:
- hpc.qmd
- drake.qmd
- markdown.qmd
format:
html:
theme: cosmo