Deploying to gh-pages from @ 58e06e8f6b 🚀

This commit is contained in:
3b1b 2022-02-13 22:53:14 +00:00
parent bd2abd7f41
commit f14f9644ff
27 changed files with 134 additions and 143 deletions

View file

@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: c357c702eb7daaa0f13ce357cabb5f05
config: 044e5c91d0b7e507cb4c7bfe8cb02ce3
tags: 645f666f9bcd5a90fca523b33c5a78b7

View file

@ -1,23 +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
------
Unreleased
----------
Fixed bugs
^^^^^^^^^^
- `f1996f8 <https://github.com/3b1b/manim/pull/1697/commits/f1996f8479f9e33d626b3b66e9eb6995ce231d86>`__: Temporarily fixed ``Lightbulb``
- `#1712 <https://github.com/3b1b/manim/pull/1712>`__: Fixed some bugs of ``SVGMobject``
- `#1717 <https://github.com/3b1b/manim/pull/1717>`__: Fixed some bugs of SVG path string parser
- `#1720 <https://github.com/3b1b/manim/pull/1720>`__: Fixed some bugs of ``MTex``
New Features
^^^^^^^^^^^^
@ -25,8 +16,6 @@ New Features
- `#1704 <https://github.com/3b1b/manim/pull/1704>`__: Added ``lable_buff`` config parameter for ``Brace``
- `#1712 <https://github.com/3b1b/manim/pull/1712>`__: Added support for ``rotate skewX skewY`` transform in SVG
- `#1717 <https://github.com/3b1b/manim/pull/1717>`__: Added style support to ``SVGMobject``
- `#1719 <https://github.com/3b1b/manim/pull/1719>`__: Added parser to <style> element of SVG
- `#1719 <https://github.com/3b1b/manim/pull/1719>`__: Added support for <line> element in ``SVGMobject``
Refactor
^^^^^^^^
@ -35,12 +24,6 @@ Refactor
- `#1712 <https://github.com/3b1b/manim/pull/1712>`__: Refactored SVG path string parser
- `#1712 <https://github.com/3b1b/manim/pull/1712>`__: Allowed ``Mobject.scale`` to receive iterable ``scale_factor``
- `#1716 <https://github.com/3b1b/manim/pull/1716>`__: Refactored ``MTex``
- `#1721 <https://github.com/3b1b/manim/pull/1721>`__: Improved config helper (``manimgl --config``)
- `#1723 <https://github.com/3b1b/manim/pull/1723>`__: Refactored ``MTex``
Dependencies
^^^^^^^^^^^^
- `#1719 <https://github.com/3b1b/manim/pull/1719>`__: Added dependency on python package `cssselect2 <https://github.com/Kozea/cssselect2>`__
v1.3.0
@ -105,7 +88,7 @@ Refactor
Dependencies
^^^^^^^^^^^^
- `#1675 <https://github.com/3b1b/manim/pull/1675>`__: Added dependency on python package `skia-pathops <https://github.com/fonttools/skia-pathops>`__
- `#1675 <https://github.com/3b1b/manim/pull/1675>`__: Added dependency on python packages `skia-pathops <https://github.com/fonttools/skia-pathops>`__
v1.2.0
------

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-clipboard" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="#2c3e50" fill="none" stroke-linecap="round" stroke-linejoin="round">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-copy" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="#000000" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" />
<rect x="9" y="3" width="6" height="4" rx="2" />
<rect x="8" y="8" width="12" height="12" rx="2" />
<path d="M16 8v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2" />
</svg>

Before

Width:  |  Height:  |  Size: 434 B

After

Width:  |  Height:  |  Size: 411 B

View file

