-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
42 lines (35 loc) · 1.12 KB
/
_pkgdown.yml
File metadata and controls
42 lines (35 loc) · 1.12 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
url: https://atsyplenkov.github.io/tidyhydro/
repo:
url:
home: https://github.com/atsyplenkov/tidyhydro
source: https://github.com/atsyplenkov/tidyhydro/tree/master
issues: https://github.com/atsyplenkov/tidyhydro/issues
template:
bootstrap: 5
math-rendering: mathjax
bslib:
base_font: {google: "Roboto"}
heading_font: {google: "Inter Tight"}
code_font: {google: "JetBrains Mono"}
footer:
structure:
left: [developed_by]
right: [legal]
components:
legal: "[MIT](https://opensource.org/license/mit) License | Copyright (c) 2025 tidyhydro authors"
developed_by: Developed by [Anatolii Tsyplenkov](https://github.com/atsyplenkov)
reference:
- title: "Goodness-of-fit (GOF) criteria"
desc: "Commonly used GOF metrics in hydrological models"
contents:
- has_keyword("gof")
- title: "Regression"
desc: "Metrics and coefficients recommended by USGS and NEMS for regression analysis of hydrological variables"
contents:
- has_keyword("regression")
- title: "Summary statistics"
contents:
- has_keyword("summary_stats")
- title: "Example datasets"
contents:
- has_keyword("data")