-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathmkdocs.yml
More file actions
246 lines (246 loc) · 11.2 KB
/
mkdocs.yml
File metadata and controls
246 lines (246 loc) · 11.2 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
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
site_name: kloppy 3.18.0
site_url: https://kloppy.pysport.org
repo_url: https://github.com/PySport/kloppy
repo_name: 'PySport/kloppy'
edit_uri: blob/master/docs/
google_analytics: null # TODO: set-up Google Analytics project to track
theme:
name: material
language: en
palette:
scheme: default
custom_dir: docs/overrides
features:
- navigation.tabs
- navigation.indexes
- navigation.tracking
- navigation.top
- navigation.instant
- navigation.instant.progress
- navigation.path
- content.tooltips
extra_css: [assets/stylesheets/style.css]
extra_javascript: [assets/javascripts/extra.js]
nav:
- Home: index.md
- User guide:
- Getting started:
- user-guide/getting-started/index.md
- Installation:
- user-guide/installation/index.md
- Configuration:
- user-guide/configuration/index.md
- Concepts:
- user-guide/concepts/index.md
- Event data: user-guide/concepts/event-data/index.md
- Tracking data: user-guide/concepts/tracking-data/index.md
- Code data: user-guide/concepts/code-data/index.md
- Metadata: user-guide/concepts/metadata/index.md
- Coordinates: user-guide/concepts/coordinates/index.md
- Time: user-guide/concepts/time/index.md
- Positions: user-guide/concepts/positions/index.md
- Loading data:
- user-guide/loading-data/index.md
- Datafactory: user-guide/loading-data/datafactory.ipynb
- HawkEye: user-guide/loading-data/hawkeye.ipynb
- Impect: user-guide/loading-data/impect.ipynb
- Hudl SportsCode: user-guide/loading-data/sportscode.ipynb
- Hudl Statsbomb: user-guide/loading-data/statsbomb.ipynb
- Metrica Sports: user-guide/loading-data/metrica.ipynb
- PFF: user-guide/loading-data/pff.ipynb
- SecondSpectrum: user-guide/loading-data/secondspectrum.ipynb
- Signality: user-guide/loading-data/signality.ipynb
- SkillCorner: user-guide/loading-data/skillcorner.ipynb
- Sportec: user-guide/loading-data/sportec.ipynb
- Stats Perform / Opta: user-guide/loading-data/statsperform.ipynb
- TRACAB: user-guide/loading-data/tracab.ipynb
- Wyscout: user-guide/loading-data/wyscout.ipynb
# - Querying data:
# - user-guide/querying-data/index.md
# - Selections: user-guide/querying-data/selections/index.md
# - Pattern matching: user-guide/querying-data/pattern-matching/index.md
- Transforming data:
- user-guide/transformations/coordinates/index.md
# - Aggregating data:
# - user-guide/aggregating-data/index.md
# - Enriching data:
# - user-guide/enriching-data/index.md
- Exporting data:
- user-guide/exporting-data/index.md
- Dataframes: user-guide/exporting-data/dataframes.md
- Sportscode XML: user-guide/exporting-data/sportscode.md
- How-to guides:
- examples/index.md
- examples/transformations.ipynb
- examples/pattern_matching.ipynb
- examples/to_dataframe.ipynb
- examples/aggregations.ipynb
- examples/event_factory.ipynb
- examples/adapter.ipynb
- Reference:
- reference/index.md
- Data Loaders:
- DataFactory: reference/providers/datafactory.md
- HawkEye: reference/providers/hawkeye.md
- Impect: reference/providers/impect.md
- Hudl Sportscode: reference/providers/sportscode.md
- Hudl Statsbomb: reference/providers/statsbomb.md
- Metrica Sports: reference/providers/metrica.md
- Opta: reference/providers/opta.md
- PFF: reference/providers/pff.md
- SecondSpectrum: reference/providers/secondspectrum.md
- Signality: reference/providers/signality.md
- SkillCorner: reference/providers/skillcorner.md
- Sportec Solutions: reference/providers/sportec.md
- Stats Perform: reference/providers/statsperform.md
- TRACAB: reference/providers/tracab.md
- Wyscout: reference/providers/wyscout.md
- Domain Concepts:
- reference/domain/models/index.md
- Dataset:
- reference/domain/models/common/dataset/index.md
- DataRecord:
- reference/domain/models/common/data-record/index.md
- Time: reference/domain/models/time/time/index.md
- Team: reference/domain/models/common/team/index.md
- Player: reference/domain/models/common/player/index.md
- Point: reference/domain/models/pitch/point/index.md
- BallState: reference/domain/models/common/ball-state/index.md
- AttackingDirection: reference/domain/models/common/attacking-direction/index.md
- Result: reference/domain/models/event/result/index.md
- Statistic: reference/domain/models/common/statistic/index.md
- DatasetType:
- reference/domain/models/common/dataset-type/index.md
- EventDataset:
- reference/domain/models/event/event-dataset/index.md
- Event: reference/domain/models/event/event/index.md
- TrackingDataset:
- reference/domain/models/tracking/tracking-dataset/index.md
- Frame: reference/domain/models/tracking/frame/index.md
- CodeDataset:
- reference/domain/models/code/code-dataset/index.md
- Code: reference/domain/models/code/code/index.md
- Metadata:
- reference/domain/models/common/metadata/index.md
- Team:
- reference/domain/models/common/team/index.md
- FormationType: reference/domain/models/formation/formation-type/index.md
- Player:
- reference/domain/models/common/player/index.md
- Position: reference/domain/models/position/position/index.md
- Ground: reference/domain/models/common/ground/index.md
- Period: reference/domain/models/time/period/index.md
- Score: reference/domain/models/common/score/index.md
- Provider: reference/domain/models/common/provider/index.md
- Orientation: reference/domain/models/common/orientation/index.md
- CoordinateSystem:
- reference/domain/models/common/coordinate-system/index.md
- Origin: reference/domain/models/common/origin/index.md
- VerticalOrientation: reference/domain/models/common/vertical-orientation/index.md
- PitchDimensions:
- reference/domain/models/pitch/pitch-dimensions/index.md
- Unit: reference/domain/models/pitch/unit/index.md
- Dimension: reference/domain/models/pitch/dimension/index.md
- Official: reference/domain/models/common/official/index.md
- DatasetFlag: reference/domain/models/common/dataset-flag/index.md
- Event Data Model:
- reference/event-data/index.md
- Event Types:
- reference/event-data/event-types/index.md
- Generic: reference/event-data/event-types/generic.md
- Pass: reference/event-data/event-types/pass.md
- Shot: reference/event-data/event-types/shot.md
- Take on: reference/event-data/event-types/take_on.md
- Carry: reference/event-data/event-types/carry.md
- Clearance: reference/event-data/event-types/clearance.md
- Interception: reference/event-data/event-types/interception.md
- Duel: reference/event-data/event-types/duel.md
- Substitution: reference/event-data/event-types/substitution.md
- Card: reference/event-data/event-types/card.md
- Player on: reference/event-data/event-types/player_on.md
- Player off: reference/event-data/event-types/player_off.md
- Recovery: reference/event-data/event-types/recovery.md
- Miscontrol: reference/event-data/event-types/miscontrol.md
- Ball out: reference/event-data/event-types/ball_out.md
- Foul committed: reference/event-data/event-types/foul_committed.md
- Goalkeeper: reference/event-data/event-types/goalkeeper.md
- Pressure: reference/event-data/event-types/pressure.md
- Formation change: reference/event-data/event-types/formation_change.md
- Qualifiers:
- reference/event-data/qualifiers/index.md
- BodyPartQualifier: reference/event-data/qualifiers/bodypart.md
- CardQualifier: reference/event-data/qualifiers/card.md
- CounterAttackQualifier: reference/event-data/qualifiers/counterattack.md
- DuelQualifier: reference/event-data/qualifiers/duel.md
- GoalKeeperQualifier: reference/event-data/qualifiers/goalkeeper.md
- PassQualifier: reference/event-data/qualifiers/pass.md
- SetPieceQualifier: reference/event-data/qualifiers/set-piece.md
- Tracking Data Model:
- reference/tracking-data/index.md
- Other Modules:
- kloppy.config: reference/config.md
- kloppy.helpers: reference/helpers.md
- kloppy.io: reference/io.md
- kloppy.exceptions: reference/exceptions.md
- Development:
- Contributing: contributor-guide/contributing.md
- Creating a development environment: contributor-guide/dev-environment.md
- Adding a data provider: contributor-guide/add-new-provider.md
- License: license.md
- Releases: https://github.com/PySport/kloppy/releases
plugins:
- mkdocs-jupyter:
include: ["*.ipynb"]
include_source: true
execute: false
- markdown-exec
- search
- autorefs
- macros:
module_name: docs/macros
j2_comment_start_string: '$#'
j2_comment_end_string: '#$'
- mkdocstrings:
handlers:
python:
options:
show_root_heading: true
show_if_no_docstring: true
inherited_members: true
members_order: source
separate_signature: true
unwrap_annotated: true
filters:
- '!^_'
merge_init_into_class: true
docstring_section_style: spacy
signature_crossrefs: true
show_symbol_type_heading: true
show_symbol_type_toc: true
extensions:
- griffe_generics
- exclude:
glob:
- presentations/*
markdown_extensions:
- admonition
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.details
- pymdownx.highlight:
use_pygments: true
linenums: true
linenums_style: table
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- footnotes
- md_in_html
watch:
- mkdocs.yml
- kloppy