Deploying to gh-pages from @ 3883f57bf8 🚀

This commit is contained in:
TonyCrane 2022-02-04 03:05:11 +00:00
parent b6e88f0dda
commit 4bd0d249bc
23 changed files with 99 additions and 76 deletions

View file

@ -1,6 +1,14 @@
Changelog
=========
v1.4.1
------
Fixed bugs
^^^^^^^^^^
- `#1724 <https://github.com/3b1b/manim/pull/1724>`__: Temporarily fixed boolean operations' bug
- `d2e0811 <https://github.com/3b1b/manim/commit/d2e0811285f7908e71a65e664fec88b1af1c6144>`__: Import ``Iterable`` from ``collections.abc`` instead of ``collections`` which is deprecated since python 3.9
v1.4.0
------

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../_static/styles/default.css?1b4ca873505b41416a136136">
<link rel="stylesheet" href="../_static/pygments.css?1b4ca873505b41416a136136">
<link rel="stylesheet" href="../_static/styles/default.css?1ed57830e75886409dbf046e">
<link rel="stylesheet" href="../_static/pygments.css?1ed57830e75886409dbf046e">
<style>
:root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?1b4ca873505b41416a136136"></script></head>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?1ed57830e75886409dbf046e"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../_static/styles/default.css?bcf12bf5de535caec806a040">
<link rel="stylesheet" href="../_static/pygments.css?bcf12bf5de535caec806a040">
<link rel="stylesheet" href="../_static/styles/default.css?a64db41b9588c4799bb16504">
<link rel="stylesheet" href="../_static/pygments.css?a64db41b9588c4799bb16504">
<style>
:root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?bcf12bf5de535caec806a040"></script></head>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?a64db41b9588c4799bb16504"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -123,11 +123,21 @@
</label>
<section id="changelog">
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h1>
<section id="v1-4-0">
<h2>v1.4.0<a class="headerlink" href="#v1-4-0" title="Permalink to this headline"></a></h2>
<section id="v1-4-1">
<h2>v1.4.1<a class="headerlink" href="#v1-4-1" title="Permalink to this headline"></a></h2>
<section id="fixed-bugs">
<h3>Fixed bugs<a class="headerlink" href="#fixed-bugs" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1724">#1724</a>: Temporarily fixed boolean operations bug</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/d2e0811285f7908e71a65e664fec88b1af1c6144">d2e0811</a>: Import <code class="docutils literal notranslate"><span class="pre">Iterable</span></code> from <code class="docutils literal notranslate"><span class="pre">collections.abc</span></code> instead of <code class="docutils literal notranslate"><span class="pre">collections</span></code> which is deprecated since python 3.9</p></li>
</ul>
</section>
</section>
<section id="v1-4-0">
<h2>v1.4.0<a class="headerlink" href="#v1-4-0" title="Permalink to this headline"></a></h2>
<section id="fixed-bugs-1">
<h3>Fixed bugs<a class="headerlink" href="#fixed-bugs-1" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1697/commits/f1996f8479f9e33d626b3b66e9eb6995ce231d86">f1996f8</a>: Temporarily fixed <code class="docutils literal notranslate"><span class="pre">Lightbulb</span></code></p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1712">#1712</a>: Fixed some bugs of <code class="docutils literal notranslate"><span class="pre">SVGMobject</span></code></p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1717">#1717</a>: Fixed some bugs of SVG path string parser</p></li>
@ -166,8 +176,8 @@
</section>
<section id="v1-3-0">
<h2>v1.3.0<a class="headerlink" href="#v1-3-0" title="Permalink to this headline"></a></h2>
<section id="fixed-bugs-1">
<h3>Fixed bugs<a class="headerlink" href="#fixed-bugs-1" title="Permalink to this headline"></a></h3>
<section id="fixed-bugs-2">
<h3>Fixed bugs<a class="headerlink" href="#fixed-bugs-2" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1653">#1653</a>: Fixed <code class="docutils literal notranslate"><span class="pre">Mobject.stretch_to_fit_depth</span></code></p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1655">#1655</a>: Fixed the bug of rotating camera</p></li>
@ -235,8 +245,8 @@
</section>
<section id="v1-2-0">
<h2>v1.2.0<a class="headerlink" href="#v1-2-0" title="Permalink to this headline"></a></h2>
<section id="fixed-bugs-2">
<h3>Fixed bugs<a class="headerlink" href="#fixed-bugs-2" title="Permalink to this headline"></a></h3>
<section id="fixed-bugs-3">
<h3>Fixed bugs<a class="headerlink" href="#fixed-bugs-3" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1592">#1592</a>: Fixed <code class="docutils literal notranslate"><span class="pre">put_start_and_end_on</span></code> in 3D</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1601">#1601</a>: Fixed <code class="docutils literal notranslate"><span class="pre">DecimalNumber</span></code>s scaling issue</p></li>
@ -296,8 +306,8 @@
</section>
<section id="v1-1-0">
<h2>v1.1.0<a class="headerlink" href="#v1-1-0" title="Permalink to this headline"></a></h2>
<section id="fixed-bugs-3">
<h3>Fixed bugs<a class="headerlink" href="#fixed-bugs-3" title="Permalink to this headline"></a></h3>
<section id="fixed-bugs-4">
<h3>Fixed bugs<a class="headerlink" href="#fixed-bugs-4" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Fixed the bug of <code class="xref py py-func docutils literal notranslate"><span class="pre">resize_with_interpolation()</span></code> in the case of <code class="docutils literal notranslate"><span class="pre">length=0</span></code></p></li>
<li><p>Fixed the bug of <code class="docutils literal notranslate"><span class="pre">__init__</span></code> in <code class="xref py py-class docutils literal notranslate"><span class="pre">Elbow</span></code></p></li>
@ -399,28 +409,32 @@
<div class="toc-tree">
<ul>
<li><a class="reference internal" href="#">Changelog</a><ul>
<li><a class="reference internal" href="#v1-4-0">v1.4.0</a><ul>
<li><a class="reference internal" href="#v1-4-1">v1.4.1</a><ul>
<li><a class="reference internal" href="#fixed-bugs">Fixed bugs</a></li>
</ul>
</li>
<li><a class="reference internal" href="#v1-4-0">v1.4.0</a><ul>
<li><a class="reference internal" href="#fixed-bugs-1">Fixed bugs</a></li>
<li><a class="reference internal" href="#new-features">New Features</a></li>
<li><a class="reference internal" href="#refactor">Refactor</a></li>
<li><a class="reference internal" href="#dependencies">Dependencies</a></li>
</ul>
</li>
<li><a class="reference internal" href="#v1-3-0">v1.3.0</a><ul>
<li><a class="reference internal" href="#fixed-bugs-1">Fixed bugs</a></li>
<li><a class="reference internal" href="#fixed-bugs-2">Fixed bugs</a></li>
<li><a class="reference internal" href="#new-features-1">New Features</a></li>
<li><a class="reference internal" href="#refactor-1">Refactor</a></li>
<li><a class="reference internal" href="#dependencies-1">Dependencies</a></li>
</ul>
</li>
<li><a class="reference internal" href="#v1-2-0">v1.2.0</a><ul>
<li><a class="reference internal" href="#fixed-bugs-2">Fixed bugs</a></li>
<li><a class="reference internal" href="#fixed-bugs-3">Fixed bugs</a></li>
<li><a class="reference internal" href="#new-features-2">New Features</a></li>
<li><a class="reference internal" href="#refactor-2">Refactor</a></li>
</ul>
</li>
<li><a class="reference internal" href="#v1-1-0">v1.1.0</a><ul>
<li><a class="reference internal" href="#fixed-bugs-3">Fixed bugs</a></li>
<li><a class="reference internal" href="#fixed-bugs-4">Fixed bugs</a></li>
<li><a class="reference internal" href="#new-features-3">New Features</a></li>
</ul>
</li>

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../_static/styles/default.css?b110cea38fe4224fed923dc9">
<link rel="stylesheet" href="../_static/pygments.css?b110cea38fe4224fed923dc9">
<link rel="stylesheet" href="../_static/styles/default.css?292d019a18923e69f1d6fcee">
<link rel="stylesheet" href="../_static/pygments.css?292d019a18923e69f1d6fcee">
<style>
:root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?b110cea38fe4224fed923dc9"></script></head>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?292d019a18923e69f1d6fcee"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../../_static/styles/default.css?6e8531e89fe27445f3b4df38">
<link rel="stylesheet" href="../../_static/pygments.css?6e8531e89fe27445f3b4df38">
<link rel="stylesheet" href="../../_static/styles/default.css?73aa97c3e509717ab2ce8c53">
<link rel="stylesheet" href="../../_static/pygments.css?73aa97c3e509717ab2ce8c53">
<style>
:root {
@ -27,7 +27,7 @@
<script src="../../_static/language_data.js" defer></script>
<script src="../../_static/clipboard.min.js"></script>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?6e8531e89fe27445f3b4df38"></script></head>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?73aa97c3e509717ab2ce8c53"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../../_static/styles/default.css?3088526cd48b6bf5d0ff35a0">
<link rel="stylesheet" href="../../_static/pygments.css?3088526cd48b6bf5d0ff35a0">
<link rel="stylesheet" href="../../_static/styles/default.css?3957a10b24ee3a4a118fea6f">
<link rel="stylesheet" href="../../_static/pygments.css?3957a10b24ee3a4a118fea6f">
<style>
:root {
@ -27,7 +27,7 @@
<script src="../../_static/language_data.js" defer></script>
<script src="../../_static/clipboard.min.js"></script>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?3088526cd48b6bf5d0ff35a0"></script></head>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?3957a10b24ee3a4a118fea6f"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../_static/styles/default.css?57448f5dbceba757489a2c15">
<link rel="stylesheet" href="../_static/pygments.css?57448f5dbceba757489a2c15">
<link rel="stylesheet" href="../_static/styles/default.css?dbe4835319f6afc03a2761ca">
<link rel="stylesheet" href="../_static/pygments.css?dbe4835319f6afc03a2761ca">
<style>
:root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?57448f5dbceba757489a2c15"></script></head>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?dbe4835319f6afc03a2761ca"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../_static/styles/default.css?0f4b143027f42f98dd525714">
<link rel="stylesheet" href="../_static/pygments.css?0f4b143027f42f98dd525714">
<link rel="stylesheet" href="../_static/styles/default.css?6227b9542487acd38ddb6195">
<link rel="stylesheet" href="../_static/pygments.css?6227b9542487acd38ddb6195">
<style>
:root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?0f4b143027f42f98dd525714"></script></head>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?6227b9542487acd38ddb6195"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../../_static/styles/default.css?56b4b94b8d8433507ea3cf2f">
<link rel="stylesheet" href="../../_static/pygments.css?56b4b94b8d8433507ea3cf2f">
<link rel="stylesheet" href="../../_static/styles/default.css?b8332a4233a3bee4cf4804ca">
<link rel="stylesheet" href="../../_static/pygments.css?b8332a4233a3bee4cf4804ca">
<style>
:root {
@ -27,7 +27,7 @@
<script src="../../_static/language_data.js" defer></script>
<script src="../../_static/clipboard.min.js"></script>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?56b4b94b8d8433507ea3cf2f"></script></head>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?b8332a4233a3bee4cf4804ca"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../../_static/styles/default.css?b107bae49a400f258932146b">
<link rel="stylesheet" href="../../_static/pygments.css?b107bae49a400f258932146b">
<link rel="stylesheet" href="../../_static/styles/default.css?59320932c114a339b72d46cf">
<link rel="stylesheet" href="../../_static/pygments.css?59320932c114a339b72d46cf">
<style>
:root {
@ -27,7 +27,7 @@
<script src="../../_static/language_data.js" defer></script>
<script src="../../_static/clipboard.min.js"></script>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?b107bae49a400f258932146b"></script></head>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?59320932c114a339b72d46cf"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../../_static/styles/default.css?9fb87413a1fa59dfce6e7548">
<link rel="stylesheet" href="../../_static/pygments.css?9fb87413a1fa59dfce6e7548">
<link rel="stylesheet" href="../../_static/styles/default.css?2cf583bd1f46fb09d36e73e6">
<link rel="stylesheet" href="../../_static/pygments.css?2cf583bd1f46fb09d36e73e6">
<style>
:root {
@ -27,7 +27,7 @@
<script src="../../_static/language_data.js" defer></script>
<script src="../../_static/clipboard.min.js"></script>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?9fb87413a1fa59dfce6e7548"></script></head>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?2cf583bd1f46fb09d36e73e6"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../../_static/styles/default.css?bc8873fb20efcd7553e6231e">
<link rel="stylesheet" href="../../_static/pygments.css?bc8873fb20efcd7553e6231e">
<link rel="stylesheet" href="../../_static/styles/default.css?f4d28335e06fda24d0513fdd">
<link rel="stylesheet" href="../../_static/pygments.css?f4d28335e06fda24d0513fdd">
<style>
:root {
@ -27,7 +27,7 @@
<script src="../../_static/language_data.js" defer></script>
<script src="../../_static/clipboard.min.js"></script>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?bc8873fb20efcd7553e6231e"></script></head>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?f4d28335e06fda24d0513fdd"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -8,8 +8,8 @@
<link rel="stylesheet" href="_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="_static/styles/default.css?9f7ace8cafe4c21e06b95f7e">
<link rel="stylesheet" href="_static/pygments.css?9f7ace8cafe4c21e06b95f7e">
<link rel="stylesheet" href="_static/styles/default.css?ed45ee4539e509bfc41dc473">
<link rel="stylesheet" href="_static/pygments.css?ed45ee4539e509bfc41dc473">
<style>
:root {
@ -26,7 +26,7 @@
<script src="_static/language_data.js" defer></script>
<script src="_static/clipboard.min.js"></script>
<script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?9f7ace8cafe4c21e06b95f7e"></script></head>
<script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?ed45ee4539e509bfc41dc473"></script></head>
<body dir="">
</body>

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../_static/styles/default.css?2c3ea42eae157ffb86fe4b4a">
<link rel="stylesheet" href="../_static/pygments.css?2c3ea42eae157ffb86fe4b4a">
<link rel="stylesheet" href="../_static/styles/default.css?1f7c770c067c155ea30cc36a">
<link rel="stylesheet" href="../_static/pygments.css?1f7c770c067c155ea30cc36a">
<style>
:root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?2c3ea42eae157ffb86fe4b4a"></script></head>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?1f7c770c067c155ea30cc36a"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../_static/styles/default.css?f3d89c2abf588b97d8881833">
<link rel="stylesheet" href="../_static/pygments.css?f3d89c2abf588b97d8881833">
<link rel="stylesheet" href="../_static/styles/default.css?38df5aa01be09e18b614b447">
<link rel="stylesheet" href="../_static/pygments.css?38df5aa01be09e18b614b447">
<style>
:root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?f3d89c2abf588b97d8881833"></script></head>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?38df5aa01be09e18b614b447"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../_static/styles/default.css?c852dfb803e7bfc4a87eb854">
<link rel="stylesheet" href="../_static/pygments.css?c852dfb803e7bfc4a87eb854">
<link rel="stylesheet" href="../_static/styles/default.css?d4cf118c45c212a69497b2d5">
<link rel="stylesheet" href="../_static/pygments.css?d4cf118c45c212a69497b2d5">
<style>
:root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?c852dfb803e7bfc4a87eb854"></script></head>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?d4cf118c45c212a69497b2d5"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../_static/styles/default.css?14baa34c2c3359187e3325ef">
<link rel="stylesheet" href="../_static/pygments.css?14baa34c2c3359187e3325ef">
<link rel="stylesheet" href="../_static/styles/default.css?cc512cca9612ecd4861dc3d1">
<link rel="stylesheet" href="../_static/pygments.css?cc512cca9612ecd4861dc3d1">
<style>
:root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?14baa34c2c3359187e3325ef"></script></head>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?cc512cca9612ecd4861dc3d1"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../_static/styles/default.css?9ed184bda0a5b8e9e4e7d13e">
<link rel="stylesheet" href="../_static/pygments.css?9ed184bda0a5b8e9e4e7d13e">
<link rel="stylesheet" href="../_static/styles/default.css?9ee05122665d6175ac476623">
<link rel="stylesheet" href="../_static/pygments.css?9ee05122665d6175ac476623">
<style>
:root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?9ed184bda0a5b8e9e4e7d13e"></script></head>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?9ee05122665d6175ac476623"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../_static/styles/default.css?5466d4d8986eb45898359204">
<link rel="stylesheet" href="../_static/pygments.css?5466d4d8986eb45898359204">
<link rel="stylesheet" href="../_static/styles/default.css?64174d93310d48b0c9c512ea">
<link rel="stylesheet" href="../_static/pygments.css?64174d93310d48b0c9c512ea">
<style>
:root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?5466d4d8986eb45898359204"></script></head>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?64174d93310d48b0c9c512ea"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../_static/styles/default.css?aaf47ffcb277da4b208369e4">
<link rel="stylesheet" href="../_static/pygments.css?aaf47ffcb277da4b208369e4">
<link rel="stylesheet" href="../_static/styles/default.css?2f67ea629fa46544571a8e27">
<link rel="stylesheet" href="../_static/pygments.css?2f67ea629fa46544571a8e27">
<style>
:root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?aaf47ffcb277da4b208369e4"></script></head>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?2f67ea629fa46544571a8e27"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="_static/styles/default.css?3d4be1cba9136bc0719ab90a">
<link rel="stylesheet" href="_static/pygments.css?3d4be1cba9136bc0719ab90a">
<link rel="stylesheet" href="_static/styles/default.css?9f95ad03fe49b3691588fb15">
<link rel="stylesheet" href="_static/pygments.css?9f95ad03fe49b3691588fb15">
<style>
:root {
@ -27,7 +27,7 @@
<script src="_static/language_data.js" defer></script>
<script src="_static/clipboard.min.js"></script>
<script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?3d4be1cba9136bc0719ab90a"></script></head>
<script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?9f95ad03fe49b3691588fb15"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -208,6 +208,7 @@ at <a class="reference external" href="https://www.3blue1brown.com/">3Blue1Brown
<p><span class="caption-text">Development</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="development/changelog.html">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="development/changelog.html#v1-4-1">v1.4.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="development/changelog.html#v1-4-0">v1.4.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="development/changelog.html#v1-3-0">v1.3.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="development/changelog.html#v1-2-0">v1.2.0</a></li>

View file

@ -6,8 +6,8 @@
<link rel="shortcut icon" href="_static/icon.png"/><meta name="generator" content="sphinx-3.0.3, furo 2020.10.05.beta9"/><title>Search - manim documentation</title><link rel="stylesheet" href="_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="_static/styles/default.css?fddd95516c73f78550c7aaac">
<link rel="stylesheet" href="_static/pygments.css?fddd95516c73f78550c7aaac">
<link rel="stylesheet" href="_static/styles/default.css?81acd549be5f55020a74f943">
<link rel="stylesheet" href="_static/pygments.css?81acd549be5f55020a74f943">
<style>
:root {
@ -25,7 +25,7 @@
<script src="_static/clipboard.min.js"></script>
<script src="_static/copybutton.js"></script>
<script src="_static/searchtools.js" defer></script><script src="_static/scripts/main.js?fddd95516c73f78550c7aaac"></script></head>
<script src="_static/searchtools.js" defer></script><script src="_static/scripts/main.js?81acd549be5f55020a74f943"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

File diff suppressed because one or more lines are too long