Skip to content

Commit

Permalink
Slide Transitions (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshKarpel authored Feb 19, 2023
1 parent 3d4ebec commit d0f5505
Show file tree
Hide file tree
Showing 49 changed files with 1,219 additions and 581 deletions.
3 changes: 0 additions & 3 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ source =
spiel/
tests/

omit =
spiel/demo/*

[report]

skip_empty = True
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
run:
shell: bash
runs-on: ${{ matrix.platform }}
timeout-minutes: 15
env:
PLATFORM: ${{ matrix.platform }}
PYTHON_VERSION: ${{ matrix.python-version }}
Expand All @@ -38,6 +39,8 @@ jobs:
run: poetry run pre-commit run --all-files --show-diff-on-failure --color=always
- name: Make sure we can build the package
run: poetry build -vvv
- name: Test types
run: poetry run mypy
- name: Test code
run: poetry run pytest -v --cov --cov-report=xml --durations=20
- name: Test docs
Expand Down
8 changes: 8 additions & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@

::: spiel.Triggers

## Transitions

::: spiel.Direction

::: spiel.Transition

::: spiel.Swipe

## Presenting Decks

::: spiel.present
68 changes: 34 additions & 34 deletions docs/assets/quickstart_code.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions docs/assets/triggers_animation_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d0f5505

Please sign in to comment.