mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Deploying to gh-pages from @ bee3470856
🚀
This commit is contained in:
parent
880031467b
commit
d6ba06fb26
23 changed files with 133 additions and 68 deletions
|
@ -9,6 +9,16 @@ Fixed bugs
|
|||
|
||||
- `#1592 <https://github.com/3b1b/manim/pull/1592>`__: Fixed ``put_start_and_end_on`` in 3D
|
||||
- `#1601 <https://github.com/3b1b/manim/pull/1601>`__: Fixed ``DecimalNumber``'s scaling issue
|
||||
- `56df154 <https://github.com/3b1b/manim/commit/56df15453f3e3837ed731581e52a1d76d5692077>`__: Fixed bug with common range array used for all coordinate systems
|
||||
- `8645894 <https://github.com/3b1b/manim/commit/86458942550c639a241267d04d57d0e909fcf252>`__: Fixed ``CoordinateSystem`` init bug
|
||||
- `0dc096b <https://github.com/3b1b/manim/commit/0dc096bf576ea900b351e6f4a80c13a77676f89b>`__: Fixed bug for single-valued ``ValueTracker``
|
||||
- `54ad355 <https://github.com/3b1b/manim/commit/54ad3550ef0c0e2fda46b26700a43fa8cde0973f>`__: Fixed bug with SVG rectangles
|
||||
- `d45ea28 <https://github.com/3b1b/manim/commit/d45ea28dc1d92ab9c639a047c00c151382eb0131>`__: Fixed ``DotCloud.set_radii``
|
||||
- `b543cc0 <https://github.com/3b1b/manim/commit/b543cc0e32d45399ee81638b6d4fb631437664cd>`__: Temporarily fixed bug for ``PMobject`` array resizing
|
||||
- `5f878a2 <https://github.com/3b1b/manim/commit/5f878a2c1aa531b7682bd048468c72d2835c7fe5>`__: Fixed ``match_style``
|
||||
- `719c81d <https://github.com/3b1b/manim/commit/719c81d72b00dcf49f148d7c146774b22e0fe348>`__: Fixed negative ``path_arc`` case
|
||||
- `c726eb7 <https://github.com/3b1b/manim/commit/c726eb7a180b669ee81a18555112de26a8aff6d6>`__: Fixed bug with ``CoordinateSystem.get_lines_parallel_to_axis``
|
||||
- `7732d2f <https://github.com/3b1b/manim/commit/7732d2f0ee10449c5731499396d4911c03e89648>`__: Fixed ``ComplexPlane`` -i display bug
|
||||
|
||||
New Features
|
||||
^^^^^^^^^^^^
|
||||
|
@ -17,15 +27,38 @@ New Features
|
|||
- `#1607 <https://github.com/3b1b/manim/pull/1607>`__: Added ``FlashyFadeIn``
|
||||
- `#1607 <https://github.com/3b1b/manim/pull/1607>`__: Save triangulation
|
||||
- `#1625 <https://github.com/3b1b/manim/pull/1625>`__: Added new ``Code`` mobject
|
||||
- `#1637 <https://github.com/3b1b/manim/pull/1637>`__: Add warnings and use rich to display log
|
||||
- `bd356da <https://github.com/3b1b/manim/commit/bd356daa99bfe3134fcb192a5f72e0d76d853801>`__: Added ``VCube``
|
||||
- `6d72893 <https://github.com/3b1b/manim/commit/6d7289338234acc6658b9377c0f0084aa1fa7119>`__: Supported ``ValueTracker`` to track vectors
|
||||
- `3bb8f3f <https://github.com/3b1b/manim/commit/3bb8f3f0422a5dfba0da6ef122dc0c01f31aff03>`__: Added ``set_max_width``, ``set_max_height``, ``set_max_depth`` to ``Mobject``
|
||||
- `a35dd5a <https://github.com/3b1b/manim/commit/a35dd5a3cbdeffa3891d5aa5f80287c18dba2f7f>`__: Added ``TracgTail``
|
||||
- `acba13f <https://github.com/3b1b/manim/commit/acba13f4991b78d54c0bf93cce7ca3b351c25476>`__: Added ``Scene.point_to_mobject``
|
||||
- `f84b8a6 <https://github.com/3b1b/manim/commit/f84b8a66fe9e8b3872e5c716c5c240c14bb555ee>`__: Added poly_fractal shader
|
||||
- `b24ba19 <https://github.com/3b1b/manim/commit/b24ba19dec48ba4e38acbde8eec6d3a308b6ab83>`__: Added kwargs to ``TipableVMobject.set_length``
|
||||
- `17c2772 <https://github.com/3b1b/manim/commit/17c2772b84abf6392a4170030e36e981de4737d0>`__: Added ``Mobject.replicate``
|
||||
- `33fa76d <https://github.com/3b1b/manim/commit/33fa76dfac36e70bb5fad69dc6a336800c6dacce>`__: Added mandelbrot_fractal shader
|
||||
- `f22a341 <https://github.com/3b1b/manim/commit/f22a341e8411eae9331d4dd976b5e15bc6db08d9>`__: Saved state before each embed
|
||||
- `e10a752 <https://github.com/3b1b/manim/commit/e10a752c0001e8981038faa03be4de2603d3565f>`__: Allowed releasing of Textures
|
||||
- `14fbed7 <https://github.com/3b1b/manim/commit/14fbed76da4b493191136caebb8a955e2d41265b>`__: Consolidated and renamed newton_fractal shader
|
||||
- `6cdbe0d <https://github.com/3b1b/manim/commit/6cdbe0d67a11ab14a6d84840a114ae6d3af10168>`__: Hade ``ImageMoject`` remember the filepath to the Image
|
||||
|
||||
Refactor
|
||||
^^^^^^^^
|
||||
|
||||
- `#1601 <https://github.com/3b1b/manim/pull/1601>`__: Change back to simpler ``Mobject.scale`` implementation
|
||||
- `b667db2 <https://github.com/3b1b/manim/commit/b667db2d311a11cbbca2a6ff511d2c3cf1675486>`__: Simplify ``Square``
|
||||
- `#1601 <https://github.com/3b1b/manim/pull/1601>`__: Changed back to simpler ``Mobject.scale`` implementation
|
||||
- `b667db2 <https://github.com/3b1b/manim/commit/b667db2d311a11cbbca2a6ff511d2c3cf1675486>`__: Simplified ``Square``
|
||||
- `40290ad <https://github.com/3b1b/manim/commit/40290ada8343f10901fa9151cbdf84689667786d>`__: Removed unused parameter ``triangulation_locked``
|
||||
- `8647a64 <https://github.com/3b1b/manim/commit/8647a6429dd0c52cba14e971b8c09194a93cfd87>`__: Reimplemented ``Arrow``
|
||||
- `d8378d8 <https://github.com/3b1b/manim/commit/d8378d8157040cd797cc47ef9576beffd8607863>`__: Used ``make_approximately_smooth`` for ``set_points_smoothly`` by default
|
||||
- `7b4199c <https://github.com/3b1b/manim/commit/7b4199c674e291f1b84678828b63b6bd4fcc6b17>`__: Refactored to call ``_handle_scale_side_effects`` after scaling takes place
|
||||
- `7356a36 <https://github.com/3b1b/manim/commit/7356a36fa70a8279b43ae74e247cbd43b2bfd411>`__: Refactored to only call ``throw_error_if_no_points`` once for ``get_start_and_end``
|
||||
- `0787c4f <https://github.com/3b1b/manim/commit/0787c4f36270a6560b50ce3e07b30b0ec5f2ba3e>`__: Made sure framerate is 30 for previewed scenes
|
||||
- `c635f19 <https://github.com/3b1b/manim/commit/c635f19f2a33e916509e53ded46f55e2afa8f5f2>`__: Pushed ``pixel_coords_to_space_coords`` to ``Window``
|
||||
- `d5a88d0 <https://github.com/3b1b/manim/commit/d5a88d0fa457cfcf4cb9db417a098c37c95c7051>`__: Refactored to pass tuples and not arrays to uniforms
|
||||
- `9483f26 <https://github.com/3b1b/manim/commit/9483f26a3b056de0e34f27acabd1a946f1adbdf9>`__: Refactored to copy uniform arrays in ``Mobject.copy``
|
||||
- `ed1fc4d <https://github.com/3b1b/manim/commit/ed1fc4d5f94467d602a568466281ca2d0368b506>`__: Added ``bounding_box`` as exceptional key to point_cloud mobject
|
||||
- `329d2c6 <https://github.com/3b1b/manim/commit/329d2c6eaec3d88bfb754b555575a3ea7c97a7e0>`__: Made sure stroke width is always a float
|
||||
|
||||
|
||||
v1.1.0
|
||||
-------
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
<link rel="stylesheet" href="../_static/copybutton.css" />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?a08876d071d857843ffdf800">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?a08876d071d857843ffdf800">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?2e7e710f546b8b9ff2d694ba">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?2e7e710f546b8b9ff2d694ba">
|
||||
|
||||
<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?a08876d071d857843ffdf800"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?2e7e710f546b8b9ff2d694ba"></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?45ac2ceea1dea116bfbf0b5a">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?45ac2ceea1dea116bfbf0b5a">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?9464e582eb66eb6ab2a760a7">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?9464e582eb66eb6ab2a760a7">
|
||||
|
||||
<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?45ac2ceea1dea116bfbf0b5a"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?9464e582eb66eb6ab2a760a7"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
@ -130,6 +130,16 @@
|
|||
<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>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/56df15453f3e3837ed731581e52a1d76d5692077">56df154</a>: Fixed bug with common range array used for all coordinate systems</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/86458942550c639a241267d04d57d0e909fcf252">8645894</a>: Fixed <code class="docutils literal notranslate"><span class="pre">CoordinateSystem</span></code> init bug</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/0dc096bf576ea900b351e6f4a80c13a77676f89b">0dc096b</a>: Fixed bug for single-valued <code class="docutils literal notranslate"><span class="pre">ValueTracker</span></code></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/54ad3550ef0c0e2fda46b26700a43fa8cde0973f">54ad355</a>: Fixed bug with SVG rectangles</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/d45ea28dc1d92ab9c639a047c00c151382eb0131">d45ea28</a>: Fixed <code class="docutils literal notranslate"><span class="pre">DotCloud.set_radii</span></code></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/b543cc0e32d45399ee81638b6d4fb631437664cd">b543cc0</a>: Temporarily fixed bug for <code class="docutils literal notranslate"><span class="pre">PMobject</span></code> array resizing</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/5f878a2c1aa531b7682bd048468c72d2835c7fe5">5f878a2</a>: Fixed <code class="docutils literal notranslate"><span class="pre">match_style</span></code></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/719c81d72b00dcf49f148d7c146774b22e0fe348">719c81d</a>: Fixed negative <code class="docutils literal notranslate"><span class="pre">path_arc</span></code> case</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/c726eb7a180b669ee81a18555112de26a8aff6d6">c726eb7</a>: Fixed bug with <code class="docutils literal notranslate"><span class="pre">CoordinateSystem.get_lines_parallel_to_axis</span></code></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/7732d2f0ee10449c5731499396d4911c03e89648">7732d2f</a>: Fixed <code class="docutils literal notranslate"><span class="pre">ComplexPlane</span></code> -i display bug</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="new-features">
|
||||
|
@ -139,16 +149,38 @@
|
|||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1607">#1607</a>: Added <code class="docutils literal notranslate"><span class="pre">FlashyFadeIn</span></code></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1607">#1607</a>: Save triangulation</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1625">#1625</a>: Added new <code class="docutils literal notranslate"><span class="pre">Code</span></code> mobject</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1637">#1637</a>: Add warnings and use rich to display log</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/bd356daa99bfe3134fcb192a5f72e0d76d853801">bd356da</a>: Added <code class="docutils literal notranslate"><span class="pre">VCube</span></code></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/6d7289338234acc6658b9377c0f0084aa1fa7119">6d72893</a>: Supported <code class="docutils literal notranslate"><span class="pre">ValueTracker</span></code> to track vectors</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/3bb8f3f0422a5dfba0da6ef122dc0c01f31aff03">3bb8f3f</a>: Added <code class="docutils literal notranslate"><span class="pre">set_max_width</span></code>, <code class="docutils literal notranslate"><span class="pre">set_max_height</span></code>, <code class="docutils literal notranslate"><span class="pre">set_max_depth</span></code> to <code class="docutils literal notranslate"><span class="pre">Mobject</span></code></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/a35dd5a3cbdeffa3891d5aa5f80287c18dba2f7f">a35dd5a</a>: Added <code class="docutils literal notranslate"><span class="pre">TracgTail</span></code></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/acba13f4991b78d54c0bf93cce7ca3b351c25476">acba13f</a>: Added <code class="docutils literal notranslate"><span class="pre">Scene.point_to_mobject</span></code></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/f84b8a66fe9e8b3872e5c716c5c240c14bb555ee">f84b8a6</a>: Added poly_fractal shader</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/b24ba19dec48ba4e38acbde8eec6d3a308b6ab83">b24ba19</a>: Added kwargs to <code class="docutils literal notranslate"><span class="pre">TipableVMobject.set_length</span></code></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/17c2772b84abf6392a4170030e36e981de4737d0">17c2772</a>: Added <code class="docutils literal notranslate"><span class="pre">Mobject.replicate</span></code></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/33fa76dfac36e70bb5fad69dc6a336800c6dacce">33fa76d</a>: Added mandelbrot_fractal shader</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/f22a341e8411eae9331d4dd976b5e15bc6db08d9">f22a341</a>: Saved state before each embed</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/e10a752c0001e8981038faa03be4de2603d3565f">e10a752</a>: Allowed releasing of Textures</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/14fbed76da4b493191136caebb8a955e2d41265b">14fbed7</a>: Consolidated and renamed newton_fractal shader</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/6cdbe0d67a11ab14a6d84840a114ae6d3af10168">6cdbe0d</a>: Hade <code class="docutils literal notranslate"><span class="pre">ImageMoject</span></code> remember the filepath to the Image</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="refactor">
|
||||
<h3>Refactor<a class="headerlink" href="#refactor" title="Permalink to this headline">¶</a></h3>
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1601">#1601</a>: Change back to simpler <code class="docutils literal notranslate"><span class="pre">Mobject.scale</span></code> implementation</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/b667db2d311a11cbbca2a6ff511d2c3cf1675486">b667db2</a>: Simplify <code class="docutils literal notranslate"><span class="pre">Square</span></code></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1601">#1601</a>: Changed back to simpler <code class="docutils literal notranslate"><span class="pre">Mobject.scale</span></code> implementation</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/b667db2d311a11cbbca2a6ff511d2c3cf1675486">b667db2</a>: Simplified <code class="docutils literal notranslate"><span class="pre">Square</span></code></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/40290ada8343f10901fa9151cbdf84689667786d">40290ad</a>: Removed unused parameter <code class="docutils literal notranslate"><span class="pre">triangulation_locked</span></code></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/8647a6429dd0c52cba14e971b8c09194a93cfd87">8647a64</a>: Reimplemented <code class="docutils literal notranslate"><span class="pre">Arrow</span></code></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/d8378d8157040cd797cc47ef9576beffd8607863">d8378d8</a>: Used <code class="docutils literal notranslate"><span class="pre">make_approximately_smooth</span></code> for <code class="docutils literal notranslate"><span class="pre">set_points_smoothly</span></code> by default</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/7b4199c674e291f1b84678828b63b6bd4fcc6b17">7b4199c</a>: Refactored to call <code class="docutils literal notranslate"><span class="pre">_handle_scale_side_effects</span></code> after scaling takes place</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/7356a36fa70a8279b43ae74e247cbd43b2bfd411">7356a36</a>: Refactored to only call <code class="docutils literal notranslate"><span class="pre">throw_error_if_no_points</span></code> once for <code class="docutils literal notranslate"><span class="pre">get_start_and_end</span></code></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/0787c4f36270a6560b50ce3e07b30b0ec5f2ba3e">0787c4f</a>: Made sure framerate is 30 for previewed scenes</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/c635f19f2a33e916509e53ded46f55e2afa8f5f2">c635f19</a>: Pushed <code class="docutils literal notranslate"><span class="pre">pixel_coords_to_space_coords</span></code> to <code class="docutils literal notranslate"><span class="pre">Window</span></code></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/d5a88d0fa457cfcf4cb9db417a098c37c95c7051">d5a88d0</a>: Refactored to pass tuples and not arrays to uniforms</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/9483f26a3b056de0e34f27acabd1a946f1adbdf9">9483f26</a>: Refactored to copy uniform arrays in <code class="docutils literal notranslate"><span class="pre">Mobject.copy</span></code></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/ed1fc4d5f94467d602a568466281ca2d0368b506">ed1fc4d</a>: Added <code class="docutils literal notranslate"><span class="pre">bounding_box</span></code> as exceptional key to point_cloud mobject</p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/329d2c6eaec3d88bfb754b555575a3ea7c97a7e0">329d2c6</a>: Made sure stroke width is always a float</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
<link rel="stylesheet" href="../_static/copybutton.css" />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?4ff1da259d5267efa84fd6c2">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?4ff1da259d5267efa84fd6c2">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?bd83bd6757d2bd0990cac8be">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?bd83bd6757d2bd0990cac8be">
|
||||
|
||||
<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?4ff1da259d5267efa84fd6c2"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?bd83bd6757d2bd0990cac8be"></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?8fcc81a6392fa56c728fd4ec">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?8fcc81a6392fa56c728fd4ec">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?3999be383b55904e684c18dd">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?3999be383b55904e684c18dd">
|
||||
|
||||
<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?8fcc81a6392fa56c728fd4ec"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?3999be383b55904e684c18dd"></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?9730503154494c8ecab2f34b">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?9730503154494c8ecab2f34b">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?8551e4adab337e5bd85054a8">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?8551e4adab337e5bd85054a8">
|
||||
|
||||
<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?9730503154494c8ecab2f34b"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?8551e4adab337e5bd85054a8"></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?8502d24a70c36a1cb48eb9f2">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?8502d24a70c36a1cb48eb9f2">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?2b97352edc5e91ac8f688495">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?2b97352edc5e91ac8f688495">
|
||||
|
||||
<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?8502d24a70c36a1cb48eb9f2"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?2b97352edc5e91ac8f688495"></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?2ac42aeabbf4679f2d1fe8cb">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?2ac42aeabbf4679f2d1fe8cb">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?49619bc64836d2d3028ede41">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?49619bc64836d2d3028ede41">
|
||||
|
||||
<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?2ac42aeabbf4679f2d1fe8cb"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?49619bc64836d2d3028ede41"></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?c727df2a89e3f4fcc39be580">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?c727df2a89e3f4fcc39be580">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?bc858c1572b69c8e7a049afa">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?bc858c1572b69c8e7a049afa">
|
||||
|
||||
<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?c727df2a89e3f4fcc39be580"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?bc858c1572b69c8e7a049afa"></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?111cd12ecc880996511866d3">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?111cd12ecc880996511866d3">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?73b66c07d361b19ad6e7945e">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?73b66c07d361b19ad6e7945e">
|
||||
|
||||
<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?111cd12ecc880996511866d3"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?73b66c07d361b19ad6e7945e"></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?4e246a0d6a62c972a666d56c">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?4e246a0d6a62c972a666d56c">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?62ce05eb8d7c4385ee37c61d">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?62ce05eb8d7c4385ee37c61d">
|
||||
|
||||
<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?4e246a0d6a62c972a666d56c"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?62ce05eb8d7c4385ee37c61d"></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?a9759aa55e18de1b9ff73bd7">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?a9759aa55e18de1b9ff73bd7">
|
||||
<link rel="stylesheet" href="../../_static/styles/default.css?5ecf1926686c568af4d1ca23">
|
||||
<link rel="stylesheet" href="../../_static/pygments.css?5ecf1926686c568af4d1ca23">
|
||||
|
||||
<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?a9759aa55e18de1b9ff73bd7"></script></head>
|
||||
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?5ecf1926686c568af4d1ca23"></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?7e57b43b283a059ee5dfbfbb">
|
||||
<link rel="stylesheet" href="_static/pygments.css?7e57b43b283a059ee5dfbfbb">
|
||||
<link rel="stylesheet" href="_static/styles/default.css?fb0014a8aadc14ee44546618">
|
||||
<link rel="stylesheet" href="_static/pygments.css?fb0014a8aadc14ee44546618">
|
||||
|
||||
<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?7e57b43b283a059ee5dfbfbb"></script></head>
|
||||
<script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?fb0014a8aadc14ee44546618"></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?58b830a53c2b9d75d8f21270">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?58b830a53c2b9d75d8f21270">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?52df803c0c221aa367fdcdfb">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?52df803c0c221aa367fdcdfb">
|
||||
|
||||
<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?58b830a53c2b9d75d8f21270"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?52df803c0c221aa367fdcdfb"></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?b172659e212e35f96f61763d">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?b172659e212e35f96f61763d">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?8815b9416f0394ad4cca4a43">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?8815b9416f0394ad4cca4a43">
|
||||
|
||||
<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?b172659e212e35f96f61763d"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?8815b9416f0394ad4cca4a43"></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?72b2b7f1a496762dab6d21cb">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?72b2b7f1a496762dab6d21cb">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?497faaa93eb45809393fb6be">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?497faaa93eb45809393fb6be">
|
||||
|
||||
<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?72b2b7f1a496762dab6d21cb"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?497faaa93eb45809393fb6be"></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?b018cef0bfd6f08b15a33c44">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?b018cef0bfd6f08b15a33c44">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?18f89450522c36e612daaf8a">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?18f89450522c36e612daaf8a">
|
||||
|
||||
<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?b018cef0bfd6f08b15a33c44"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?18f89450522c36e612daaf8a"></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?61b0290b6bd043a3bbbdc4f2">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?61b0290b6bd043a3bbbdc4f2">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?ff26ede5dde357648dae5dd8">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?ff26ede5dde357648dae5dd8">
|
||||
|
||||
<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?61b0290b6bd043a3bbbdc4f2"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?ff26ede5dde357648dae5dd8"></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?9f5430b68407424979b709b5">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?9f5430b68407424979b709b5">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?c980c60b6bccfa0143e13e4c">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?c980c60b6bccfa0143e13e4c">
|
||||
|
||||
<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?9f5430b68407424979b709b5"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?c980c60b6bccfa0143e13e4c"></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?d40370ac6e672089498fab90">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?d40370ac6e672089498fab90">
|
||||
<link rel="stylesheet" href="../_static/styles/default.css?11e4eaf9e950fca6b416b732">
|
||||
<link rel="stylesheet" href="../_static/pygments.css?11e4eaf9e950fca6b416b732">
|
||||
|
||||
<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?d40370ac6e672089498fab90"></script></head>
|
||||
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?11e4eaf9e950fca6b416b732"></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?fe9311c53baa767037fec67a">
|
||||
<link rel="stylesheet" href="_static/pygments.css?fe9311c53baa767037fec67a">
|
||||
<link rel="stylesheet" href="_static/styles/default.css?1d435e75e6370df12a45592f">
|
||||
<link rel="stylesheet" href="_static/pygments.css?1d435e75e6370df12a45592f">
|
||||
|
||||
<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?fe9311c53baa767037fec67a"></script></head>
|
||||
<script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?1d435e75e6370df12a45592f"></script></head>
|
||||
<body dir="">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
<link rel="shortcut icon" href="_static/icon.png"/><meta name="generator" content="sphinx-3.0.3, furo 2020.10.05.beta9"/><title>Search - manim documentation</title><link rel="stylesheet" href="_static/copybutton.css" />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
|
||||
<link rel="stylesheet" href="_static/styles/default.css?d8d6f3e651515de00a0812aa">
|
||||
<link rel="stylesheet" href="_static/pygments.css?d8d6f3e651515de00a0812aa">
|
||||
<link rel="stylesheet" href="_static/styles/default.css?2f81c108d5c44c48e027279f">
|
||||
<link rel="stylesheet" href="_static/pygments.css?2f81c108d5c44c48e027279f">
|
||||
|
||||
<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?d8d6f3e651515de00a0812aa"></script></head>
|
||||
<script src="_static/searchtools.js" defer></script><script src="_static/scripts/main.js?2f81c108d5c44c48e027279f"></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