-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
51 lines (49 loc) · 1.15 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
url: https://kaiyanm.github.io/MolPad/
template:
bootstrap: 5
reference:
- title: Main Functions
desc: Generate a complete site or its individual section components.
- contents:
- pre_process
- starts_with("g")
- title: Data
desc: Built-in datasets that are used in examples for illustration.
- contents:
- cheese
- test_data
- title: Figures & Tables
desc: Make internal figures or table for the dashboard.
- contents:
- starts_with("make_")
- reshape_for_make_functions
- match_database
- paste_URL
- title: Colors
desc: Functions for color palettes.
- contents:
- color_palettes__
- extend.color__
- match.color__
- title: Others
desc: Other inner functions for processing.
- contents:
- convert_range
- scale_by_row__
- transpose_dataframe__
- mass_produce_lm__
navbar:
type: default
left:
- text: Why MolPad?
href: articles/whymolpad.html
- text: Get started
href: articles/getstarted.html
- text: Articles
menu:
- text: Case study
href: articles/cheese.html
- text: FAQs
href: articles/FAQ.html
- text: Reference
href: reference/index.html