-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path_pkgdown.yml
More file actions
57 lines (47 loc) · 1.7 KB
/
_pkgdown.yml
File metadata and controls
57 lines (47 loc) · 1.7 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
url: https://vmikk.github.io/metagMisc/
home:
title: metagMisc
template:
bootstrap: 5
bootswatch: flatly
light-switch: true
math-rendering: katex
includes:
in_header: |
<style>
/* Control logo size in README/homepage */
.page-header img[src*="Logo_metagMisc.png"],
#readme img[src*="Logo_metagMisc.png"] {
height: 139px !important;
max-height: 139px !important;
}
</style>
# includes:
# in_header: |
# <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.11/dist/katex.min.css" integrity="sha384-nB0miv6/jRmo5UMMR1wu3Gz6NLsoTkbqJghGIsx//Rlm+ZU03BU6SQNC66uf4l5+" crossorigin="anonymous">
# <script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.11/dist/katex.min.js" integrity="sha384-7zkQWkzuo3B5mTepMUcHkMB5jZaolc2xDwL6VFqjFALcbeS9Ggm/Yr2r3Dy4lfFg" crossorigin="anonymous"></script>
# <script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.11/dist/contrib/auto-render.min.js" integrity="sha384-43gviWU0YVjaDtb/GhzOouOXtZMP/7XUzwPTstBeZFe/+rCMvRwr4yROQP43s0Xk" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
reference:
- title: metagMisc
- subtitle: Phyloseq extensions
contents:
- starts_with("phyloseq_")
- subtitle: Distance functions
contents:
- starts_with("dist_")
- mult_dissim
- mult_dist_average
- bray_jaccard_convert
- subtitle: Parsers
contents:
- starts_with("parse_")
- subtitle: ...
contents:
- adonis_pairwise
- has_concept("misc")
- subtitle: Other
contents:
- matches(".")
- -starts_with("phyloseq_")
- -starts_with("parse_")
- -starts_with("dist_")