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

* refactor(lib): change how manim API is imported * chore(lib): delete old files * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * wip: moving all commands * adding animations * fix tests * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix mypy * fixes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * trying to fix docs * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * wip: docs * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * make it work * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * wip test * tests are working * improving docs * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix index * docs: nicer shift * docs: nicer quickstart example * fix tests * change tests * move coverage to test workflow * fix(tests): remove resolve * strict resolve * change local path test * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * documented changes * cleanup docs * cleanup files * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix(ci): set type --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
50 lines
599 B
Plaintext
50 lines
599 B
Plaintext
# Python files
|
|
__pycache__/
|
|
/env
|
|
/build
|
|
/dist
|
|
*.egg-info/
|
|
|
|
# Manim files
|
|
images/
|
|
/media
|
|
tests/data/media/
|
|
docs/source/media/
|
|
|
|
# ManimGL files
|
|
videos/
|
|
|
|
# Manim Slides files
|
|
.manim-slides.toml
|
|
|
|
slides/
|
|
!tests/data/slides/
|
|
|
|
slides_assets/
|
|
|
|
# Docs
|
|
docs/build/
|
|
|
|
slides.html
|
|
|
|
docs/source/reference/.ipynb_checkpoints/
|
|
|
|
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/
|
|
|
|
docs/source/reference/media/
|
|
|
|
# JOSE Paper
|
|
paper/paper.pdf
|
|
paper/media/
|
|
|
|
# Others
|
|
coverage.xml
|
|
|
|
rendering_times.csv
|