-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
62 lines (56 loc) · 1.11 KB
/
_pkgdown.yml
File metadata and controls
62 lines (56 loc) · 1.11 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
url: https://imagefluency.com/
authors:
Stefan Mayer:
href: https://github.com/stm/
template:
bootstrap: 5
bootswatch: lumen
reference:
- title: Main functions
contents:
- img_complexity
- img_contrast
- img_self_similarity
- img_simplicity
- img_symmetry
- img_typicality
- title: Other helpful functions
contents:
- img_read
- rgb2gray
- rotate90
- title: Shiny app (alpha)
contents:
- run_imagefluency
navbar:
structure:
left:
- home
- intro
- batch-processing
- articles
- reference
- news
right: github
components:
articles: ~
home:
icon: fas fa-home fa-lg
aria-label: Home
href: index.html
intro:
text: Getting started
href: articles/getting-started.html
batch-processing:
text: Analyzing multiple images
href: articles/batch-processing.html
reference:
text: Reference
href: reference/index.html
news:
text: Changelog
href: news/index.html
github:
icon: fab fa-github fa-lg
aria-label: GitHub
href: https://github.com/stm/imagefluency/