-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_pkgdown.yml
More file actions
46 lines (44 loc) · 1.56 KB
/
_pkgdown.yml
File metadata and controls
46 lines (44 loc) · 1.56 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
url: https://pennlinc.github.io/ModelArray/
template:
bootstrap: 5
navbar:
structure:
left: [intro, introductions, case-studies, reference, news]
right: [search, github]
components:
intro:
text: Get Started
href: articles/installations.html
introductions:
text: Introduction
menu:
- text: "Elements: The Unit of Analysis"
href: articles/elements.html
- text: "Splitting Element IDs"
href: articles/element-splitting.html
- text: "Understanding the HDF5 File"
href: articles/hdf5-format.html
- text: "HDF5 for Large-Scale Analyses"
href: articles/hdf5-large-analyses.html
case-studies:
text: Case Studies
menu:
- text: "End-to-End Walkthrough"
href: articles/walkthrough.html
- text: "Modelling in Depth"
href: articles/modelling.html
- text: "Exploring Data with Convenience Functions"
href: articles/exploring-h5.html
- text: "-------"
- text: Resources
- text: "Containers"
href: articles/container.html
- text: "Developer Documentation"
href: articles/doc_for_developer.html
redirects:
- ["articles/wrap.html", "articles/modelling.html"]
- ["articles/wrap_function.html", "articles/modelling.html"]
- ["articles/voxel-wise_data.html", "articles/modelling.html"]
- ["articles/basic_r_intro.html", "articles/installations.html"]
- ["articles/faq.html", "articles/exploring-h5.html"]
- ["articles/debugging.html", "articles/exploring-h5.html"]