forked from microsoft/wpa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
70 lines (67 loc) · 1.71 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
68
69
template:
params:
bootswatch: cosmo
path: "inst/pkgdown"
navbar:
structure:
left:
- home
- intro
- guide
- reference
- contributing
- articles
- tutorials
- news
- bug
right: github
components:
home:
icon: fas fa-home fa-lg
href: index.html
guide:
text: Analyst Guide
menu:
- text: Introduction
href: analyst_guide.html
- text: Getting Started
href: analyst_guide_getting_started.html
- text: Summary Functions
href: analyst_guide_summary.html
- text: Distribution Functions
href: analyst_guide_distribution.html
- text: Trend Functions
href: analyst_guide_trend.html
- text: Network Functions
href: analyst_guide_network.html
reference:
text: Reference
href: reference/index.html
contributing:
text: Contribute
menu:
- text: Contributor Guide
href: CONTRIBUTING.html
- text: Developer Guide
href: developer_guide.html
- text: Reporting Security Issues
href: reporting_security_issues.html
- text: Package Structure
href: package_structure.html
news:
text: Changelog
href: news/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/microsoft/wpa/
articles:
text: Articles
menu:
- text: Introduction to {wpa}
href: articles/intro-to-wpa.html
- text: Text-mining Meeting Subject lines
href: articles/text-mining-capabilities.html
- text: Best Practices when using wpa
href: articles/best-practices.html
- text: Introduction to Information Value
href: articles/IV-report.html