Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ curl -fsSL https://d2lang.com/install.sh | sh -s -- --prefix $PWD/deps/d2
export PATH="$PWD/deps/d2/bin:$PATH"

# Install kloppy and docs requirements
pip install .
pip install .[query,pandas]
pip install -r requirements-docs.txt

# Build MkDocs site
mkdocs build -d site
mkdocs build --strict -d site
2 changes: 2 additions & 0 deletions docs/reference/domain/models/event/event/index.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
::: kloppy.domain.Event

::: kloppy.domain.EventFactory
1 change: 1 addition & 0 deletions docs/reference/domain/models/time/timecontainer/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: kloppy.domain.TimeContainer
2 changes: 2 additions & 0 deletions docs/reference/event-data/qualifiers/card.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[](){#kloppy.domain.CardQualifier}
{{ render_qualifier("kloppy.domain.CardQualifier", "kloppy.domain.CardType") }}

[](){#kloppy.domain.CardType}
Loading
Loading