From f1db52bbc9f2a27067c8447b5c204212de1f79e8 Mon Sep 17 00:00:00 2001 From: TonyCrane Date: Wed, 28 Jul 2021 15:20:45 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=209df58?= =?UTF-8?q?e4ddfb2301910444003542d701a18556563=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 | 16 +++++++++++++++- _sources/index.rst.txt | 2 +- development/about.html | 6 +++--- development/changelog.html | 22 ++++++++++++++++++---- 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 | 6 +++--- 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 | 9 +++++---- search.html | 6 +++--- searchindex.js | 2 +- 24 files changed, 97 insertions(+), 68 deletions(-) diff --git a/_sources/development/changelog.rst.txt b/_sources/development/changelog.rst.txt index 5fe48f08..8ed21827 100644 --- a/_sources/development/changelog.rst.txt +++ b/_sources/development/changelog.rst.txt @@ -4,6 +4,11 @@ Changelog Unreleased ---------- +No changes + +v1.1.0 +------- + Fixed bugs ^^^^^^^^^^ @@ -17,6 +22,12 @@ Fixed bugs - Fixed the default color of tip - Fixed a typo in ``ShowPassingFlashWithThinningStrokeWidth`` - Fixed the default size of ``Text`` +- Fixed a missing import line in ``mobject.py`` +- Fixed the bug in ControlsExample +- Make sure frame is added to the scene when initialization +- Fixed zooming directions +- Rewrote ``earclip_triangulation`` to fix triangulation +- Allowed sound_file_name to be taken in without extensions New Features ^^^^^^^^^^^^ @@ -42,4 +53,7 @@ New Features - Removed double brace convention in ``Tex`` and ``TexText`` - Added support for debugger launch - Added CLI flag ``--config_file`` to load configuration file manually -- Added ``tip_style`` to ``tip_config`` \ No newline at end of file +- Added ``tip_style`` to ``tip_config`` +- Added ``MarkupText`` +- Take in ``u_range`` and ``v_range`` as arguments to ``ParametricSurface`` +- Added ``TrueDot`` \ No newline at end of file diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt index 4892ec10..fb3fb10d 100644 --- a/_sources/index.rst.txt +++ b/_sources/index.rst.txt @@ -6,7 +6,7 @@ Manim's documentation Manim is an animation engine for explanatory math videos. It's used to create precise animations programmatically, as seen in the videos at `3Blue1Brown `_. -And here is a Chinese version of this documentation: https://manim.wiki/shaders +And here is a Chinese version of this documentation: https://docs.manim.org.cn/shaders .. toctree:: :maxdepth: 2 diff --git a/development/about.html b/development/about.html index 5c3e12d7..d0efa01c 100644 --- a/development/about.html +++ b/development/about.html @@ -9,8 +9,8 @@ - - + +