@ -3,7 +3,7 @@ button.copybtn {
position: absolute;
display: flex;
top: .3em;
right: .5em;
right: .3em;
width: 1.7em;
height: 1.7em;
opacity: 0;
@ -13,17 +13,22 @@ button.copybtn {
border: none;
outline: none;
border-radius: 0.4em;
border: #e1e1e1 1px solid;
background-color: rgb(245, 245, 245);
/* The colors that GitHub uses */
border: #1b1f2426 1px solid;
background-color: #f6f8fa;
color: #57606a;
}
button.copybtn.success {
border-color: #22863a;
color: #22863a;
}
button.copybtn img {
width: 100%;
padding: .2em;
button.copybtn svg {
stroke: currentColor;
width: 1.5em;
height: 1.5em;
padding: 0.1em;
}
div.highlight {
@ -79,3 +84,10 @@ div.highlight {
transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
transition-delay: .5s;
}
/* By default the copy button shouldn't show up when printing a page */
@media print {
button.copybtn {
display: none;
}
}

View file

@ -35,6 +35,12 @@ const messages = {
'copy_to_clipboard': '复制到剪贴板',
'copy_success': '复制成功!',
'copy_failure': '复制失败',
},
'it' : {
'copy': 'Copiare',
'copy_to_clipboard': 'Copiato negli appunti',
'copy_success': 'Copiato!',
'copy_failure': 'Errore durante la copia',
}
}
@ -49,7 +55,25 @@ if (doc_url_root == '#') {
doc_url_root = '';
}
const path_static = `${doc_url_root}_static/`;
/**
* SVG files for our copy buttons
*/
let iconCheck = `<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-check" width="44" height="44" viewBox="0 0 24 24" stroke-width="2" stroke="#22863a" fill="none" stroke-linecap="round" stroke-linejoin="round">
<title>${messages[locale]['copy_success']}</title>
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M5 12l5 5l10 -10" />
</svg>`
// If the user specified their own SVG use that, otherwise use the default
let iconCopy = ``;
if (!iconCopy) {
iconCopy = `<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-copy" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="#000000" fill="none" stroke-linecap="round" stroke-linejoin="round">
<title>${messages[locale]['copy_to_clipboard']}</title>
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<rect x="8" y="8" width="12" height="12" rx="2" />
<path d="M16 8v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2" />
</svg>`
}
/**
* Set up copy/paste for code blocks
@ -88,9 +112,8 @@ const temporarilyChangeTooltip = (el, oldText, newText) => {
// Changes the copy button icon for two seconds, then changes it back
const temporarilyChangeIcon = (el) => {
img = el.querySelector("img");
img.setAttribute('src', `${path_static}check-solid.svg`)
setTimeout(() => img.setAttribute('src', `${path_static}copy-button.svg`), 2000)
el.innerHTML = iconCheck;
setTimeout(() => {el.innerHTML = iconCopy}, 2000)
}
const addCopyButtonToCodeCells = () => {
@ -109,7 +132,7 @@ const addCopyButtonToCodeCells = () => {
const clipboardButton = id =>
`<button class="copybtn o-tooltip--left" data-tooltip="${messages[locale]['copy']}" data-clipboard-target="#${id}">
<img src="${path_static}copy-button.svg" alt="${messages[locale]['copy_to_clipboard']}">
${iconCopy}
</button>`
codeCell.insertAdjacentHTML('afterend', clipboardButton(id))
})

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?0ea922c48554cf1ccbaad480">
<link rel="stylesheet" href="../_static/pygments.css?0ea922c48554cf1ccbaad480">
<link rel="stylesheet" href="../_static/styles/default.css?efc0565a0cc97142cb2f4026">
<link rel="stylesheet" href="../_static/pygments.css?efc0565a0cc97142cb2f4026">
<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?0ea922c48554cf1ccbaad480"></script></head>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?efc0565a0cc97142cb2f4026"></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?a024eaeb6910302adee0939a">
<link rel="stylesheet" href="../_static/pygments.css?a024eaeb6910302adee0939a">
<link rel="stylesheet" href="../_static/styles/default.css?a000431d698b92a29c106dd5">
<link rel="stylesheet" href="../_static/pygments.css?a000431d698b92a29c106dd5">
<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?a024eaeb6910302adee0939a"></script></head>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?a000431d698b92a29c106dd5"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -123,25 +123,14 @@
</label>
<section id="changelog">
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h1>
<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="unreleased">
<h2>Unreleased<a class="headerlink" href="#unreleased" 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>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1720">#1720</a>: Fixed some bugs of <code class="docutils literal notranslate"><span class="pre">MTex</span></code></p></li>
</ul>
</section>
<section id="new-features">
@ -151,8 +140,6 @@
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1704">#1704</a>: Added <code class="docutils literal notranslate"><span class="pre">lable_buff</span></code> config parameter for <code class="docutils literal notranslate"><span class="pre">Brace</span></code></p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1712">#1712</a>: Added support for <code class="docutils literal notranslate"><span class="pre">rotate</span> <span class="pre">skewX</span> <span class="pre">skewY</span></code> transform in SVG</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1717">#1717</a>: Added style support to <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/1719">#1719</a>: Added parser to &lt;style&gt; element of SVG</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1719">#1719</a>: Added support for &lt;line&gt; element in <code class="docutils literal notranslate"><span class="pre">SVGMobject</span></code></p></li>
</ul>
</section>
<section id="refactor">
@ -163,21 +150,13 @@
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1712">#1712</a>: Refactored SVG path string parser</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1712">#1712</a>: Allowed <code class="docutils literal notranslate"><span class="pre">Mobject.scale</span></code> to receive iterable <code class="docutils literal notranslate"><span class="pre">scale_factor</span></code></p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1716">#1716</a>: Refactored <code class="docutils literal notranslate"><span class="pre">MTex</span></code></p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1721">#1721</a>: Improved config helper (<code class="docutils literal notranslate"><span class="pre">manimgl</span> <span class="pre">--config</span></code>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1723">#1723</a>: Refactored <code class="docutils literal notranslate"><span class="pre">MTex</span></code></p></li>
</ul>
</section>
<section id="dependencies">
<h3>Dependencies<a class="headerlink" href="#dependencies" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1719">#1719</a>: Added dependency on python package <a class="reference external" href="https://github.com/Kozea/cssselect2">cssselect2</a></p></li>
</ul>
</section>
</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-2">
<h3>Fixed bugs<a class="headerlink" href="#fixed-bugs-2" title="Permalink to this headline"></a></h3>
<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/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>
@ -236,17 +215,17 @@
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1691/commits/758f329a06a0c198b27a48c577575d94554305bf">758f329</a>: Used array copy when checking need for refreshing triangulation</p></li>
</ul>
</section>
<section id="dependencies-1">
<h3>Dependencies<a class="headerlink" href="#dependencies-1" title="Permalink to this headline"></a></h3>
<section id="dependencies">
<h3>Dependencies<a class="headerlink" href="#dependencies" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1675">#1675</a>: Added dependency on python package <a class="reference external" href="https://github.com/fonttools/skia-pathops">skia-pathops</a></p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1675">#1675</a>: Added dependency on python packages <a class="reference external" href="https://github.com/fonttools/skia-pathops">skia-pathops</a></p></li>
</ul>
</section>
</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-3">
<h3>Fixed bugs<a class="headerlink" href="#fixed-bugs-3" 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/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>
@ -306,8 +285,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-4">
<h3>Fixed bugs<a class="headerlink" href="#fixed-bugs-4" 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>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>
@ -409,32 +388,27 @@
<div class="toc-tree">
<ul>
<li><a class="reference internal" href="#">Changelog</a><ul>
<li><a class="reference internal" href="#v1-4-1">v1.4.1</a><ul>
<li><a class="reference internal" href="#unreleased">Unreleased</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-2">Fixed bugs</a></li>
<li><a class="reference internal" href="#fixed-bugs-1">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>
<li><a class="reference internal" href="#dependencies">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-3">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-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-4">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-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?684ec1193ea6cf192a3044fa">
<link rel="stylesheet" href="../_static/pygments.css?684ec1193ea6cf192a3044fa">
<link rel="stylesheet" href="../_static/styles/default.css?ade54b4a03f1578e9074ce8b">
<link rel="stylesheet" href="../_static/pygments.css?ade54b4a03f1578e9074ce8b">
<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?684ec1193ea6cf192a3044fa"></script></head>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?ade54b4a03f1578e9074ce8b"></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?ab91259c9a7b59b52eeedfb2">
<link rel="stylesheet" href="../../_static/pygments.css?ab91259c9a7b59b52eeedfb2">
<link rel="stylesheet" href="../../_static/styles/default.css?9f6e527698ecd1226546491b">
<link rel="stylesheet" href="../../_static/pygments.css?9f6e527698ecd1226546491b">
<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?ab91259c9a7b59b52eeedfb2"></script></head>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?9f6e527698ecd1226546491b"></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?222a77653c7be09e2d627258">
<link rel="stylesheet" href="../../_static/pygments.css?222a77653c7be09e2d627258">
<link rel="stylesheet" href="../../_static/styles/default.css?9dade499030c72b9517cd4db">
<link rel="stylesheet" href="../../_static/pygments.css?9dade499030c72b9517cd4db">
<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?222a77653c7be09e2d627258"></script></head>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?9dade499030c72b9517cd4db"></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?4d9a534c61f04a8f9bd43d4f">
<link rel="stylesheet" href="../_static/pygments.css?4d9a534c61f04a8f9bd43d4f">
<link rel="stylesheet" href="../_static/styles/default.css?0efe88930fde544ffaf05d83">
<link rel="stylesheet" href="../_static/pygments.css?0efe88930fde544ffaf05d83">
<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?4d9a534c61f04a8f9bd43d4f"></script></head>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?0efe88930fde544ffaf05d83"></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?370fc97f6b07ceb7f56728be">
<link rel="stylesheet" href="../_static/pygments.css?370fc97f6b07ceb7f56728be">
<link rel="stylesheet" href="../_static/styles/default.css?bbfcd607c3cbc2d18d0850f8">
<link rel="stylesheet" href="../_static/pygments.css?bbfcd607c3cbc2d18d0850f8">
<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?370fc97f6b07ceb7f56728be"></script></head>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?bbfcd607c3cbc2d18d0850f8"></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?9c1030b64e891db31f98ca56">
<link rel="stylesheet" href="../../_static/pygments.css?9c1030b64e891db31f98ca56">
<link rel="stylesheet" href="../../_static/styles/default.css?38bede2c1e25fd8c05e39629">
<link rel="stylesheet" href="../../_static/pygments.css?38bede2c1e25fd8c05e39629">
<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?9c1030b64e891db31f98ca56"></script></head>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?38bede2c1e25fd8c05e39629"></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?e91152ab7c8f50d432e03499">
<link rel="stylesheet" href="../../_static/pygments.css?e91152ab7c8f50d432e03499">
<link rel="stylesheet" href="../../_static/styles/default.css?e2cd331184bbaaac7cb81bc5">
<link rel="stylesheet" href="../../_static/pygments.css?e2cd331184bbaaac7cb81bc5">
<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?e91152ab7c8f50d432e03499"></script></head>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?e2cd331184bbaaac7cb81bc5"></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?d84f5ac198b1db50534e68fa">
<link rel="stylesheet" href="../../_static/pygments.css?d84f5ac198b1db50534e68fa">
<link rel="stylesheet" href="../../_static/styles/default.css?199dc903fb17eab3625e45de">
<link rel="stylesheet" href="../../_static/pygments.css?199dc903fb17eab3625e45de">
<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?d84f5ac198b1db50534e68fa"></script></head>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?199dc903fb17eab3625e45de"></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?393762af144a5c40b9f0ed7e">
<link rel="stylesheet" href="../../_static/pygments.css?393762af144a5c40b9f0ed7e">
<link rel="stylesheet" href="../../_static/styles/default.css?506363c8588d08331dc7ba5f">
<link rel="stylesheet" href="../../_static/pygments.css?506363c8588d08331dc7ba5f">
<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?393762af144a5c40b9f0ed7e"></script></head>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?506363c8588d08331dc7ba5f"></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?a7d0493900c16095693d7b19">
<link rel="stylesheet" href="_static/pygments.css?a7d0493900c16095693d7b19">
<link rel="stylesheet" href="_static/styles/default.css?87ad11a9758f80d666f9afee">
<link rel="stylesheet" href="_static/pygments.css?87ad11a9758f80d666f9afee">
<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?a7d0493900c16095693d7b19"></script></head>
<script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?87ad11a9758f80d666f9afee"></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?a5dca54c90e62c69bdf6d4ee">
<link rel="stylesheet" href="../_static/pygments.css?a5dca54c90e62c69bdf6d4ee">
<link rel="stylesheet" href="../_static/styles/default.css?7569b5d95e51e9e93b96f06d">
<link rel="stylesheet" href="../_static/pygments.css?7569b5d95e51e9e93b96f06d">
<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?a5dca54c90e62c69bdf6d4ee"></script></head>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?7569b5d95e51e9e93b96f06d"></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?980d530947866fe160fa4079">
<link rel="stylesheet" href="../_static/pygments.css?980d530947866fe160fa4079">
<link rel="stylesheet" href="../_static/styles/default.css?0eec0c7a3c1057af085246ae">
<link rel="stylesheet" href="../_static/pygments.css?0eec0c7a3c1057af085246ae">
<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?980d530947866fe160fa4079"></script></head>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?0eec0c7a3c1057af085246ae"></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?4ed7adf79df7b6dd1862dceb">
<link rel="stylesheet" href="../_static/pygments.css?4ed7adf79df7b6dd1862dceb">
<link rel="stylesheet" href="../_static/styles/default.css?b20d09e3187d3e286163109b">
<link rel="stylesheet" href="../_static/pygments.css?b20d09e3187d3e286163109b">
<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?4ed7adf79df7b6dd1862dceb"></script></head>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?b20d09e3187d3e286163109b"></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?c5c2febb16fb5a9ebdbb1098">
<link rel="stylesheet" href="../_static/pygments.css?c5c2febb16fb5a9ebdbb1098">
<link rel="stylesheet" href="../_static/styles/default.css?346cf0eb2530b4d7a7b1c8e9">
<link rel="stylesheet" href="../_static/pygments.css?346cf0eb2530b4d7a7b1c8e9">
<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?c5c2febb16fb5a9ebdbb1098"></script></head>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?346cf0eb2530b4d7a7b1c8e9"></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?0ee8d1b9f9c080b6d64a14d1">
<link rel="stylesheet" href="../_static/pygments.css?0ee8d1b9f9c080b6d64a14d1">
<link rel="stylesheet" href="../_static/styles/default.css?7b7fda534d6eec6e3c731461">
<link rel="stylesheet" href="../_static/pygments.css?7b7fda534d6eec6e3c731461">
<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?0ee8d1b9f9c080b6d64a14d1"></script></head>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?7b7fda534d6eec6e3c731461"></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?196626820ba9725c8e10bf72">
<link rel="stylesheet" href="../_static/pygments.css?196626820ba9725c8e10bf72">
<link rel="stylesheet" href="../_static/styles/default.css?f1850e902c7fdad2eb296cae">
<link rel="stylesheet" href="../_static/pygments.css?f1850e902c7fdad2eb296cae">
<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?196626820ba9725c8e10bf72"></script></head>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?f1850e902c7fdad2eb296cae"></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?3e1bf1189b1eb13a69d8f51d">
<link rel="stylesheet" href="../_static/pygments.css?3e1bf1189b1eb13a69d8f51d">
<link rel="stylesheet" href="../_static/styles/default.css?16e9984d44668ed5ea510e63">
<link rel="stylesheet" href="../_static/pygments.css?16e9984d44668ed5ea510e63">
<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?3e1bf1189b1eb13a69d8f51d"></script></head>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?16e9984d44668ed5ea510e63"></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?f3a5fef1e2fdab05d628ccb6">
<link rel="stylesheet" href="_static/pygments.css?f3a5fef1e2fdab05d628ccb6">
<link rel="stylesheet" href="_static/styles/default.css?170c526d5a3395914aa36858">
<link rel="stylesheet" href="_static/pygments.css?170c526d5a3395914aa36858">
<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?f3a5fef1e2fdab05d628ccb6"></script></head>
<script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?170c526d5a3395914aa36858"></script></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -208,8 +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#unreleased">Unreleased</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>
<li class="toctree-l2"><a class="reference internal" href="development/changelog.html#v1-1-0">v1.1.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?b0a125cea3691c8654607611">
<link rel="stylesheet" href="_static/pygments.css?b0a125cea3691c8654607611">
<link rel="stylesheet" href="_static/styles/default.css?c38a71a69e5b20108f7a2f57">
<link rel="stylesheet" href="_static/pygments.css?c38a71a69e5b20108f7a2f57">
<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?b0a125cea3691c8654607611"></script></head>
<script src="_static/searchtools.js" defer></script><script src="_static/scripts/main.js?c38a71a69e5b20108f7a2f57"></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