-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_pkgdown.yml
80 lines (77 loc) · 2 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://swsoyee.github.io/r3dmol
authors:
Wei Su:
href: https://swsoyee.vercel.app/
Brady Johnston:
href: https://bradyajohnston.github.io/
template:
params:
bootswatch: flatly
ganalytics: UA-131217026-2
docsearch:
api_key: 9ba01b6c461dabb95fa94fdada7516b6
index_name: r3dmol
reference:
- title: 'Common'
desc: 'Basic functions.'
- contents:
- init
- m_render
- m_png
- m_grid
- m_glimpse
- m_clear
- m_enable_fog
- m_shiny_demo
- r3dmol-shiny
- title: 'Add / Set / Remove'
desc: 'Functions for adding, setting and removing elements to the view.'
- contents:
- starts_with("m_add")
- starts_with("m_set")
- starts_with("m_remove")
- m_replicate_unit_cell
- title: 'Style / Selections / Specifications'
desc: 'Functions for setting the style of models, and doing selections.'
- contents:
- starts_with("m_style")
- m_sel
- m_multi_resi_sel
- m_shape_spec
- m_viewer_spec
- title: 'Importing Models'
desc: 'Importing models from {bio3d} and fetching from pdb.'
- contents:
- m_fetch_pdb
- m_bio3d
- title: 'Animate'
desc: 'Functions for creating animation.'
- contents:
- m_animate
- m_vibrate
- m_center
- m_rotate
- m_spin
- m_stop_animate
- starts_with("m_translate")
- starts_with("m_zoom")
- title: 'Button'
desc: 'Functions for adding buttons to interact with visualizations.'
- contents:
- starts_with("m_button")
- title: 'Class Constructor'
desc: 'Convenience functions for constructing class for r3dmol.'
- contents:
- m_vector3
- title: 'Dataset'
desc: 'Datasets provide by package for demo.'
- contents:
- starts_with("pdb")
- starts_with("sdf")
- starts_with("cif")
- starts_with("xyz")
- starts_with("cube")
news:
releases:
- text: "Version 0.1.2"
href: https://swsoyee.vercel.app/2021/03/r3dmol-release-012/