From 3b721db3d6905e10c0a16103553b2efe43c3897a Mon Sep 17 00:00:00 2001 From: TonyCrane Date: Mon, 14 Feb 2022 11:52:14 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20f29ef?= =?UTF-8?q?87bbaa0a7d3d9a3c8771a898e1c0757f0b5=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sources/development/changelog.rst.txt | 39 ++++++ .../getting_started/configuration.rst.txt | 3 +- development/about.html | 6 +- development/changelog.html | 130 ++++++++++++------ development/contributing.html | 6 +- documentation/animation/index.html | 6 +- documentation/camera/index.html | 6 +- documentation/constants.html | 6 +- documentation/custom_config.html | 6 +- documentation/mobject/index.html | 6 +- documentation/scene/index.html | 6 +- documentation/shaders/index.html | 6 +- documentation/utils/index.html | 6 +- genindex.html | 6 +- getting_started/config.html | 6 +- getting_started/configuration.html | 46 ++++--- getting_started/example_scenes.html | 6 +- getting_started/installation.html | 6 +- getting_started/quickstart.html | 6 +- getting_started/structure.html | 6 +- getting_started/whatsnew.html | 6 +- index.html | 7 +- search.html | 6 +- searchindex.js | 2 +- 24 files changed, 215 insertions(+), 120 deletions(-) diff --git a/_sources/development/changelog.rst.txt b/_sources/development/changelog.rst.txt index f8cb32b0..5026b501 100644 --- a/_sources/development/changelog.rst.txt +++ b/_sources/development/changelog.rst.txt @@ -1,6 +1,45 @@ Changelog ========= +Unreleased +---------- + +Fixed bugs +^^^^^^^^^^ +- `#1740 `__: Bug fix for the case of calling ``Write`` on a null object + + +New Features +^^^^^^^^^^^^ +- `#1725 `__: Added ``TransformMatchingMTex`` +- `#1727 `__: Added ``ImplicitFunction`` +- `#1731 `__: Added ``Polyline`` +- `#1739 `__: Allowed ``Mobject.set_points`` to take in an empty list, and added ``Mobject.add_point`` +- `#1739 `__: Added ``Scene.refresh_locked_data`` +- `#1739 `__: Added presenter mode to scenes with ``-p`` option +- `#1739 `__: Allowed for an embed by hitting ``e`` during interaction +- `#1739 `__: Added ``Mobject.set_min_width/height/depth`` +- `#1739 `__: Allowed ``Mobject.match_coord/x/y/z`` to take in a point + + +Refactor +^^^^^^^^ +- `#1725 `__: Refactored ``MTex`` +- `#1731 `__: Refactored ``SVGMobject`` with svgelements +- `#1739 `__: Made sure ``ParametricCurve`` has at least one point +- `#1739 `__: Set default to no tips on ``Axes`` +- `#1739 `__: Stopped displaying when writing tex string is happening + + +Dependencies +^^^^^^^^^^^^ +- `#1727 `__: Added dependency on ``isosurfaces`` +- `#1728 `__: Removed dependency on ``argparse`` since it's a built-in module +- `#1728 `__: Removed dependency on ``pyreadline`` +- `#1731 `__: Removed dependency on ``cssselect2`` +- `#1731 `__: Added dependency on ``svgelements`` + + v1.4.1 ------ diff --git a/_sources/getting_started/configuration.rst.txt b/_sources/getting_started/configuration.rst.txt index d62fcba3..9b1a147f 100644 --- a/_sources/getting_started/configuration.rst.txt +++ b/_sources/getting_started/configuration.rst.txt @@ -43,6 +43,7 @@ flag abbr function ``--hd`` Render at a 1080p quality ``--uhd`` Render at a 4k quality ``--full_screen`` ``-f`` Show window in full screen +``--presenter_mode`` ``-p`` Scene will stay paused during wait calls until space bar or right arrow is hit, like a slide show ``--save_pngs`` ``-g`` Save each frame as a png ``--save_as_gif`` ``-i`` Save the video as gif ``--transparent`` ``-t`` Render to a movie file with an alpha channel @@ -58,7 +59,7 @@ flag abbr function ``--frame_rate FRAME_RATE`` Frame rate, as an integer ``--color COLOR`` ``-c`` Background color ``--leave_progress_bars`` Leave progress bars displayed in terminal -``--video_dir VIDEO_DIR`` directory to write video +``--video_dir VIDEO_DIR`` Directory to write video ``--config_file CONFIG_FILE`` Path to the custom configuration file ========================================================== ====== ================================================================================================================================================================================================= diff --git a/development/about.html b/development/about.html index f462aad6..9e6a1eb2 100644 --- a/development/about.html +++ b/development/about.html @@ -9,8 +9,8 @@ - - + +