From 4164d65a995ac38b439058b2ff467a702324584d Mon Sep 17 00:00:00 2001 From: Atom Scott Date: Sat, 14 Oct 2023 21:20:33 +0900 Subject: [PATCH 1/4] update config commands --- .readthedocs.yaml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f82109b8..8e614986 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -19,6 +19,7 @@ build: - cp -r ./notebooks ./docs/notebooks - sed 's#./docs/_static#./_static#g' ./README.md > ./docs/README.md - sed 's#./docs/_static#./_static#g' ./contributing.md > ./docs/contributing.md + - sed 's|./docs/_static|./_static|g' ../awesome-computer-vision-in-sports.md > ./awesome-computer-vision-in-sports.md # Build documentation in the docs/ directory with Sphinx sphinx: diff --git a/README.md b/README.md index 2f8e069b..64dbe9f8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@
- [![Documentation Status](https://readthedocs.org/projects/sportslabkit/badge/?version=latest)](https://soccertrack.readthedocs.io/en/latest/?badge=latest) + [![Documentation Status](https://readthedocs.org/projects/sportslabkit/badge/?version=latest)](https://sportslabkit.readthedocs.io/en/latest/?badge=latest) [![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://www.kaggle.com/datasets/atomscott/soccertrack) [![PWC](https://img.shields.io/badge/%7C-Papers%20with%20Code-lightblue)](https://paperswithcode.com/dataset/soccertrack-dataset) [![dm](https://img.shields.io/pypi/dm/sportslabkit)](https://pypi.org/project/sportslabkit/) From d15b27b684ef51412d0a410739891eb17ecb3a65 Mon Sep 17 00:00:00 2001 From: Atom Scott Date: Sat, 14 Oct 2023 21:24:26 +0900 Subject: [PATCH 2/4] typo --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8e614986..4ac43d75 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -19,7 +19,7 @@ build: - cp -r ./notebooks ./docs/notebooks - sed 's#./docs/_static#./_static#g' ./README.md > ./docs/README.md - sed 's#./docs/_static#./_static#g' ./contributing.md > ./docs/contributing.md - - sed 's|./docs/_static|./_static|g' ../awesome-computer-vision-in-sports.md > ./awesome-computer-vision-in-sports.md + - sed 's#./docs/_static|./_static#g' ./awesome-computer-vision-in-sports.md > ./docs/awesome-computer-vision-in-sports.md # Build documentation in the docs/ directory with Sphinx sphinx: From c25a96efe4530db841cdc09aaac4448e76fb85de Mon Sep 17 00:00:00 2001 From: Atom Scott Date: Sat, 14 Oct 2023 21:27:27 +0900 Subject: [PATCH 3/4] typo --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4ac43d75..9aaf7e13 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -19,7 +19,7 @@ build: - cp -r ./notebooks ./docs/notebooks - sed 's#./docs/_static#./_static#g' ./README.md > ./docs/README.md - sed 's#./docs/_static#./_static#g' ./contributing.md > ./docs/contributing.md - - sed 's#./docs/_static|./_static#g' ./awesome-computer-vision-in-sports.md > ./docs/awesome-computer-vision-in-sports.md + - sed 's#./docs/_static|./_static#g' ./awesome-computer-vision-in-sports.md > ./docs/awesome-computer-vision-in-sports.md # Build documentation in the docs/ directory with Sphinx sphinx: From dc86833e84ef96bfd99c6edc9143bddf2ce5fd6c Mon Sep 17 00:00:00 2001 From: Atom Scott Date: Sat, 14 Oct 2023 21:49:23 +0900 Subject: [PATCH 4/4] typo --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9aaf7e13..3c27c5ec 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -19,7 +19,7 @@ build: - cp -r ./notebooks ./docs/notebooks - sed 's#./docs/_static#./_static#g' ./README.md > ./docs/README.md - sed 's#./docs/_static#./_static#g' ./contributing.md > ./docs/contributing.md - - sed 's#./docs/_static|./_static#g' ./awesome-computer-vision-in-sports.md > ./docs/awesome-computer-vision-in-sports.md + - sed 's#./docs/_static#./_static#g' ./awesome-computer-vision-in-sports.md > ./docs/awesome-computer-vision-in-sports.md # Build documentation in the docs/ directory with Sphinx sphinx: