mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-08-06 14:19:52 +08:00

* chore(docs): improving the docs This improves the docs as suggested by some reddit user. Now, most of Manim is documented in one place * try: update lockfile * chore(deps): remove duplicate key * fix(ci): isort issue See https://github.com/home-assistant/core/issues/86892 * fix(ci): bad identation * fix(ci): fixing lock file * fix(example): issue when ManimGL does not count wait as animation
38 lines
410 B
Plaintext
38 lines
410 B
Plaintext
__pycache__/
|
|
/env
|
|
/tests
|
|
/build
|
|
/dist
|
|
*.egg-info/
|
|
|
|
/media
|
|
/presentation
|
|
|
|
/.vscode
|
|
|
|
slides/
|
|
|
|
.manim-slides.json
|
|
|
|
videos/
|
|
|
|
images/
|
|
|
|
docs/build/
|
|
|
|
docs/source/_static/slides_assets/
|
|
|
|
docs/source/_static/slides.html
|
|
|
|
slides_assets/
|
|
|
|
slides.html
|
|
|
|
docs/source/_static/basic_example_assets/
|
|
|
|
docs/source/_static/basic_example.html
|
|
|
|
docs/source/_static/three_d_example.html
|
|
|
|
docs/source/_static/three_d_example_assets/
|