-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_pkgdown.yml
45 lines (45 loc) · 939 Bytes
/
_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
url: https://montesmariana.github.io/glossr/
template:
bootstrap: 5
bootswatch: pulse
development:
mode: auto
reference:
- title: Show glosses
desc: |
Functions to use only in the R Markdown file
contents:
- gloss
- knit_print.gloss
- title: Styling
desc: |
Functions to modify and view styling settings
contents:
- use_glossr
- config_from_file
- set_style_options
- print_config
- title: Create gloss objects
desc: |
Functions to turn strings into the right gloss format.
contents:
- as_gloss
- gloss_render
- gloss_df
- gloss_list
- gloss_factory
- title: Dataset
desc: |
Dataset used in vignettes.
contents: glosses
- title: Helpers for Latex glosses
desc: |
Functions to help with Latex glosses
contents: gloss_format_words
- title: Under the hood
desc: |
Class constructors and other helpers
contents:
- new_gloss_data
- new_gloss
- gloss_linetooltip