-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
46 lines (43 loc) · 1.18 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
url: https://koderkow.github.io/kaggler
template:
package: preferably
params:
toggle: manual
github-sponsor:
url: https://ko-fi.com/theeatgamelove
docsearch:
api_key: 6e1fa124c5b1c43163668b61649e2b1a
index_name: kaggler
opengraph:
image:
src: man/figures/logo.png
alt: "kaggler hex sticker"
twitter:
creator: "@koderkow"
site: https://koderkow.rbind.io/
card: summary_large_image
authors:
Kyle Harris:
href: https://koderkow.rbind.io/
reference:
- title: Kaggle API
desc: >
Directly interact with the API. For a more in-depth walkthrough
visit the
[Kaggle API](https://koderkow.github.io/kaggler/articles/kaggle-api.html)
page.
- subtitle: Competitions
contents:
- has_concept("Competitions")
- title: Kaggle Flow
desc: >
This is an **experimental** and **opinionated** reproducible workflow
for working with Kaggle competitions. For a more in-depth walkthrough
visit the
[Kaggle Flow](https://koderkow.github.io/kaggler/articles/kgl-flow.html)
page.
- contents:
- has_concept("Kaggle Flow")
- title: Everything else
- contents:
- lacks_concepts(c("Competitions", "Kaggle Flow"))