mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Deploying to gh-pages from @ e8ac25903e
🚀
This commit is contained in:
parent
11832fcbab
commit
bb02b30b5d
23 changed files with 114 additions and 221 deletions
|
@ -1,53 +1,6 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
v1.6.0
|
||||
------
|
||||
|
||||
Breaking changes
|
||||
^^^^^^^^^^^^^^^^
|
||||
- **Python 3.6 is no longer supported** (`#1736 <https://github.com/3b1b/manim/pull/1736>`__)
|
||||
|
||||
Fixed bugs
|
||||
^^^^^^^^^^
|
||||
- Fixed the width of riemann rectangles (`#1762 <https://github.com/3b1b/manim/pull/1762>`__)
|
||||
- Bug fixed in cases where empty array is passed to shader (`#1764 <https://github.com/3b1b/manim/pull/1764/commits/fa38b56fd87f713657c7f778f39dca7faf15baa8>`__)
|
||||
- Fixed ``AddTextWordByWord`` (`#1772 <https://github.com/3b1b/manim/pull/1772>`__)
|
||||
- Fixed ``ControlsExample`` (`#1781 <https://github.com/3b1b/manim/pull/1781>`__)
|
||||
|
||||
|
||||
New features
|
||||
^^^^^^^^^^^^
|
||||
- Added more functions to ``Text`` (details: `#1751 <https://github.com/3b1b/manim/pull/1751>`__)
|
||||
- Allowed ``interpolate`` to work on an array of alpha values (`#1764 <https://github.com/3b1b/manim/pull/1764/commits/bf2d9edfe67c7e63ac0107d1d713df7ae7c3fb8f>`__)
|
||||
- Allowed ``Numberline.number_to_point`` and ``CoordinateSystem.coords_to_point`` to work on an array of inputs (`#1764 <https://github.com/3b1b/manim/pull/1764/commits/c3e13fff0587d3bb007e71923af7eaf9e4926560>`__)
|
||||
- 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
|
||||
^^^^^^^^
|
||||
- Added type hints (`#1736 <https://github.com/3b1b/manim/pull/1736>`__)
|
||||
- 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 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>`__)
|
||||
- Made panning more sensitive to mouse movements (`#1764 <https://github.com/3b1b/manim/pull/1764/commits/9d0cc810c5fcb4252990e706c6bf880d571cb1a2>`__)
|
||||
- Added loading progress for large SVGs (`#1766 <https://github.com/3b1b/manim/pull/1766>`__)
|
||||
- Added getter/setter of ``field_of_view`` for ``CameraFrame`` (`#1770 <https://github.com/3b1b/manim/pull/1770/commits/0610f331a4f7a126a3aae34f8a2a86eabcb692f4>`__)
|
||||
- Renamed ``focal_distance`` to ``focal_dist_to_height`` and added getter/setter (`#1770 <https://github.com/3b1b/manim/pull/1770/commits/0610f331a4f7a126a3aae34f8a2a86eabcb692f4>`__)
|
||||
- Added getter and setter for ``VMobject.joint_type`` (`#1770 <https://github.com/3b1b/manim/pull/1770/commits/2a7a7ac5189a14170f883533137e8a2ae09aac41>`__)
|
||||
- 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
|
||||
------
|
||||
|
||||
|
@ -56,7 +9,7 @@ Fixed bugs
|
|||
- Bug fix for the case of calling ``Write`` on a null object (`#1740 <https://github.com/3b1b/manim/pull/1740>`__)
|
||||
|
||||
|
||||
New features
|
||||
New Features
|
||||
^^^^^^^^^^^^
|
||||
- Added ``TransformMatchingMTex`` (`#1725 <https://github.com/3b1b/manim/pull/1725>`__)
|
||||
- Added ``ImplicitFunction`` (`#1727 <https://github.com/3b1b/manim/pull/1727>`__)
|
||||
|
@ -107,7 +60,7 @@ Fixed bugs
|
|||
- Fixed some bugs of SVG path string parser (`#1717 <https://github.com/3b1b/manim/pull/1717>`__)
|
||||
- Fixed some bugs of ``MTex`` (`#1720 <https://github.com/3b1b/manim/pull/1720>`__)
|
||||
|
||||
New features
|
||||
New Features
|
||||
^^^^^^^^^^^^
|
||||
- Added option to add ticks on x-axis in ``BarChart`` (`#1694 <https://github.com/3b1b/manim/pull/1694>`__)
|
||||
- Added ``lable_buff`` config parameter for ``Brace`` (`#1704 <https://github.com/3b1b/manim/pull/1704>`__)
|
||||
|
@ -146,7 +99,7 @@ Fixed bugs
|
|||
- Fixed bug in ``ShowSubmobjectsOneByOne`` (`bcd0990 <https://github.com/3b1b/manim/pull/1688/commits/bcd09906bea5eaaa5352e7bee8f3153f434cf606>`__)
|
||||
- Fixed bug in ``TransformMatchingParts`` (`7023548 <https://github.com/3b1b/manim/pull/1691/commits/7023548ec62c4adb2f371aab6a8c7f62deb7c33c>`__)
|
||||
|
||||
New features
|
||||
New Features
|
||||
^^^^^^^^^^^^
|
||||
|
||||
- Added CLI flag ``--log-level`` to specify log level (`e10f850 <https://github.com/3b1b/manim/commit/e10f850d0d9f971931cc85d44befe67dc842af6d>`__)
|
||||
|
@ -214,7 +167,7 @@ Fixed bugs
|
|||
- Fixed bug with ``CoordinateSystem.get_lines_parallel_to_axis`` (`c726eb7 <https://github.com/3b1b/manim/commit/c726eb7a180b669ee81a18555112de26a8aff6d6>`__)
|
||||
- Fixed ``ComplexPlane`` -i display bug (`7732d2f <https://github.com/3b1b/manim/commit/7732d2f0ee10449c5731499396d4911c03e89648>`__)
|
||||
|
||||
New features
|
||||
New Features
|
||||
^^^^^^^^^^^^
|
||||
|
||||
- Supported the elliptical arc command ``A`` for ``SVGMobject`` (`#1598 <https://github.com/3b1b/manim/pull/1598>`__)
|
||||
|
@ -277,7 +230,7 @@ Fixed bugs
|
|||
- Rewrote ``earclip_triangulation`` to fix triangulation
|
||||
- Allowed sound_file_name to be taken in without extensions
|
||||
|
||||
New features
|
||||
New Features
|
||||
^^^^^^^^^^^^
|
||||
|
||||
- Added :class:`~manimlib.animation.indication.VShowPassingFlash`
|
||||
|
|
|
@ -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?8d640da4ac95e0b9528abf25">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?8d640da4ac95e0b9528abf25">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?d3c906a5a5abdca58644cc2d">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?d3c906a5a5abdca58644cc2d">
|
||||
|
||||
<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?8d640da4ac95e0b9528abf25"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?d3c906a5a5abdca58644cc2d"></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?7e30cf9d67b5be9b366c4ce1">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?7e30cf9d67b5be9b366c4ce1">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?d80d567896ad6fbf694f11ec">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?d80d567896ad6fbf694f11ec">
|
||||
|
||||
<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?7e30cf9d67b5be9b366c4ce1"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?d80d567896ad6fbf694f11ec"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
@ -123,68 +123,16 @@
|
|||
</label>
|
||||
<section id="changelog">
|
||||
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline">¶</a></h1>
|
||||
<section id="v1-6-0">
|
||||
<h2>v1.6.0<a class="headerlink" href="#v1-6-0" title="Permalink to this headline">¶</a></h2>
|
||||
<section id="breaking-changes">
|
||||
<h3>Breaking changes<a class="headerlink" href="#breaking-changes" title="Permalink to this headline">¶</a></h3>
|
||||
<ul class="simple">
|
||||
<li><p><strong>Python 3.6 is no longer supported</strong> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1736">#1736</a>)</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<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>Fixed the width of riemann rectangles (<a class="reference external" href="https://github.com/3b1b/manim/pull/1762">#1762</a>)</p></li>
|
||||
<li><p>Bug fixed in cases where empty array is passed to shader (<a class="reference external" href="https://github.com/3b1b/manim/pull/1764/commits/fa38b56fd87f713657c7f778f39dca7faf15baa8">#1764</a>)</p></li>
|
||||
<li><p>Fixed <code class="docutils literal notranslate"><span class="pre">AddTextWordByWord</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1772">#1772</a>)</p></li>
|
||||
<li><p>Fixed <code class="docutils literal notranslate"><span class="pre">ControlsExample</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1781">#1781</a>)</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>Added more functions to <code class="docutils literal notranslate"><span class="pre">Text</span></code> (details: <a class="reference external" href="https://github.com/3b1b/manim/pull/1751">#1751</a>)</p></li>
|
||||
<li><p>Allowed <code class="docutils literal notranslate"><span class="pre">interpolate</span></code> to work on an array of alpha values (<a class="reference external" href="https://github.com/3b1b/manim/pull/1764/commits/bf2d9edfe67c7e63ac0107d1d713df7ae7c3fb8f">#1764</a>)</p></li>
|
||||
<li><p>Allowed <code class="docutils literal notranslate"><span class="pre">Numberline.number_to_point</span></code> and <code class="docutils literal notranslate"><span class="pre">CoordinateSystem.coords_to_point</span></code> to work on an array of inputs (<a class="reference external" href="https://github.com/3b1b/manim/pull/1764/commits/c3e13fff0587d3bb007e71923af7eaf9e4926560">#1764</a>)</p></li>
|
||||
<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">
|
||||
<h3>Refactor<a class="headerlink" href="#refactor" title="Permalink to this headline">¶</a></h3>
|
||||
<ul class="simple">
|
||||
<li><p>Added type hints (<a class="reference external" href="https://github.com/3b1b/manim/pull/1736">#1736</a>)</p></li>
|
||||
<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 <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>
|
||||
<li><p>Made panning more sensitive to mouse movements (<a class="reference external" href="https://github.com/3b1b/manim/pull/1764/commits/9d0cc810c5fcb4252990e706c6bf880d571cb1a2">#1764</a>)</p></li>
|
||||
<li><p>Added loading progress for large SVGs (<a class="reference external" href="https://github.com/3b1b/manim/pull/1766">#1766</a>)</p></li>
|
||||
<li><p>Added getter/setter of <code class="docutils literal notranslate"><span class="pre">field_of_view</span></code> for <code class="docutils literal notranslate"><span class="pre">CameraFrame</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1770/commits/0610f331a4f7a126a3aae34f8a2a86eabcb692f4">#1770</a>)</p></li>
|
||||
<li><p>Renamed <code class="docutils literal notranslate"><span class="pre">focal_distance</span></code> to <code class="docutils literal notranslate"><span class="pre">focal_dist_to_height</span></code> and added getter/setter (<a class="reference external" href="https://github.com/3b1b/manim/pull/1770/commits/0610f331a4f7a126a3aae34f8a2a86eabcb692f4">#1770</a>)</p></li>
|
||||
<li><p>Added getter and setter for <code class="docutils literal notranslate"><span class="pre">VMobject.joint_type</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1770/commits/2a7a7ac5189a14170f883533137e8a2ae09aac41">#1770</a>)</p></li>
|
||||
<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>
|
||||
<section id="v1-5-0">
|
||||
<h2>v1.5.0<a class="headerlink" href="#v1-5-0" title="Permalink to this headline">¶</a></h2>
|
||||
<section id="fixed-bugs-1">
|
||||
<h3>Fixed bugs<a class="headerlink" href="#fixed-bugs-1" title="Permalink to this headline">¶</a></h3>
|
||||
<section id="fixed-bugs">
|
||||
<h3>Fixed bugs<a class="headerlink" href="#fixed-bugs" title="Permalink to this headline">¶</a></h3>
|
||||
<ul class="simple">
|
||||
<li><p>Bug fix for the case of calling <code class="docutils literal notranslate"><span class="pre">Write</span></code> on a null object (<a class="reference external" href="https://github.com/3b1b/manim/pull/1740">#1740</a>)</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="new-features-1">
|
||||
<h3>New features<a class="headerlink" href="#new-features-1" title="Permalink to this headline">¶</a></h3>
|
||||
<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>Added <code class="docutils literal notranslate"><span class="pre">TransformMatchingMTex</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1725">#1725</a>)</p></li>
|
||||
<li><p>Added <code class="docutils literal notranslate"><span class="pre">ImplicitFunction</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1727">#1727</a>)</p></li>
|
||||
|
@ -198,8 +146,8 @@
|
|||
<li><p>Added <code class="docutils literal notranslate"><span class="pre">text_config</span></code> to <code class="docutils literal notranslate"><span class="pre">DecimalNumber</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1744">#1744</a>)</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="refactor-1">
|
||||
<h3>Refactor<a class="headerlink" href="#refactor-1" title="Permalink to this headline">¶</a></h3>
|
||||
<section id="refactor">
|
||||
<h3>Refactor<a class="headerlink" href="#refactor" title="Permalink to this headline">¶</a></h3>
|
||||
<ul class="simple">
|
||||
<li><p>Refactored <code class="docutils literal notranslate"><span class="pre">MTex</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1725">#1725</a>)</p></li>
|
||||
<li><p>Refactored <code class="docutils literal notranslate"><span class="pre">SVGMobject</span></code> with svgelements (<a class="reference external" href="https://github.com/3b1b/manim/pull/1731">#1731</a>)</p></li>
|
||||
|
@ -222,8 +170,8 @@
|
|||
</section>
|
||||
<section id="v1-4-1">
|
||||
<h2>v1.4.1<a class="headerlink" href="#v1-4-1" title="Permalink to this headline">¶</a></h2>
|
||||
<section id="fixed-bugs-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>Temporarily fixed boolean operations’ bug (<a class="reference external" href="https://github.com/3b1b/manim/pull/1724">#1724</a>)</p></li>
|
||||
<li><p>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 (<a class="reference external" href="https://github.com/3b1b/manim/commit/d2e0811285f7908e71a65e664fec88b1af1c6144">d2e0811</a>)</p></li>
|
||||
|
@ -232,8 +180,8 @@
|
|||
</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-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>Temporarily fixed <code class="docutils literal notranslate"><span class="pre">Lightbulb</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1697/commits/f1996f8479f9e33d626b3b66e9eb6995ce231d86">f1996f8</a>)</p></li>
|
||||
<li><p>Fixed some bugs of <code class="docutils literal notranslate"><span class="pre">SVGMobject</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1712">#1712</a>)</p></li>
|
||||
|
@ -241,8 +189,8 @@
|
|||
<li><p>Fixed some bugs of <code class="docutils literal notranslate"><span class="pre">MTex</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1720">#1720</a>)</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="new-features-2">
|
||||
<h3>New features<a class="headerlink" href="#new-features-2" title="Permalink to this headline">¶</a></h3>
|
||||
<section id="new-features-1">
|
||||
<h3>New Features<a class="headerlink" href="#new-features-1" title="Permalink to this headline">¶</a></h3>
|
||||
<ul class="simple">
|
||||
<li><p>Added option to add ticks on x-axis in <code class="docutils literal notranslate"><span class="pre">BarChart</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1694">#1694</a>)</p></li>
|
||||
<li><p>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> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1704">#1704</a>)</p></li>
|
||||
|
@ -252,8 +200,8 @@
|
|||
<li><p>Added support for <line> element in <code class="docutils literal notranslate"><span class="pre">SVGMobject</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1719">#1719</a>)</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="refactor-2">
|
||||
<h3>Refactor<a class="headerlink" href="#refactor-2" title="Permalink to this headline">¶</a></h3>
|
||||
<section id="refactor-1">
|
||||
<h3>Refactor<a class="headerlink" href="#refactor-1" title="Permalink to this headline">¶</a></h3>
|
||||
<ul class="simple">
|
||||
<li><p>Used <code class="docutils literal notranslate"><span class="pre">FFMPEG_BIN</span></code> instead of <code class="docutils literal notranslate"><span class="pre">"ffmpeg"</span></code> for sound incorporation (<a class="reference external" href="https://github.com/3b1b/manim/pull/1697/commits/5aa8d15d85797f68a8f169ca69fd90d441a3abbe">5aa8d15</a>)</p></li>
|
||||
<li><p>Decorated <code class="docutils literal notranslate"><span class="pre">CoordinateSystem.get_axes</span></code> and <code class="docutils literal notranslate"><span class="pre">.get_all_ranges</span></code> as abstract method (<a class="reference external" href="https://github.com/3b1b/manim/pull/1709">#1709</a>)</p></li>
|
||||
|
@ -273,8 +221,8 @@
|
|||
</section>
|
||||
<section id="v1-3-0">
|
||||
<h2>v1.3.0<a class="headerlink" href="#v1-3-0" title="Permalink to this headline">¶</a></h2>
|
||||
<section id="fixed-bugs-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 <code class="docutils literal notranslate"><span class="pre">Mobject.stretch_to_fit_depth</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1653">#1653</a>)</p></li>
|
||||
<li><p>Fixed the bug of rotating camera (<a class="reference external" href="https://github.com/3b1b/manim/pull/1655">#1655</a>)</p></li>
|
||||
|
@ -286,8 +234,8 @@
|
|||
<li><p>Fixed bug in <code class="docutils literal notranslate"><span class="pre">TransformMatchingParts</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1691/commits/7023548ec62c4adb2f371aab6a8c7f62deb7c33c">7023548</a>)</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="new-features-3">
|
||||
<h3>New features<a class="headerlink" href="#new-features-3" title="Permalink to this headline">¶</a></h3>
|
||||
<section id="new-features-2">
|
||||
<h3>New Features<a class="headerlink" href="#new-features-2" title="Permalink to this headline">¶</a></h3>
|
||||
<ul class="simple">
|
||||
<li><p>Added CLI flag <code class="docutils literal notranslate"><span class="pre">--log-level</span></code> to specify log level (<a class="reference external" href="https://github.com/3b1b/manim/commit/e10f850d0d9f971931cc85d44befe67dc842af6d">e10f850</a>)</p></li>
|
||||
<li><p>Added operations (<code class="docutils literal notranslate"><span class="pre">+</span></code> and <code class="docutils literal notranslate"><span class="pre">*</span></code>) for <code class="docutils literal notranslate"><span class="pre">Mobject</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1667">#1667</a>)</p></li>
|
||||
|
@ -315,8 +263,8 @@
|
|||
<li><p>Added <code class="docutils literal notranslate"><span class="pre">MTex</span></code> , see <a class="reference external" href="https://github.com/3b1b/manim/pull/1678">#1678</a> for details (<a class="reference external" href="https://github.com/3b1b/manim/pull/1678">#1678</a>)</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="refactor-3">
|
||||
<h3>Refactor<a class="headerlink" href="#refactor-3" title="Permalink to this headline">¶</a></h3>
|
||||
<section id="refactor-2">
|
||||
<h3>Refactor<a class="headerlink" href="#refactor-2" title="Permalink to this headline">¶</a></h3>
|
||||
<ul class="simple">
|
||||
<li><p>Refactored support for command <code class="docutils literal notranslate"><span class="pre">A</span></code> in path of SVG (<a class="reference external" href="https://github.com/3b1b/manim/pull/1662">#1662</a>)</p></li>
|
||||
<li><p>Refactored <code class="docutils literal notranslate"><span class="pre">SingleStringTex.balance_braces</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1662">#1662</a>)</p></li>
|
||||
|
@ -342,8 +290,8 @@
|
|||
</section>
|
||||
<section id="v1-2-0">
|
||||
<h2>v1.2.0<a class="headerlink" href="#v1-2-0" title="Permalink to this headline">¶</a></h2>
|
||||
<section id="fixed-bugs-5">
|
||||
<h3>Fixed bugs<a class="headerlink" href="#fixed-bugs-5" title="Permalink to this headline">¶</a></h3>
|
||||
<section id="fixed-bugs-4">
|
||||
<h3>Fixed bugs<a class="headerlink" href="#fixed-bugs-4" title="Permalink to this headline">¶</a></h3>
|
||||
<ul class="simple">
|
||||
<li><p>Fixed <code class="docutils literal notranslate"><span class="pre">put_start_and_end_on</span></code> in 3D (<a class="reference external" href="https://github.com/3b1b/manim/pull/1592">#1592</a>)</p></li>
|
||||
<li><p>Fixed <code class="docutils literal notranslate"><span class="pre">DecimalNumber</span></code>’s scaling issue (<a class="reference external" href="https://github.com/3b1b/manim/pull/1601">#1601</a>)</p></li>
|
||||
|
@ -359,8 +307,8 @@
|
|||
<li><p>Fixed <code class="docutils literal notranslate"><span class="pre">ComplexPlane</span></code> -i display bug (<a class="reference external" href="https://github.com/3b1b/manim/commit/7732d2f0ee10449c5731499396d4911c03e89648">7732d2f</a>)</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="new-features-4">
|
||||
<h3>New features<a class="headerlink" href="#new-features-4" title="Permalink to this headline">¶</a></h3>
|
||||
<section id="new-features-3">
|
||||
<h3>New Features<a class="headerlink" href="#new-features-3" title="Permalink to this headline">¶</a></h3>
|
||||
<ul class="simple">
|
||||
<li><p>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> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1598">#1598</a>)</p></li>
|
||||
<li><p>Added <code class="docutils literal notranslate"><span class="pre">FlashyFadeIn</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1607">#1607</a>)</p></li>
|
||||
|
@ -382,8 +330,8 @@
|
|||
<li><p>Hade <code class="docutils literal notranslate"><span class="pre">ImageMoject</span></code> remember the filepath to the Image (<a class="reference external" href="https://github.com/3b1b/manim/commit/6cdbe0d67a11ab14a6d84840a114ae6d3af10168">6cdbe0d</a>)</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="refactor-4">
|
||||
<h3>Refactor<a class="headerlink" href="#refactor-4" title="Permalink to this headline">¶</a></h3>
|
||||
<section id="refactor-3">
|
||||
<h3>Refactor<a class="headerlink" href="#refactor-3" title="Permalink to this headline">¶</a></h3>
|
||||
<ul class="simple">
|
||||
<li><p>Changed back to simpler <code class="docutils literal notranslate"><span class="pre">Mobject.scale</span></code> implementation (<a class="reference external" href="https://github.com/3b1b/manim/pull/1601">#1601</a>)</p></li>
|
||||
<li><p>Simplified <code class="docutils literal notranslate"><span class="pre">Square</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/commit/b667db2d311a11cbbca2a6ff511d2c3cf1675486">b667db2</a>)</p></li>
|
||||
|
@ -403,8 +351,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-6">
|
||||
<h3>Fixed bugs<a class="headerlink" href="#fixed-bugs-6" title="Permalink to this headline">¶</a></h3>
|
||||
<section id="fixed-bugs-5">
|
||||
<h3>Fixed bugs<a class="headerlink" href="#fixed-bugs-5" 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>
|
||||
|
@ -424,8 +372,8 @@
|
|||
<li><p>Allowed sound_file_name to be taken in without extensions</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="new-features-5">
|
||||
<h3>New features<a class="headerlink" href="#new-features-5" title="Permalink to this headline">¶</a></h3>
|
||||
<section id="new-features-4">
|
||||
<h3>New Features<a class="headerlink" href="#new-features-4" 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>
|
||||
|
@ -506,47 +454,40 @@
|
|||
<div class="toc-tree">
|
||||
<ul>
|
||||
<li><a class="reference internal" href="#">Changelog</a><ul>
|
||||
<li><a class="reference internal" href="#v1-6-0">v1.6.0</a><ul>
|
||||
<li><a class="reference internal" href="#breaking-changes">Breaking changes</a></li>
|
||||
<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-5-0">v1.5.0</a><ul>
|
||||
<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="#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>
|
||||
<li><a class="reference internal" href="#dependencies">Dependencies</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a class="reference internal" href="#v1-4-1">v1.4.1</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>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a class="reference internal" href="#v1-4-0">v1.4.0</a><ul>
|
||||
<li><a class="reference internal" href="#fixed-bugs-3">Fixed bugs</a></li>
|
||||
<li><a class="reference internal" href="#new-features-2">New features</a></li>
|
||||
<li><a class="reference internal" href="#refactor-2">Refactor</a></li>
|
||||
<li><a class="reference internal" href="#fixed-bugs-2">Fixed bugs</a></li>
|
||||
<li><a class="reference internal" href="#new-features-1">New Features</a></li>
|
||||
<li><a class="reference internal" href="#refactor-1">Refactor</a></li>
|
||||
<li><a class="reference internal" href="#dependencies-1">Dependencies</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a class="reference internal" href="#v1-3-0">v1.3.0</a><ul>
|
||||
<li><a class="reference internal" href="#fixed-bugs-4">Fixed bugs</a></li>
|
||||
<li><a class="reference internal" href="#new-features-3">New features</a></li>
|
||||
<li><a class="reference internal" href="#refactor-3">Refactor</a></li>
|
||||
<li><a class="reference internal" href="#fixed-bugs-3">Fixed bugs</a></li>
|
||||
<li><a class="reference internal" href="#new-features-2">New Features</a></li>
|
||||
<li><a class="reference internal" href="#refactor-2">Refactor</a></li>
|
||||
<li><a class="reference internal" href="#dependencies-2">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-5">Fixed bugs</a></li>
|
||||
<li><a class="reference internal" href="#new-features-4">New features</a></li>
|
||||
<li><a class="reference internal" href="#refactor-4">Refactor</a></li>
|
||||
<li><a class="reference internal" href="#fixed-bugs-4">Fixed bugs</a></li>
|
||||
<li><a class="reference internal" href="#new-features-3">New Features</a></li>
|
||||
<li><a class="reference internal" href="#refactor-3">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-6">Fixed bugs</a></li>
|
||||
<li><a class="reference internal" href="#new-features-5">New features</a></li>
|
||||
<li><a class="reference internal" href="#fixed-bugs-5">Fixed bugs</a></li>
|
||||
<li><a class="reference internal" href="#new-features-4">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?4022ce597694c9813b7d67db">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?4022ce597694c9813b7d67db">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?166b383a7bdfc5daf7f215ee">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?166b383a7bdfc5daf7f215ee">
|
||||
|
||||
<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?4022ce597694c9813b7d67db"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?166b383a7bdfc5daf7f215ee"></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?6b1de432f083547200cd18ce">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?6b1de432f083547200cd18ce">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?9d98e48429a740e2aab93889">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?9d98e48429a740e2aab93889">
|
||||
|
||||
<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?6b1de432f083547200cd18ce"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?9d98e48429a740e2aab93889"></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?4665c5b6e7993b847bf1c2e1">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?4665c5b6e7993b847bf1c2e1">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?f052c183d21f94ecca2b03d8">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?f052c183d21f94ecca2b03d8">
|
||||
|
||||
<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?4665c5b6e7993b847bf1c2e1"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?f052c183d21f94ecca2b03d8"></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?a5842f9627f321fcc98895e7">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?a5842f9627f321fcc98895e7">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?3c0d573fb1e5066b7cc14b94">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?3c0d573fb1e5066b7cc14b94">
|
||||
|
||||
<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?a5842f9627f321fcc98895e7"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?3c0d573fb1e5066b7cc14b94"></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?9f4fb8fd0ffa9e04f0c9d078">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?9f4fb8fd0ffa9e04f0c9d078">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?814f39cab80a3ebba45a8d11">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?814f39cab80a3ebba45a8d11">
|
||||
|
||||
<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?9f4fb8fd0ffa9e04f0c9d078"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?814f39cab80a3ebba45a8d11"></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?efff357a7a0dc379b9354783">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?efff357a7a0dc379b9354783">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?39b9ef11e9ab642073bac4fe">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?39b9ef11e9ab642073bac4fe">
|
||||
|
||||
<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?efff357a7a0dc379b9354783"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?39b9ef11e9ab642073bac4fe"></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?2d1598de8264f739bf25e5a5">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?2d1598de8264f739bf25e5a5">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?324472faab81e0e72929798e">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?324472faab81e0e72929798e">
|
||||
|
||||
<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?2d1598de8264f739bf25e5a5"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?324472faab81e0e72929798e"></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?23ef6a5a94fe93f92299668f">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?23ef6a5a94fe93f92299668f">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?6ddf7bdce378ea57b5af5bf5">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?6ddf7bdce378ea57b5af5bf5">
|
||||
|
||||
<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?23ef6a5a94fe93f92299668f"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?6ddf7bdce378ea57b5af5bf5"></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?ad0c151db9af5be5d3816b85">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?ad0c151db9af5be5d3816b85">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?c8023f3d843f176833f584b9">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?c8023f3d843f176833f584b9">
|
||||
|
||||
<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?ad0c151db9af5be5d3816b85"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?c8023f3d843f176833f584b9"></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?0caedc883763b168d2488e77">
|
||||
<link rel="stylesheet" href="_static/pygments.css?0caedc883763b168d2488e77">
|
||||
<link rel="stylesheet" href="_static/styles/default.css?3a3f03ba81d2e266dbe1fe03">
|
||||
<link rel="stylesheet" href="_static/pygments.css?3a3f03ba81d2e266dbe1fe03">
|
||||
|
||||
<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?0caedc883763b168d2488e77"></script></head>
|
||||
<script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?3a3f03ba81d2e266dbe1fe03"></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?e70bdd97789631aaddaa2440">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?e70bdd97789631aaddaa2440">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?9e7e629689f1c69c0e963282">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?9e7e629689f1c69c0e963282">
|
||||
|
||||
<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?e70bdd97789631aaddaa2440"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?9e7e629689f1c69c0e963282"></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?39379c56f894200190bddba7">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?39379c56f894200190bddba7">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?949046016bc6326e951bc442">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?949046016bc6326e951bc442">
|
||||
|
||||
<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?39379c56f894200190bddba7"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?949046016bc6326e951bc442"></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?4e8dc2ab5fbd3455c0b6437c">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?4e8dc2ab5fbd3455c0b6437c">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?318a4eaadf5a73d34b2889bb">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?318a4eaadf5a73d34b2889bb">
|
||||
|
||||
<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?4e8dc2ab5fbd3455c0b6437c"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?318a4eaadf5a73d34b2889bb"></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?10f1d14b76951d22c7e28d4d">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?10f1d14b76951d22c7e28d4d">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?3a07b149b45a819676c25cb0">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?3a07b149b45a819676c25cb0">
|
||||
|
||||
<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?10f1d14b76951d22c7e28d4d"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?3a07b149b45a819676c25cb0"></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?b24ee133990e09617bb05b99">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?b24ee133990e09617bb05b99">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?9d550649d39e84a246a9a5be">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?9d550649d39e84a246a9a5be">
|
||||
|
||||
<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?b24ee133990e09617bb05b99"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?9d550649d39e84a246a9a5be"></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?9fb0ea8f683ab043388c1213">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?9fb0ea8f683ab043388c1213">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?807f70614cd4810a421d3c87">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?807f70614cd4810a421d3c87">
|
||||
|
||||
<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?9fb0ea8f683ab043388c1213"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?807f70614cd4810a421d3c87"></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?9d0dfd7bdacc94c39aee67e5">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?9d0dfd7bdacc94c39aee67e5">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?8da21dd8be67e7d3e3de00cc">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?8da21dd8be67e7d3e3de00cc">
|
||||
|
||||
<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?9d0dfd7bdacc94c39aee67e5"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?8da21dd8be67e7d3e3de00cc"></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?5b489b87a1443838fc817a19">
|
||||
<link rel="stylesheet" href="_static/pygments.css?5b489b87a1443838fc817a19">
|
||||
<link rel="stylesheet" href="_static/styles/default.css?668c80d66a3bc65d5848ad38">
|
||||
<link rel="stylesheet" href="_static/pygments.css?668c80d66a3bc65d5848ad38">
|
||||
|
||||
<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?5b489b87a1443838fc817a19"></script></head>
|
||||
<script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?668c80d66a3bc65d5848ad38"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
@ -208,7 +208,6 @@ 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-6-0">v1.6.0</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="development/changelog.html#v1-5-0">v1.5.0</a></li>
|
||||
<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>
|
||||
|
|
|
@ -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?886eb4ec24937b0156842b66">
|
||||
<link rel="stylesheet" href="_static/pygments.css?886eb4ec24937b0156842b66">
|
||||
<link rel="stylesheet" href="_static/styles/default.css?df516de7e68aac2b86caa949">
|
||||
<link rel="stylesheet" href="_static/pygments.css?df516de7e68aac2b86caa949">
|
||||
|
||||
<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?886eb4ec24937b0156842b66"></script></head>
|
||||
<script src="_static/searchtools.js" defer></script><script src="_static/scripts/main.js?df516de7e68aac2b86caa949"></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