Skip to content

Commit 0ebcf76

Browse files
kolibril13leotrs
andauthored
Update docs/source/changelog.rst
Co-authored-by: Leo Torres <[email protected]>
1 parent a03be39 commit 0ebcf76

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/source/changelog.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ Config system
4242
#. Implement a :code:`manim.cfg` config file system, that consolidates the global configuration, the command line argument parsing, and some of the constants defined in :code:`constants.py`
4343
#. Added utilities for manipulating Manim’s :code:`.cfg` files.
4444
#. Added a subcommand structure for easier use of utilities managing :code:`.cfg` files
45-
#. Also some Variables changed to the new config system:
46-
#. `FRAME_HEIGHT` to `config["frame_width"]`
47-
#. `TOP` to `config["frame_height"] / 2 * UP`
48-
#. `BOTTOM` to `config["frame_height"] / 2 * DOWN`
49-
#. `LEFT_SIDE` to `config["frame_width"] / 2 * LEFT`
50-
#. `RIGHT_SIDE` to `config["frame_width"] / 2 * RIGHT`
51-
#. `self.camera.frame_rate` to `config["frame_rate"]`
45+
#. Also some variables have been moved from constants.py to the new config system:
46+
#. ``FRAME_HEIGHT`` to ``config["frame_width"]``
47+
#. ``TOP`` to ``config["frame_height"] / 2 * UP``
48+
#. ``BOTTOM`` to ``config["frame_height"] / 2 * DOWN``
49+
#. ``LEFT_SIDE`` to ``config["frame_width"] / 2 * LEFT``
50+
#. ``RIGHT_SIDE`` to ``config["frame_width"] / 2 * RIGHT``
51+
#. ``self.camera.frame_rate`` to ``config["frame_rate"]``
5252

5353

5454

0 commit comments

Comments
 (0)