-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_pkgdown.yml
58 lines (54 loc) · 1.29 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
destination: docs
url: https://adibender.github.io/coalitions
template:
params:
ganalytics: "UA-44545040-2"
docsearch:
api_key: b07f33bbc5aa2eddd7d63f5c8473e333
index_name: coalitions
home:
strip_header: false
reference:
- title: "Scrapers"
desc: "Scrapers for various election polls."
contents:
- scrape_wahlrecht
- scrape_by
- scrape_austria
- scrape_ltw
- title: "Workflow"
desc: "Get data, perform simulation, redistribute seats, calculate probabilities."
contents:
- get_surveys
- pool_surveys
- draw_from_posterior
- redistribute
- have_majority
- get_seats
- get_probabilities
- title: "Seat distribution"
desc: "Methods used to distribute seats across parties based on voting percentages."
contents:
- dHondt
- sls
- hare_niemeyer
navbar:
type: default
left:
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: Diagnostics
href: articles/diagnostic.html
- text: Workflow
href: articles/workflow.html
- text: Pooling
href: articles/pooling.html
- text: News
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/adibender/coalitions
development:
mode: auto