forked from vosonlab/vosonSML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yaml
106 lines (101 loc) · 2.43 KB
/
_pkgdown.yaml
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
title: vosonSML
url: http://vosonlab.github.io/vosonSML
# authors:
# Bryan Gertzel:
# href: "https://vosonlab.net"
# html: "<span>VOSON Lab</span>"
# template:
# params:
# bootswatch: flatly
navbar:
structure:
left:
- home
- news
- reference
- articles
right:
- vosonlab
- twitter
- github
components:
home:
icon: fa-home fa-lg
href: index.html
news:
icon: fa-file-alt
text: "Changelog"
href: news/index.html
reference:
icon: fa-cubes
text: "Reference"
href: reference/index.html
articles:
icon: fa-book
text: "Articles"
menu:
- text: "Introduction to vosonSML"
href: articles/Intro-to-vosonSML.html
icon: far fa-file-alt
- text: "Hyperlink Networks with vosonSML"
href: https://vosonlab.github.io/posts/2021-03-15-hyperlink-networks-with-vosonsml/
icon: far fa-file-alt
- text: "Creating Twitter Networks with vosonSML using rtweet Data"
href: https://vosonlab.github.io/posts/2021-02-11_twitter_vsml_from_rtweet/
icon: far fa-file-alt
vosonlab:
icon: fa-flask fa-lg
href: http://vosonlab.net/
twitter:
icon: fab fa-twitter-square fa-lg
href: https://twitter.com/vosonlab
github:
icon: fab fa-github fa-lg
href: https://github.com/vosonlab/vosonSML
reference:
- title: Function Reference
desc: Available functions and helpers
contents:
- '`vosonSML-package`'
- title: Authenticate
contents:
- '`Authenticate`'
- '`Authenticate.reddit`'
- '`Authenticate.twitter`'
- '`Authenticate.youtube`'
- '`Authenticate.web`'
- title: Collect
contents:
- '`Collect`'
- '`Collect.twitter`'
- '`Collect.youtube`'
- '`Collect.reddit`'
- '`Collect.web`'
- title: Create
contents:
- '`Create`'
- '`Create.activity.twitter`'
- '`Create.activity.youtube`'
- '`Create.activity.reddit`'
- '`Create.activity.web`'
- '`Create.actor.twitter`'
- '`Create.actor.youtube`'
- '`Create.actor.reddit`'
- '`Create.actor.web`'
- '`Create.twomode.twitter`'
- '`Create.semantic.twitter`'
- title: Helpers
contents:
- '`AddText`'
- '`AddText.actor.youtube`'
- '`AddText.activity.reddit`'
- '`AddText.actor.reddit`'
- '`AddUserData`'
- '`AddUserData.actor.twitter`'
- '`AddVideoData`'
- '`AddVideoData.actor.youtube`'
- '`Graph`'
- '`GetYoutubeVideoIDs`'
- '`ImportData`'
toc:
depth: 2