manim/docs/source
Francisco Manríquez Novoa ee0501c2b6
Add type hints to manim.cli module (#3988)
* Add type hints to cli

* Import click.Parameter instead of non existing cloup.Parameter

* Stop ignoring manim.cli errors in mypy.ini

* Fix mypy errors

* Remove unused TypeVar C

* click.Command.command -> cloup.Group.command

* Address Jason's requested changes

* exit() -> sys.exit()
2024-11-04 16:05:07 +00:00
..
_static Add option to run examples directly with binder (#3427) 2023-11-10 21:52:43 +01:00
_templates Added support for Manim type aliases in Sphinx docs + Added new TypeAliases (#3484) 2023-12-29 19:04:31 +01:00
changelog Prepare v0.18.0 (#3439) 2023-11-11 18:21:45 +01:00
contributing Fixed typehint in types.rst and replaced outdated reference to manim.typing.Image with manim.typing.PixelArray (#3878) 2024-10-20 00:36:32 +00:00
faq Added FAQ entry regarding failed `manimpango` build (#3001) 2022-10-26 19:47:17 +02:00
guides Let SceneFileWriter access ffmpeg via av instead of via external process (#3501) 2024-05-15 13:23:09 +00:00
installation Update macos.rst (#3857) 2024-07-14 12:00:08 +00:00
reference_index Add type hints to manim.cli module (#3988) 2024-11-04 16:05:07 +00:00
tutorials [pre-commit.ci] pre-commit autoupdate (#3332) 2024-04-24 13:11:03 +02:00
changelog.rst Prepare new release: v0.18.1 (#3719) 2024-04-28 09:02:22 +00:00
conduct.md Added code of conduct (#935) 2021-01-18 19:14:57 +05:30
conf.py Rename parameters and variables conflicting with builtin functions (#3884) 2024-07-25 20:06:18 +02:00
contributing.rst Improve documentation section about contributing to docs (#3555) 2023-12-30 00:22:24 +01:00
examples.rst Allow :class:.SurroundingRectangle to accept multiple Mobjects (#3964) 2024-10-29 23:30:32 +00:00
index.rst Fix minor grammatical errors found in the index page of the documentation (#3690) 2024-04-11 17:57:40 +02:00
installation.rst Let SceneFileWriter access ffmpeg via av instead of via external process (#3501) 2024-05-15 13:23:09 +00:00
plugins.rst Fix incorrect version number in plugin section in docs (#3849) 2024-07-11 11:24:19 -04:00
reference.rst Added :class:.ChangeSpeed, an animation wrapper that allows to smoothly change the speed at which an animation is played (#2749) 2022-07-06 16:39:55 +02:00
robots.txt Flake8 Changes + Fixing Warnings (#1968) 2021-09-03 13:45:48 -04:00
tutorials_guides.rst Refactored structure of documentation; added :doc:FAQ section <faq/index> (#2732) 2022-05-27 08:45:31 +00:00