-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
62 lines (58 loc) · 1.51 KB
/
_quarto.yml
File metadata and controls
62 lines (58 loc) · 1.51 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
project:
type: website
output-dir: _site
preview:
watch-inputs: true
resources:
- README.md
render:
# Explicit pages to render
- index.qmd # renders README
- reports/downscaling_results.qmd
- reports/design_points_analysis.qmd
- reports/variable_importance.qmd
- docs/workflow_documentation.md
- docs/references.md
- docs/mixed_system_prototype.qmd
website:
title: "Downscaling"
search: true
sidebar:
style: docked
collapse-level: 1
contents:
- href: index.qmd
text: Home
- section: Reports
contents:
- href: reports/downscaling_results.qmd
text: Downscaling Results
- href: reports/design_points_analysis.qmd
text: Design Points Analysis
- href: reports/variable_importance.qmd
text: Downscaling Model Evaluation
- section: Docs
contents:
- href: docs/workflow_documentation.md
text: Technical Documentation
- href: docs/mixed_system_prototype.qmd
text: Mixed System Prototype
- href: docs/references.md
text: References
tools:
- icon: exclamation-octagon
text: "Status: Draft"
- icon: github
href: https://github.com/ccmmf/downscaling
format:
html:
theme: cosmo
toc: true
self-contained: false
df-print: paged
# Freeze results so CI can publish without re-executing heavy code.
execute:
echo: false
freeze: auto
author: "David LeBauer"
date: today