-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
81 lines (80 loc) · 2.05 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
url: https://natverse.org/nat.templatebrains/
reference:
- title: Package Help
desc: Provides an overview of key functions and classes
contents: nat.templatebrains-package
- title: Template Brains
desc: Functions that handle defining template brain spaces and setting the space
for objects.
contents:
- templatebrain
- templatebrain-meths
- regtemplate
- as.templatebrain
- plot3d.templatebrain
- display_slice
- title: Transformations
desc: Functions that handle transformations of objects between different template
brain spaces
contents:
- xform_brain
- mirror_brain
- fit_xform
- fit_xform_brain
- title: Registration Sequences
desc: Functions that list available registrations or return registration sequences
between different template brains (used by xform_brain and friends but may be
useful in their own right).
contents:
- bridging_sequence
- bridging_graph
- allreg_dataframe
- title: Finding Template Brains
desc: Functions that help you find available template brain objects
contents:
- all_templatebrains
- guess_templatebrain
- title: Managing Registrations
desc: Functions that inform the package of available bridging registrations or download
/ update registrations from remote sources.
contents:
- add_reg_folders
- add_reglist
- download_reg_repo
- update_reg_repos
- local_reg_dir_for_url
- title: Sample data
desc: Sample template brain (see nat.flybrains package for more examples)
contents: FCWB.demo
navbar:
structure:
left:
- home
- intro
- reference
- articles
- tutorials
- news
- help
right:
- natverse
- github
components:
home:
icon: fa-home fa-lg
href: index.html
reference:
text: Reference
href: reference/index.html
news:
text: Changelog
href: news/index.html
github:
icon: fa-github fa-lg
href: https://github.com/natverse/nat.templatebrains
natverse:
text: natverse
href: https://natverse.github.io
help:
text: Help
href: SUPPORT.html