mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Deploying to gh-pages from @ 0021880fba
🚀
This commit is contained in:
parent
a0f9a15ac2
commit
56cf0bcd4e
23 changed files with 123 additions and 72 deletions
|
@ -4,7 +4,28 @@ Changelog
|
|||
Unreleased
|
||||
----------
|
||||
|
||||
No changes
|
||||
Fixed bugs
|
||||
^^^^^^^^^^
|
||||
|
||||
- `#1592 <https://github.com/3b1b/manim/pull/1592>`__: Fixed ``put_start_and_end_on`` in 3D
|
||||
- `#1601 <https://github.com/3b1b/manim/pull/1601>`__: Fixed ``DecimalNumber``'s scaling issue
|
||||
|
||||
New Features
|
||||
^^^^^^^^^^^^
|
||||
|
||||
- `#1598 <https://github.com/3b1b/manim/pull/1598>`__: Supported the elliptical arc command ``A`` for ``SVGMobject``
|
||||
- `#1607 <https://github.com/3b1b/manim/pull/1607>`__: Added ``FlashyFadeIn``
|
||||
- `#1607 <https://github.com/3b1b/manim/pull/1607>`__: Save triangulation
|
||||
- `#1625 <https://github.com/3b1b/manim/pull/1625>`__: Added new ``Code`` mobject
|
||||
- `bd356da <https://github.com/3b1b/manim/commit/bd356daa99bfe3134fcb192a5f72e0d76d853801>`__: Added ``VCube``
|
||||
- `6d72893 <https://github.com/3b1b/manim/commit/6d7289338234acc6658b9377c0f0084aa1fa7119>`__: Supported ``ValueTracker`` to track vectors
|
||||
|
||||
Refactor
|
||||
^^^^^^^^
|
||||
|
||||
- `#1601 <https://github.com/3b1b/manim/pull/1601>`__: Change back to simpler ``Mobject.scale`` implementation
|
||||
- `b667db2 <https://github.com/3b1b/manim/commit/b667db2d311a11cbbca2a6ff511d2c3cf1675486>`__: Simplify ``Square``
|
||||
- `40290ad <https://github.com/3b1b/manim/commit/40290ada8343f10901fa9151cbdf84689667786d>`__: Removed unused parameter ``triangulation_locked``
|
||||
|
||||
v1.1.0
|
||||
-------
|
||||
|
|
|
@ -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?b8141bf358897b5d36a8a434">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?b8141bf358897b5d36a8a434">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?9a37d898d8fd94ab1a15c949">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?9a37d898d8fd94ab1a15c949">
|
||||
|
||||
<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?b8141bf358897b5d36a8a434"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?9a37d898d8fd94ab1a15c949"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -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?46b545885735e8b04cf9eaf2">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?46b545885735e8b04cf9eaf2">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?6c8acc2bf727c7a8c7bd7f34">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?6c8acc2bf727c7a8c7bd7f34">
|
||||
|
||||
<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?46b545885735e8b04cf9eaf2"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?6c8acc2bf727c7a8c7bd7f34"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
@ -125,12 +125,37 @@
|
|||
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline">¶</a></h1>
|
||||
<section id="unreleased">
|
||||
<h2>Unreleased<a class="headerlink" href="#unreleased" title="Permalink to this headline">¶</a></h2>
|
||||
<p>No changes</p>
|
||||
<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/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>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="new-features">
|
||||
<h3>New Features<a class="headerlink" href="#new-features" title="Permalink to this headline">¶</a></h3>
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1598">#1598</a>: Supported the elliptical arc command <code class="docutils literal notranslate"><span class="pre">A</span></code> for <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/1607">#1607</a>: Added <code class="docutils literal notranslate"><span class="pre">FlashyFadeIn</span></code></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1607">#1607</a>: Save triangulation</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1625">#1625</a>: Added new <code class="docutils literal notranslate"><span class="pre">Code</span></code> mobject</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/bd356daa99bfe3134fcb192a5f72e0d76d853801">bd356da</a>: Added <code class="docutils literal notranslate"><span class="pre">VCube</span></code></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/6d7289338234acc6658b9377c0f0084aa1fa7119">6d72893</a>: Supported <code class="docutils literal notranslate"><span class="pre">ValueTracker</span></code> to track vectors</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="refactor">
|
||||
<h3>Refactor<a class="headerlink" href="#refactor" title="Permalink to this headline">¶</a></h3>
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1601">#1601</a>: Change back to simpler <code class="docutils literal notranslate"><span class="pre">Mobject.scale</span></code> implementation</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/b667db2d311a11cbbca2a6ff511d2c3cf1675486">b667db2</a>: Simplify <code class="docutils literal notranslate"><span class="pre">Square</span></code></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/40290ada8343f10901fa9151cbdf84689667786d">40290ad</a>: Removed unused parameter <code class="docutils literal notranslate"><span class="pre">triangulation_locked</span></code></p></li>
|
||||
</ul>
|
||||
</section>
|
||||
</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">
|
||||
<h3>Fixed bugs<a class="headerlink" href="#fixed-bugs" title="Permalink to this headline">¶</a></h3>
|
||||
<section id="id1">
|
||||
<h3>Fixed bugs<a class="headerlink" href="#id1" 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>
|
||||
|
@ -150,8 +175,8 @@
|
|||
<li><p>Allowed sound_file_name to be taken in without extensions</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="new-features">
|
||||
<h3>New Features<a class="headerlink" href="#new-features" title="Permalink to this headline">¶</a></h3>
|
||||
<section id="id2">
|
||||
<h3>New Features<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
|
||||
<ul class="simple">
|
||||
<li><p>Added <code class="xref py py-class docutils literal notranslate"><span class="pre">VShowPassingFlash</span></code></p></li>
|
||||
<li><p>Added <code class="docutils literal notranslate"><span class="pre">COLORMAP_3B1B</span></code></p></li>
|
||||
|
@ -232,10 +257,15 @@
|
|||
<div class="toc-tree">
|
||||
<ul>
|
||||
<li><a class="reference internal" href="#">Changelog</a><ul>
|
||||
<li><a class="reference internal" href="#unreleased">Unreleased</a></li>
|
||||
<li><a class="reference internal" href="#v1-1-0">v1.1.0</a><ul>
|
||||
<li><a class="reference internal" href="#unreleased">Unreleased</a><ul>
|
||||
<li><a class="reference internal" href="#fixed-bugs">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>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a class="reference internal" href="#v1-1-0">v1.1.0</a><ul>
|
||||
<li><a class="reference internal" href="#id1">Fixed bugs</a></li>
|
||||
<li><a class="reference internal" href="#id2">New Features</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -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?a77cea6e7057f26f42e998c8">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?a77cea6e7057f26f42e998c8">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?b496e3f01b403befc9419775">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?b496e3f01b403befc9419775">
|
||||
|
||||
<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?a77cea6e7057f26f42e998c8"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?b496e3f01b403befc9419775"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -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?9f01058b4209351448bda06d">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?9f01058b4209351448bda06d">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?0a588d4292eeba45433d6410">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?0a588d4292eeba45433d6410">
|
||||
|
||||
<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?9f01058b4209351448bda06d"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?0a588d4292eeba45433d6410"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -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?31268e0e3d902eaf4f180be5">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?31268e0e3d902eaf4f180be5">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?29cafc7b2b16bc9a103e1642">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?29cafc7b2b16bc9a103e1642">
|
||||
|
||||
<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?31268e0e3d902eaf4f180be5"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?29cafc7b2b16bc9a103e1642"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -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?fe4c1639fc9e660067e6c142">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?fe4c1639fc9e660067e6c142">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?cfa48a924b40335764994e0a">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?cfa48a924b40335764994e0a">
|
||||
|
||||
<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?fe4c1639fc9e660067e6c142"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?cfa48a924b40335764994e0a"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -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?6785ed6221c2cbda627e8e82">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?6785ed6221c2cbda627e8e82">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?3c38a5abb2ef7dd995c5aade">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?3c38a5abb2ef7dd995c5aade">
|
||||
|
||||
<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?6785ed6221c2cbda627e8e82"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?3c38a5abb2ef7dd995c5aade"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -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?0faca45ce995c8a5b6fff538">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?0faca45ce995c8a5b6fff538">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?49f2deb753205ef73ab7c4bf">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?49f2deb753205ef73ab7c4bf">
|
||||
|
||||
<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?0faca45ce995c8a5b6fff538"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?49f2deb753205ef73ab7c4bf"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -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?5019a399541256fa6d008712">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?5019a399541256fa6d008712">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?e9b6f23f29f51329044c63fa">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?e9b6f23f29f51329044c63fa">
|
||||
|
||||
<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?5019a399541256fa6d008712"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?e9b6f23f29f51329044c63fa"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -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?b22b8a22f4ccfa6fa64507ea">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?b22b8a22f4ccfa6fa64507ea">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?77e1dd03cd6002a1a5c43ac9">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?77e1dd03cd6002a1a5c43ac9">
|
||||
|
||||
<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?b22b8a22f4ccfa6fa64507ea"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?77e1dd03cd6002a1a5c43ac9"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -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?4c496b1cd5e1f44e62411678">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?4c496b1cd5e1f44e62411678">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?4a4202e182a48f36a4e212fe">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?4a4202e182a48f36a4e212fe">
|
||||
|
||||
<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?4c496b1cd5e1f44e62411678"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?4a4202e182a48f36a4e212fe"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -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?0b6e578f2c0d2ba7044e542f">
|
||||
<link rel="stylesheet" href="_static/pygments.css?0b6e578f2c0d2ba7044e542f">
|
||||
<link rel="stylesheet" href="_static/styles/default.css?ee6c82a5d6d389feb3acbc5f">
|
||||
<link rel="stylesheet" href="_static/pygments.css?ee6c82a5d6d389feb3acbc5f">
|
||||
|
||||
<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?0b6e578f2c0d2ba7044e542f"></script></head>
|
||||
<script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?ee6c82a5d6d389feb3acbc5f"></script></head>
|
||||
<body dir="">
|
||||
|
||||
</body>
|
||||
|
|
|
@ -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?90314d421240bae1c8bdf7c3">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?90314d421240bae1c8bdf7c3">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?a878b67f5e99b04ddfb13497">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?a878b67f5e99b04ddfb13497">
|
||||
|
||||
<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?90314d421240bae1c8bdf7c3"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?a878b67f5e99b04ddfb13497"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -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?66758d05679a779a47cecfe2">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?66758d05679a779a47cecfe2">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?02d6cbd30e092ba177ba2060">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?02d6cbd30e092ba177ba2060">
|
||||
|
||||
<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?66758d05679a779a47cecfe2"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?02d6cbd30e092ba177ba2060"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -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?28416ae9c1c253fc36540414">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?28416ae9c1c253fc36540414">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?4bf43fd4837c9b76cb0129a8">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?4bf43fd4837c9b76cb0129a8">
|
||||
|
||||
<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?28416ae9c1c253fc36540414"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?4bf43fd4837c9b76cb0129a8"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -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?e362059bff59104eccc26eab">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?e362059bff59104eccc26eab">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?ecbd85fb6461698b91d93efd">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?ecbd85fb6461698b91d93efd">
|
||||
|
||||
<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?e362059bff59104eccc26eab"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?ecbd85fb6461698b91d93efd"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -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?d97caf74499d4f23cd27236e">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?d97caf74499d4f23cd27236e">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?b33799633d52f3809760256e">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?b33799633d52f3809760256e">
|
||||
|
||||
<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?d97caf74499d4f23cd27236e"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?b33799633d52f3809760256e"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -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?4dce7344efb676eb84549b80">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?4dce7344efb676eb84549b80">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?365fbc1f5850d440c6a16fef">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?365fbc1f5850d440c6a16fef">
|
||||
|
||||
<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?4dce7344efb676eb84549b80"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?365fbc1f5850d440c6a16fef"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -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?cb41d4d38f760e76f5c960ab">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?cb41d4d38f760e76f5c960ab">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?c0d97e03fce29fb3caa8b223">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?c0d97e03fce29fb3caa8b223">
|
||||
|
||||
<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?cb41d4d38f760e76f5c960ab"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?c0d97e03fce29fb3caa8b223"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -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?219a37eba8cba654486c73c1">
|
||||
<link rel="stylesheet" href="_static/pygments.css?219a37eba8cba654486c73c1">
|
||||
<link rel="stylesheet" href="_static/styles/default.css?2e0ae0308fd046612d1f251f">
|
||||
<link rel="stylesheet" href="_static/pygments.css?2e0ae0308fd046612d1f251f">
|
||||
|
||||
<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?219a37eba8cba654486c73c1"></script></head>
|
||||
<script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?2e0ae0308fd046612d1f251f"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -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?7078a8a56450ea29ecba469a">
|
||||
<link rel="stylesheet" href="_static/pygments.css?7078a8a56450ea29ecba469a">
|
||||
<link rel="stylesheet" href="_static/styles/default.css?11ca0a570d6b5e3266b142ee">
|
||||
<link rel="stylesheet" href="_static/pygments.css?11ca0a570d6b5e3266b142ee">
|
||||
|
||||
<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?7078a8a56450ea29ecba469a"></script></head>
|
||||
<script src="_static/searchtools.js" defer></script><script src="_static/scripts/main.js?11ca0a570d6b5e3266b142ee"></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
Loading…
Add table
Reference in a new issue