-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
67 lines (66 loc) · 1.72 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
template:
params:
bootswatch: cerulean
articles:
- title: "Getting Started"
navbar: "Getting Started"
contents:
- setup
- articles/getting-started
- title: "Examples & Recipes"
navbar: "Examples & Recipes"
contents:
- articles/calculating-time-on-task
- articles/analysis-of-grades
- articles/forecast-example
reference:
- title: "Data Access"
desc: >
Functions for accessing Moodle data or data in the local cache of Moodle
tables.
- contents:
- mdl_config
- mdl_courses
- mdl_forum_posts
- mdl_grades
- mdl_log
- mdl_users
- title: "Connections and Caching"
desc: >
Functions for configuring database access, downloading dataand setting
up a local cache.
- contents:
- mdl_get_connection
- mdl_get_cache_connection
- mdl_create_cache
- title: "Summary Functions"
desc: >
Summary functions with sensible defaults for the domain in question.
- contents:
- starts_with("summary.")
- title: "Plot Functions"
desc: >
Plot functions with sensible defaults for the domain in question.
- contents:
- starts_with("plot.")
- title: "Print Functions"
desc: >
Print functions with sensible defaults for the domain in question.
- contents:
- starts_with("print.")
- title: "Check Function"
desc: >
Checks if cache has been created correctly.
- contents:
- starts_with("check_")
- title: "Cache Paths"
desc: >
Gets the cache directory and filename.
- contents:
- mdl_get_cache_dir
- mdl_get_cache_filename
- title: "Config Template"
desc: >
Creates an example config.yml file and opens it for editing.
- contents:
- example_config_yml