-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
51 lines (46 loc) · 1022 Bytes
/
_quarto.yml
File metadata and controls
51 lines (46 loc) · 1022 Bytes
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
project:
type: book
output-dir: docs
book:
title: "RoLE Model User Guide"
author: "Jacob Idec, Renata Diaz, and the RoLE Team"
date: "5/15/2023"
chapters:
- index.qmd
- part: background.qmd
chapters:
- process_modeling.qmd
- models_in_role.qmd
- role_mission.qmd
- part: how_it_works.qmd
chapters:
- components.qmd
- inputs.qmd
- initialization.qmd
- timesteps.qmd
- backwards.qmd
- outputs.qmd
- part: running.qmd
chapters:
- install.qmd
# - shiny.qmd
- r_example.qmd
- r_at_scale.qmd
- reproducibility.qmd
- batch.qmd
- part: use_cases.qmd
chapters:
- exploration.qmd
- empirical.qmd
- classroom.qmd
- part: troubleshooting.qmd
chapters:
- contact.qmd
- part: acknowledgements.qmd
bibliography: references.bib
format:
html:
theme: cosmo
pdf:
documentclass: scrreprt
editor: visual