Rename config_ops -> dict_ops

This commit is contained in:
Grant Sanderson
2022-12-16 18:59:23 -08:00
parent ef0999cc09
commit c00af3c1bf
7 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@ What's CONFIG
``CONFIG`` dictionary is a feature of manim, which facilitates the inheritance
and modification of parameters between parent and child classes.
| ``CONFIG`` dictionary 's processing is in ``manimlib/utils/config_ops.py``
| ``CONFIG`` dictionary 's processing is in ``manimlib/utils/dict_ops.py``
| It can convert the key-value pairs in the ``CONFIG`` dictionary into class attributes and values
Generally, the first line of the ``.__init__()`` method in some basic class (``Mobject``, ``Animation``,

View File

@ -96,7 +96,7 @@ Below is the directory structure of manim:
└── utils/ # Some useful utility functions
├── bezier.py # For bezier curve
├── color.py # For color
├── config_ops.py # Process CONFIG
├── dict_ops.py # Functions related to dictionary processing
├── customization.py # Read from custom_config.yml
├── debug.py # Utilities for debugging in program
├── directories.py # Read directories from config file