-
Notifications
You must be signed in to change notification settings - Fork 23
/
_pkgdown.yml
49 lines (46 loc) · 1.4 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
url: https://xoopr.github.io/distr6
template:
params:
bootswatch: spacelab
docsearch:
api_key: c08037a20302b0f7fe5a1b7060957f04
index_name: distr6
navbar:
left:
- text: Basic
menu:
- text: Introduction to R6
href: articles/webs/intro_to_r6.html
- text: Constructing a Distribution
href: articles/webs/constructing_a_distribution.html
- text: Getting and Setting Parameters
href: articles/webs/parameters.html
- text: Statistical Methods
href: articles/webs/statistical_methods.html
- text: Properties and Traits
href: articles/webs/properties_traits.html
- text: Multivariate Distributions
href: articles/webs/multivariates.html
- text: Listing
href: articles/webs/listing.html
- text: Advanced
menu:
- text: Decorators
href: articles/webs/decorators.html
- text: Wrappers
href: articles/webs/wrappers.html
- text: Custom Distributions
href: articles/webs/custom_distributions.html
- text: Appendices
menu:
- text: Cheatsheet
href: https://raphaels1.github.io/pdfs/distr6Cheatsheet.pdf
- text: R6 and Design Patterns
href: articles/webs/r6_and_design_patterns.html
right:
- text: Reference
href: reference/
- text: Changelog
href: news/index.html
- icon: fa-github fa-lg
href: https://github.com/RaphaelS1/distr6