-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
41 lines (36 loc) · 810 Bytes
/
_pkgdown.yml
File metadata and controls
41 lines (36 loc) · 810 Bytes
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
url: https://rohelab.github.io/fastRG
authors:
Alex Hayes:
href: https://alexpghayes.com
development:
mode: auto
template:
bootstrap: 5
math-rendering: mathjax
params:
bootswatch: flatly
reference:
- title: Sampling
contents:
- starts_with("sample_")
- title: Graph properties conditional on latent representations
contents:
- contains("eigs_sym")
- contains("svds")
- starts_with("expected_")
- contains("expectation")
- title: Undirected graphs
contents:
- erdos_renyi
- chung_lu
- planted_partition
- sbm
- dcsbm
- overlapping_sbm
- undirected_factor_model
- mmsbm
- title: Directed graphs
contents:
- directed_erdos_renyi
- directed_dcsbm
- directed_factor_model