-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
44 lines (42 loc) · 1.16 KB
/
_pkgdown.yml
File metadata and controls
44 lines (42 loc) · 1.16 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
url: https://queelius.github.io/flexhaz/
template:
bootstrap: 5
navbar:
structure:
left: [intro, reference, articles, news]
right: [search, github]
components:
intro:
text: Overview
href: articles/flexhaz-package.html
articles:
text: Articles
menu:
- text: "Motivation & Applications"
- text: "Package Overview & Quick Start"
href: articles/flexhaz-package.html
- text: Reliability Engineering
href: articles/reliability_engineering.html
- text: "---"
- text: "Theory"
- text: Dynamic Failure Rate Distributions
href: articles/failure_rate.html
- text: "---"
- text: "Advanced"
- text: Creating Custom Distributions
href: articles/custom_distributions.html
- text: Custom Derivatives for MLE
href: articles/custom_derivatives.html
articles:
- title: Motivation & Applications
navbar: ~
contents:
- flexhaz-package
- reliability_engineering
- title: Theory
contents:
- failure_rate
- title: Advanced
contents:
- custom_distributions
- custom_derivatives