-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
74 lines (71 loc) · 2.41 KB
/
_pkgdown.yml
File metadata and controls
74 lines (71 loc) · 2.41 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
65
66
67
68
69
70
71
72
73
74
url: https://www.spsanderson.com/RandomWalker/
template:
bootstrap: 5
bootswatch: flatly
ganalytics: G-BSLLH3X96M
navbar:
title: "RandomWalker"
left:
- icon: "fa-home"
href: index.html
aria-label: Home
- text: "Getting Started"
href: articles/getting-started.html
- text: "Function Reference"
href: reference/index.html
- text: "News"
href: news/index.html
- text: "Articles"
href: articles/index.html
menu:
- text: "Home Wiki"
href: articles/home.html
- text: "Basic Concepts"
href: articles/basic-concepts.html
- text: "API Reference"
href: articles/api-reference.html
- text: "Automatic Random Walks"
href: articles/automatic-random-walks.html
- text: "Continuous Distribution Generators"
href: articles/continuous-distribution-generators.html
- text: "Discrete Distribution Generators"
href: articles/discrete-distribution-generators.html
- text: "Multi-Dimensional Walks"
href: articles/multi-dimensional-walks.html
- text: "Statistical Analysis Guide"
href: articles/statistical-analysis-guide.html
- text: "Frequently Asked Questions (FAQ)"
href: articles/faq.html
reference:
- title: Automatic Random Walks
desc: Functions that generate non-modifiable random walks
contents:
- has_concept("Auto Random Walk")
- title: Generator Functions
desc: Functions that generate modifiable random walks
- subtitle: Custom Generating Functions
contents:
- has_concept("Custom Distributions")
- subtitle: Continuous Generating Functions
contents:
- has_concept("Continuous Distribution")
- subtitle: Discrete Generating Functions
contents:
- has_concept("Discrete Distribution")
- title: Visualization Functions
desc: Functions that visualise random walks
contents:
- has_concept("Visualization Functions")
- title: Vector Functions
desc: Functions that generate random walks in vector form
contents:
- has_concept("Vector Function")
- title: Helpers / Utilities
desc: Functions that help with random walks
contents:
- has_concept("Utility Functions")
- title: Statistic and Summary Functions
desc: Functions that summarise random walks
contents:
- has_concept("Statistic Functions")
search: