-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
52 lines (48 loc) · 1.11 KB
/
Copy path_pkgdown.yml
File metadata and controls
52 lines (48 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
url: https://beabock.github.io/nanodRop/
template:
bootstrap: 5
bslib:
bg: "#f8f9fa"
fg: "#212529"
primary: "#007bff"
secondary: "#6c757d"
navbar:
bg: primary
type: dark
left:
- text: Home
href: index.html
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: Quick Start
href: articles/quick-start.html
- text: Spectral Analysis
href: articles/spectral-analysis.html
- text: News
href: news/index.html
homepage:
sidebar:
structure: [links, license, community, citation, authors, dev]
links:
- text: Report a bug
href: https://github.com/beabock/nanodRop/issues
- text: Browse source code
href: https://github.com/beabock/nanodRop
- text: Install the package
href: articles/quick-start.html
reference:
- title: Core Functions
contents:
- read_nanodrop
- parse_waves
- title: Datasets
contents:
- ds
- ds1
articles:
- title: Data Import
contents: nanodrop-data-import
- title: Advanced Analysis
contents: advanced-analysis