-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_pkgdown.yml
More file actions
64 lines (55 loc) · 1.2 KB
/
_pkgdown.yml
File metadata and controls
64 lines (55 loc) · 1.2 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
53
54
55
56
57
58
59
60
61
62
63
64
url: https://pharmaverse.github.io/gridify
template:
bootstrap: 5
params:
bootswatch: flatly
pkgdown:
title: "gridify"
articles:
- title: "gridify"
navbar: ~
contents:
- simple_examples
- multi_page_examples
- create_custom_layout
- transparency
reference:
- title: gridify Users
- subtitle: main gridify interface
contents:
- gridify
- set_cell
- print,gridifyClass-method
- show,gridifyClass-method
- show,gridifyLayout-method
- show_spec
- show_layout
- show_cells
- export_to
- subtitle: existing layouts
contents:
- get_layouts
- simple_layout
- complex_layout
- pharma_layout
- pharma_layout_base
- pharma_layout_A4
- pharma_layout_letter
- layout_issue
- subtitle: gridify utils
contents:
- paginate_table
- title: gridify custom layout development
- subtitle: functions
contents:
- gridifyLayout
- gridifyObject
- gridifyCells
- gridifyCell
- subtitle: S4 classes
contents:
- gridifyClass-class
- gridifyLayout-class
- gridifyObject-class
- gridifyCells-class
- gridifyCell-class