-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
69 lines (69 loc) · 1.51 KB
/
_pkgdown.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
url: https://qtalr.com/qtkit/
template:
bootstrap: 5
bootswatch: flatly
bslib:
pkgdown-nav-height: 75px
navbar:
bg: secondary
structure:
left:
- intro
- reference
- articles
right:
- search
- news
- github
components:
reference:
text: Reference
href: reference/index.html
articles:
text: Articles
href: articles/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/qtalr/qtkit
aria-label: github
news:
icon: fas fa-newspaper fa-lg
href: news/index.html
aria-label: news
reference:
- title: 'Calculation functions'
desc: 'Functions to create calculations'
contents:
- calc_assoc_metrics
- calc_normalized_entropy
- calc_type_metrics
- title: 'Inspection functions'
desc: 'Functions to inspect data'
contents:
- find_outliers
- title: 'Data functions'
desc: 'Functions to acquire, manage, and manipulate data'
contents:
- create_data_dictionary
- create_data_origin
- curate_enntt_data
- curate_swda_data
- get_archive_data
- get_gutenberg_data
- title: 'Publishing functions'
desc: 'Functions to aid in publishing research'
contents:
- add_pkg_to_bib
- write_gg
- write_kbl
- write_obj
articles:
- title: 'Apply `qtkit` to your workflow'
navbar: ~
contents:
- document
- reports
footer:
structure:
left: developed_by
right: built_with