mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Deploying to gh-pages from @ d31f3df5af
🚀
This commit is contained in:
parent
8f9bfa568c
commit
450948bde2
23 changed files with 70 additions and 66 deletions
|
@ -23,6 +23,7 @@ New features
|
|||
- Added a basic ``Prismify`` to turn a flat ``VMobject`` into something with depth (`#1764 <https://github.com/3b1b/manim/pull/1764/commits/f249da95fb65ed5495cd1db1f12ece7e90061af6>`__)
|
||||
- Added ``GlowDots``, analogous to ``GlowDot`` (`#1764 <https://github.com/3b1b/manim/pull/1764/commits/e19f35585d817e74b40bc30b1ab7cee84b24da05>`__)
|
||||
- Added ``TransformMatchingStrings`` which is compatible with ``Text`` and ``MTex`` (`#1772 <https://github.com/3b1b/manim/pull/1772>`__)
|
||||
- Added support for ``substring`` and ``case_sensitive`` parameters for ``LabelledString.get_parts_by_string`` (`#1780 <https://github.com/3b1b/manim/pull/1780>`__)
|
||||
|
||||
|
||||
Refactor
|
||||
|
@ -31,7 +32,7 @@ Refactor
|
|||
- Specifid UTF-8 encoding for tex files (`#1748 <https://github.com/3b1b/manim/pull/1748>`__)
|
||||
- Refactored ``Text`` with the latest manimpango (`#1751 <https://github.com/3b1b/manim/pull/1751>`__)
|
||||
- Reorganized getters for ``ParametricCurve`` (`#1757 <https://github.com/3b1b/manim/pull/1757>`__)
|
||||
- Refactored ``CameraFrame`` to use ``scipy.spatial.transform.Rotation `` (`#1764 <https://github.com/3b1b/manim/pull/1764/commits/625460467fdc01fc1b6621cbb3d2612195daedb9>`__)
|
||||
- Refactored ``CameraFrame`` to use ``scipy.spatial.transform.Rotation`` (`#1764 <https://github.com/3b1b/manim/pull/1764/commits/625460467fdc01fc1b6621cbb3d2612195daedb9>`__)
|
||||
- Refactored rotation methods to use ``scipy.spatial.transform.Rotation`` (`#1764 <https://github.com/3b1b/manim/pull/1764/commits/7bf3615bb15cc6d15506d48ac800a23313054c8e>`__)
|
||||
- Used ``stroke_color`` to init ``Arrow`` (`#1764 <https://github.com/3b1b/manim/pull/1764/commits/c0b7b55e49f06b75ae133b5a810bebc28c212cd6>`__)
|
||||
- Refactored ``Mobject.set_rgba_array_by_color`` (`#1764 <https://github.com/3b1b/manim/pull/1764/commits/8b1f0a8749d91eeda4b674ed156cbc7f8e1e48a8>`__)
|
||||
|
@ -43,6 +44,7 @@ Refactor
|
|||
- Refactored ``VCube`` (`#1770 <https://github.com/3b1b/manim/pull/1770/commits/0f8d7ed59751d42d5011813ba5694ecb506082f7>`__)
|
||||
- Refactored ``Prism`` to receive ``width height depth`` instead of ``dimensions`` (`#1770 <https://github.com/3b1b/manim/pull/1770/commits/0f8d7ed59751d42d5011813ba5694ecb506082f7>`__)
|
||||
- Refactored ``Text``, ``MarkupText`` and ``MTex`` based on ``LabelledString`` (`#1772 <https://github.com/3b1b/manim/pull/1772>`__)
|
||||
- Refactored ``LabelledString`` and relevant classes (`#1779 <https://github.com/3b1b/manim/pull/1779>`__)
|
||||
|
||||
|
||||
v1.5.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?6a5ff8a6696a6bab9ccf5783">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?6a5ff8a6696a6bab9ccf5783">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?013c12393a3fc198d9d1a77b">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?013c12393a3fc198d9d1a77b">
|
||||
|
||||
<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?6a5ff8a6696a6bab9ccf5783"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?013c12393a3fc198d9d1a77b"></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?07012313fac244023c5ed284">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?07012313fac244023c5ed284">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?d581e1fd04a09a70a84ea84e">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?d581e1fd04a09a70a84ea84e">
|
||||
|
||||
<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?07012313fac244023c5ed284"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?d581e1fd04a09a70a84ea84e"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
@ -148,6 +148,7 @@
|
|||
<li><p>Added a basic <code class="docutils literal notranslate"><span class="pre">Prismify</span></code> to turn a flat <code class="docutils literal notranslate"><span class="pre">VMobject</span></code> into something with depth (<a class="reference external" href="https://github.com/3b1b/manim/pull/1764/commits/f249da95fb65ed5495cd1db1f12ece7e90061af6">#1764</a>)</p></li>
|
||||
<li><p>Added <code class="docutils literal notranslate"><span class="pre">GlowDots</span></code>, analogous to <code class="docutils literal notranslate"><span class="pre">GlowDot</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1764/commits/e19f35585d817e74b40bc30b1ab7cee84b24da05">#1764</a>)</p></li>
|
||||
<li><p>Added <code class="docutils literal notranslate"><span class="pre">TransformMatchingStrings</span></code> which is compatible with <code class="docutils literal notranslate"><span class="pre">Text</span></code> and <code class="docutils literal notranslate"><span class="pre">MTex</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1772">#1772</a>)</p></li>
|
||||
<li><p>Added support for <code class="docutils literal notranslate"><span class="pre">substring</span></code> and <code class="docutils literal notranslate"><span class="pre">case_sensitive</span></code> parameters for <code class="docutils literal notranslate"><span class="pre">LabelledString.get_parts_by_string</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1780">#1780</a>)</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="refactor">
|
||||
|
@ -157,7 +158,7 @@
|
|||
<li><p>Specifid UTF-8 encoding for tex files (<a class="reference external" href="https://github.com/3b1b/manim/pull/1748">#1748</a>)</p></li>
|
||||
<li><p>Refactored <code class="docutils literal notranslate"><span class="pre">Text</span></code> with the latest manimpango (<a class="reference external" href="https://github.com/3b1b/manim/pull/1751">#1751</a>)</p></li>
|
||||
<li><p>Reorganized getters for <code class="docutils literal notranslate"><span class="pre">ParametricCurve</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1757">#1757</a>)</p></li>
|
||||
<li><p>Refactored <code class="docutils literal notranslate"><span class="pre">CameraFrame</span></code> to use <a href="#system-message-1"><span class="problematic" id="problematic-1">``</span></a>scipy.spatial.transform.Rotation `` (<a class="reference external" href="https://github.com/3b1b/manim/pull/1764/commits/625460467fdc01fc1b6621cbb3d2612195daedb9">#1764</a>)</p></li>
|
||||
<li><p>Refactored <code class="docutils literal notranslate"><span class="pre">CameraFrame</span></code> to use <code class="docutils literal notranslate"><span class="pre">scipy.spatial.transform.Rotation</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1764/commits/625460467fdc01fc1b6621cbb3d2612195daedb9">#1764</a>)</p></li>
|
||||
<li><p>Refactored rotation methods to use <code class="docutils literal notranslate"><span class="pre">scipy.spatial.transform.Rotation</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1764/commits/7bf3615bb15cc6d15506d48ac800a23313054c8e">#1764</a>)</p></li>
|
||||
<li><p>Used <code class="docutils literal notranslate"><span class="pre">stroke_color</span></code> to init <code class="docutils literal notranslate"><span class="pre">Arrow</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1764/commits/c0b7b55e49f06b75ae133b5a810bebc28c212cd6">#1764</a>)</p></li>
|
||||
<li><p>Refactored <code class="docutils literal notranslate"><span class="pre">Mobject.set_rgba_array_by_color</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1764/commits/8b1f0a8749d91eeda4b674ed156cbc7f8e1e48a8">#1764</a>)</p></li>
|
||||
|
@ -169,6 +170,7 @@
|
|||
<li><p>Refactored <code class="docutils literal notranslate"><span class="pre">VCube</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1770/commits/0f8d7ed59751d42d5011813ba5694ecb506082f7">#1770</a>)</p></li>
|
||||
<li><p>Refactored <code class="docutils literal notranslate"><span class="pre">Prism</span></code> to receive <code class="docutils literal notranslate"><span class="pre">width</span> <span class="pre">height</span> <span class="pre">depth</span></code> instead of <code class="docutils literal notranslate"><span class="pre">dimensions</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1770/commits/0f8d7ed59751d42d5011813ba5694ecb506082f7">#1770</a>)</p></li>
|
||||
<li><p>Refactored <code class="docutils literal notranslate"><span class="pre">Text</span></code>, <code class="docutils literal notranslate"><span class="pre">MarkupText</span></code> and <code class="docutils literal notranslate"><span class="pre">MTex</span></code> based on <code class="docutils literal notranslate"><span class="pre">LabelledString</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1772">#1772</a>)</p></li>
|
||||
<li><p>Refactored <code class="docutils literal notranslate"><span class="pre">LabelledString</span></code> and relevant classes (<a class="reference external" href="https://github.com/3b1b/manim/pull/1779">#1779</a>)</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
|
|
|
@ -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?c25e7c524d2ced0c6c9aac25">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?c25e7c524d2ced0c6c9aac25">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?fa675743f6977fe372676175">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?fa675743f6977fe372676175">
|
||||
|
||||
<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?c25e7c524d2ced0c6c9aac25"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?fa675743f6977fe372676175"></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?5786a38f286d5fdae1768a4b">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?5786a38f286d5fdae1768a4b">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?e689eda3351299878e1a078c">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?e689eda3351299878e1a078c">
|
||||
|
||||
<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?5786a38f286d5fdae1768a4b"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?e689eda3351299878e1a078c"></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?47e80bf1a10b7d94443b10e1">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?47e80bf1a10b7d94443b10e1">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?80d769f33579bd72b6cf2f9a">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?80d769f33579bd72b6cf2f9a">
|
||||
|
||||
<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?47e80bf1a10b7d94443b10e1"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?80d769f33579bd72b6cf2f9a"></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?ccd95efa3d3de7a91229cfbc">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?ccd95efa3d3de7a91229cfbc">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?e9676ed0a83e4a1d17754ceb">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?e9676ed0a83e4a1d17754ceb">
|
||||
|
||||
<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?ccd95efa3d3de7a91229cfbc"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?e9676ed0a83e4a1d17754ceb"></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?22ac90113b8644b858e3c9c6">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?22ac90113b8644b858e3c9c6">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?54b2952820f7a17cf4b3755b">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?54b2952820f7a17cf4b3755b">
|
||||
|
||||
<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?22ac90113b8644b858e3c9c6"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?54b2952820f7a17cf4b3755b"></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?a632b8dd916d3389caf0bcc1">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?a632b8dd916d3389caf0bcc1">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?9e36ccf316fe1a054577f334">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?9e36ccf316fe1a054577f334">
|
||||
|
||||
<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?a632b8dd916d3389caf0bcc1"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?9e36ccf316fe1a054577f334"></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?228d2df39e39b1e61be2bc7e">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?228d2df39e39b1e61be2bc7e">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?2cd5b3e07dde86c241326967">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?2cd5b3e07dde86c241326967">
|
||||
|
||||
<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?228d2df39e39b1e61be2bc7e"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?2cd5b3e07dde86c241326967"></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?ddf553e90ae607be80fd636e">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?ddf553e90ae607be80fd636e">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?29fda45dea6b5a3061bf2ca3">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?29fda45dea6b5a3061bf2ca3">
|
||||
|
||||
<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?ddf553e90ae607be80fd636e"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?29fda45dea6b5a3061bf2ca3"></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?06bf4744e7533090e011f739">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?06bf4744e7533090e011f739">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?b286c35d1c776e392fa0c788">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?b286c35d1c776e392fa0c788">
|
||||
|
||||
<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?06bf4744e7533090e011f739"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?b286c35d1c776e392fa0c788"></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?a4fa1db0956e29aa670e53b1">
|
||||
<link rel="stylesheet" href="_static/pygments.css?a4fa1db0956e29aa670e53b1">
|
||||
<link rel="stylesheet" href="_static/styles/default.css?98b3740157beeed0a811729b">
|
||||
<link rel="stylesheet" href="_static/pygments.css?98b3740157beeed0a811729b">
|
||||
|
||||
<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?a4fa1db0956e29aa670e53b1"></script></head>
|
||||
<script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?98b3740157beeed0a811729b"></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?45e6e8d9808d4733bbe90683">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?45e6e8d9808d4733bbe90683">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?45bae16295e8eca260b51155">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?45bae16295e8eca260b51155">
|
||||
|
||||
<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?45e6e8d9808d4733bbe90683"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?45bae16295e8eca260b51155"></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?118b47a347b28ad85ac7ad0e">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?118b47a347b28ad85ac7ad0e">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?b6a6cb721c33eea04dec0f2d">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?b6a6cb721c33eea04dec0f2d">
|
||||
|
||||
<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?118b47a347b28ad85ac7ad0e"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?b6a6cb721c33eea04dec0f2d"></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?720e31f2751e6e88f59936d5">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?720e31f2751e6e88f59936d5">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?ec98fdd8ae60e35e7977f2df">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?ec98fdd8ae60e35e7977f2df">
|
||||
|
||||
<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?720e31f2751e6e88f59936d5"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?ec98fdd8ae60e35e7977f2df"></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?ccd2be6a9ccb9254bf663540">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?ccd2be6a9ccb9254bf663540">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?74d213036b40d56a5fc5909a">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?74d213036b40d56a5fc5909a">
|
||||
|
||||
<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?ccd2be6a9ccb9254bf663540"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?74d213036b40d56a5fc5909a"></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?36bc615ff1c9684e88240fb9">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?36bc615ff1c9684e88240fb9">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?3f276821e1299617946b8fe5">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?3f276821e1299617946b8fe5">
|
||||
|
||||
<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?36bc615ff1c9684e88240fb9"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?3f276821e1299617946b8fe5"></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?d5d14dbdc011795a92398350">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?d5d14dbdc011795a92398350">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?7bca063ea3eded0bc1bc7de1">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?7bca063ea3eded0bc1bc7de1">
|
||||
|
||||
<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?d5d14dbdc011795a92398350"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?7bca063ea3eded0bc1bc7de1"></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?4fd35ab5294ca358e6d405ac">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?4fd35ab5294ca358e6d405ac">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?054215b5b023d1b4effce814">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?054215b5b023d1b4effce814">
|
||||
|
||||
<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?4fd35ab5294ca358e6d405ac"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?054215b5b023d1b4effce814"></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?e354ffdd83a1d27148d06b71">
|
||||
<link rel="stylesheet" href="_static/pygments.css?e354ffdd83a1d27148d06b71">
|
||||
<link rel="stylesheet" href="_static/styles/default.css?b0fc6cd32782bc456527fd19">
|
||||
<link rel="stylesheet" href="_static/pygments.css?b0fc6cd32782bc456527fd19">
|
||||
|
||||
<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?e354ffdd83a1d27148d06b71"></script></head>
|
||||
<script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?b0fc6cd32782bc456527fd19"></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?b59a0b0bfc0061186b88ccb6">
|
||||
<link rel="stylesheet" href="_static/pygments.css?b59a0b0bfc0061186b88ccb6">
|
||||
<link rel="stylesheet" href="_static/styles/default.css?864769970ba69ac543ebe82c">
|
||||
<link rel="stylesheet" href="_static/pygments.css?864769970ba69ac543ebe82c">
|
||||
|
||||
<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?b59a0b0bfc0061186b88ccb6"></script></head>
|
||||
<script src="_static/searchtools.js" defer></script><script src="_static/scripts/main.js?864769970ba69ac543ebe82c"></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