Commit graph

14 commits

Author SHA1 Message Date
Louis GERARD
a1bb04947a
Fix Microsoft typo in TexFontTemplateLibrary scene in example_scenes/advanced_tex_fonts.py (#4305)
Co-authored-by: Louis Pierre Jean Gerard <louis_global@fasoo.com>
Co-authored-by: Francisco Manríquez Novoa <49853152+chopan050@users.noreply.github.com>
2025-06-23 21:15:39 -04:00
Aarush Deshpande
1097ed9692
Standardize docstrings with ruff pydocstyle rules (#3881)
Used Ruff rules for `pydocstyle` to standardize docstring formatting.

* Add config for ruff pydocstyle

* Safe fixes from ruff

* Unsafe fixes from ruff
2024-09-01 08:03:38 -04:00
GameDungeon
94821c10d8
Flake8 Changes + Fixing Warnings (#1968)
* Warning Removal

* Flake Stuff

* HotFix

* Docs Fix

* I'm Dumb

* Docs Fix 2

* Fixing Github Requests

* Fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* quick fix

* Add Deprecation Warning

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Weird Pre Commit Stuff

* Quick Fix

* Quick Fix

* Fix

* Flake Fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-09-03 13:45:48 -04:00
Jason Villanueva
1e049d8bd2
Fixed flake8 errors and removed linter/formatter workflows (#1278)
* Fixed flake8 in files outside of manim/manim

* Removed linter/formatter workflows

* Small update to pre-commit in contributing guideline

* Better English/grammar in doc
2021-04-07 06:14:14 -07:00
Lionel Ray
39351b0202
Deprecation: Deprecated ShowCreation in favor of Create, added logger warning (#1124)
* Deprecated ShowCreation in favor of Create

* Fixed Black formatting and logger error

* Fixed relative import issue of logger

* Renamed CreateThen.. calls to previous names

* Fixed __all__ classes, fixed Create inheritance

* Update manim/animation/creation.py

Move logger warning to class initializer

Co-authored-by: Jason Villanueva <a@jsonvillanueva.com>

Co-authored-by: Jason Villanueva <a@jsonvillanueva.com>
2021-03-23 16:13:59 +01:00
Aron Fischer
34df8900f3 more docstrings 2020-10-12 16:26:12 +02:00
Aron Fischer
eadeb3e530 always black 2020-10-11 15:37:01 +02:00
Aron Fischer
2d6f2d0833 more docstrings 2020-10-11 15:32:27 +02:00
Aron Fischer
15bbf316cd black 2020-10-09 19:10:54 +02:00
Aron Fischer
415157a8d5 make example scene more robust 2020-10-09 19:10:06 +02:00
Aron Fischer
f9859d0eb0 Better docstrings. Move all but three templates to TexTemplateLibrary 2020-10-09 18:45:15 +02:00
Aron Fischer
6766b527ed simplified Tex Font example scene 2020-10-09 15:15:16 +02:00
Aron Fischer
85aa5dece4 TexTemplates without CONFIG + all Font Examples 2020-10-08 23:42:01 +02:00
Aron Fischer
700d3fa374 Simplifying the TexTemplate() system.
Recreates TexTemplate() and a few basic examples including ThreeBlueOneBrownTexTemplate()

Templates can be supplied by CLI as before.
Templates can also be specified per Tex() object
2020-10-08 16:55:42 +02:00