Skip to content

Commit 3edfa2b

Browse files
committed
Removed animations
1 parent fc6bed1 commit 3edfa2b

30 files changed

+11
-1892
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,16 @@
88
"WORKSPACE": "${containerWorkspaceFolder}"
99
}
1010
},
11-
"postCreateCommand": "bash setup.sh && bash build_animations.sh",
11+
"postCreateCommand": "bash setup.sh",
1212
// Configure tool-specific properties.
1313
"customizations": {
1414
"vscode": {
1515
"extensions": [
1616
"streetsidesoftware.code-spell-checker",
1717
"redhat.vscode-yaml",
1818
"yzhang.markdown-all-in-one",
19-
"ms-python.black-formatter",
2019
"ms-python.python"
21-
],
22-
"settings": {
23-
"python.defaultInterpreterPath": "/usr/local/bin/python"
24-
}
20+
]
2521
}
2622
},
2723
// Use 'forwardPorts' to make a list of ports inside the container available locally.

.github/workflows/deploy-website.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
- name: Build site
3131
run: |
3232
bash setup.sh
33-
bash build_animations.sh --production
3433
3534
- name: Install dependencies
3635
env:

.github/workflows/test-build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818
- name: Download dependencies
1919
run: bash setup.sh
2020

21-
- name: Build animations
22-
run: bash build_animations.sh
23-
2421
- name: Build website
2522
env:
2623
CI: false

.vscode/settings.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,5 @@
1616
"leaderboards",
1717
"Uncreate"
1818
],
19-
"python.analysis.typeCheckingMode": "basic",
20-
"python.analysis.autoImportCompletions": true,
21-
"python.defaultInterpreterPath": "/usr/local/bin/python",
22-
"[python]": {
23-
"editor.defaultFormatter": "ms-python.black-formatter"
24-
},
19+
"python.defaultInterpreterPath": "/usr/local/bin/python"
2520
}

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"label": "build",
1818
"detail": "Build the website",
1919
"type": "shell",
20-
"command": "bash build_animations.sh && mkdocs build",
20+
"command": "mkdocs build",
2121
"group": {
2222
"kind": "build",
2323
"isDefault": false

animations/ANIMATIONS.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

animations/__init__.py

Whitespace-only changes.

animations/animations/__init__.py

Whitespace-only changes.

animations/animations/plate.py

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)