Deploying to gh-pages from @ 9df58e4ddf 🚀

This commit is contained in:
TonyCrane 2021-07-28 15:20:45 +00:00
parent 5a921b0121
commit f1db52bbc9
24 changed files with 97 additions and 68 deletions

View file

@ -4,6 +4,11 @@ Changelog
Unreleased Unreleased
---------- ----------
No changes
v1.1.0
-------
Fixed bugs Fixed bugs
^^^^^^^^^^ ^^^^^^^^^^
@ -17,6 +22,12 @@ Fixed bugs
- Fixed the default color of tip - Fixed the default color of tip
- Fixed a typo in ``ShowPassingFlashWithThinningStrokeWidth`` - Fixed a typo in ``ShowPassingFlashWithThinningStrokeWidth``
- Fixed the default size of ``Text`` - Fixed the default size of ``Text``
- Fixed a missing import line in ``mobject.py``
- Fixed the bug in ControlsExample
- Make sure frame is added to the scene when initialization
- Fixed zooming directions
- Rewrote ``earclip_triangulation`` to fix triangulation
- Allowed sound_file_name to be taken in without extensions
New Features New Features
^^^^^^^^^^^^ ^^^^^^^^^^^^
@ -43,3 +54,6 @@ New Features
- Added support for debugger launch - Added support for debugger launch
- Added CLI flag ``--config_file`` to load configuration file manually - Added CLI flag ``--config_file`` to load configuration file manually
- Added ``tip_style`` to ``tip_config`` - Added ``tip_style`` to ``tip_config``
- Added ``MarkupText``
- Take in ``u_range`` and ``v_range`` as arguments to ``ParametricSurface``
- Added ``TrueDot``

View file

@ -6,7 +6,7 @@ Manim's documentation
Manim is an animation engine for explanatory math videos. It's used to create precise animations programmatically, as seen in the videos Manim is an animation engine for explanatory math videos. It's used to create precise animations programmatically, as seen in the videos
at `3Blue1Brown <https://www.3blue1brown.com/>`_. at `3Blue1Brown <https://www.3blue1brown.com/>`_.
And here is a Chinese version of this documentation: https://manim.wiki/shaders And here is a Chinese version of this documentation: https://docs.manim.org.cn/shaders
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" /> <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/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.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?59c60432a6ce15a952ffd704"> <link rel="stylesheet" href="../_static/styles/default.css?a95b76006da6ed8c575e1839">
<link rel="stylesheet" href="../_static/pygments.css?59c60432a6ce15a952ffd704"> <link rel="stylesheet" href="../_static/pygments.css?a95b76006da6ed8c575e1839">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script> <script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script> <script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?59c60432a6ce15a952ffd704"></script></head> <script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?a95b76006da6ed8c575e1839"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" /> <link rel="stylesheet" href="../_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/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.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?f4e90965290d04b73072c925"> <link rel="stylesheet" href="../_static/styles/default.css?4ab3cb4473feb71fc81c33ed">
<link rel="stylesheet" href="../_static/pygments.css?f4e90965290d04b73072c925"> <link rel="stylesheet" href="../_static/pygments.css?4ab3cb4473feb71fc81c33ed">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script> <script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script> <script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?f4e90965290d04b73072c925"></script></head> <script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?4ab3cb4473feb71fc81c33ed"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -125,6 +125,10 @@
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h1> <h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h1>
<section id="unreleased"> <section id="unreleased">
<h2>Unreleased<a class="headerlink" href="#unreleased" title="Permalink to this headline"></a></h2> <h2>Unreleased<a class="headerlink" href="#unreleased" title="Permalink to this headline"></a></h2>
<p>No changes</p>
</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"> <section id="fixed-bugs">
<h3>Fixed bugs<a class="headerlink" href="#fixed-bugs" title="Permalink to this headline"></a></h3> <h3>Fixed bugs<a class="headerlink" href="#fixed-bugs" title="Permalink to this headline"></a></h3>
<ul class="simple"> <ul class="simple">
@ -138,6 +142,12 @@
<li><p>Fixed the default color of tip</p></li> <li><p>Fixed the default color of tip</p></li>
<li><p>Fixed a typo in <code class="docutils literal notranslate"><span class="pre">ShowPassingFlashWithThinningStrokeWidth</span></code></p></li> <li><p>Fixed a typo in <code class="docutils literal notranslate"><span class="pre">ShowPassingFlashWithThinningStrokeWidth</span></code></p></li>
<li><p>Fixed the default size of <code class="docutils literal notranslate"><span class="pre">Text</span></code></p></li> <li><p>Fixed the default size of <code class="docutils literal notranslate"><span class="pre">Text</span></code></p></li>
<li><p>Fixed a missing import line in <code class="docutils literal notranslate"><span class="pre">mobject.py</span></code></p></li>
<li><p>Fixed the bug in ControlsExample</p></li>
<li><p>Make sure frame is added to the scene when initialization</p></li>
<li><p>Fixed zooming directions</p></li>
<li><p>Rewrote <code class="docutils literal notranslate"><span class="pre">earclip_triangulation</span></code> to fix triangulation</p></li>
<li><p>Allowed sound_file_name to be taken in without extensions</p></li>
</ul> </ul>
</section> </section>
<section id="new-features"> <section id="new-features">
@ -167,6 +177,9 @@
<li><p>Added support for debugger launch</p></li> <li><p>Added support for debugger launch</p></li>
<li><p>Added CLI flag <code class="docutils literal notranslate"><span class="pre">--config_file</span></code> to load configuration file manually</p></li> <li><p>Added CLI flag <code class="docutils literal notranslate"><span class="pre">--config_file</span></code> to load configuration file manually</p></li>
<li><p>Added <code class="docutils literal notranslate"><span class="pre">tip_style</span></code> to <code class="docutils literal notranslate"><span class="pre">tip_config</span></code></p></li> <li><p>Added <code class="docutils literal notranslate"><span class="pre">tip_style</span></code> to <code class="docutils literal notranslate"><span class="pre">tip_config</span></code></p></li>
<li><p>Added <code class="docutils literal notranslate"><span class="pre">MarkupText</span></code></p></li>
<li><p>Take in <code class="docutils literal notranslate"><span class="pre">u_range</span></code> and <code class="docutils literal notranslate"><span class="pre">v_range</span></code> as arguments to <code class="docutils literal notranslate"><span class="pre">ParametricSurface</span></code></p></li>
<li><p>Added <code class="docutils literal notranslate"><span class="pre">TrueDot</span></code></p></li>
</ul> </ul>
</section> </section>
</section> </section>
@ -219,7 +232,8 @@
<div class="toc-tree"> <div class="toc-tree">
<ul> <ul>
<li><a class="reference internal" href="#">Changelog</a><ul> <li><a class="reference internal" href="#">Changelog</a><ul>
<li><a class="reference internal" href="#unreleased">Unreleased</a><ul> <li><a class="reference internal" href="#unreleased">Unreleased</a></li>
<li><a class="reference internal" href="#v1-1-0">v1.1.0</a><ul>
<li><a class="reference internal" href="#fixed-bugs">Fixed bugs</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="#new-features">New Features</a></li>
</ul> </ul>

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" /> <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/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.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?001a3e10dffaa84f88907fa6"> <link rel="stylesheet" href="../_static/styles/default.css?dd3f567b5e7118e8e89010be">
<link rel="stylesheet" href="../_static/pygments.css?001a3e10dffaa84f88907fa6"> <link rel="stylesheet" href="../_static/pygments.css?dd3f567b5e7118e8e89010be">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script> <script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script> <script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?001a3e10dffaa84f88907fa6"></script></head> <script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?dd3f567b5e7118e8e89010be"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../../_static/copybutton.css" /> <link rel="stylesheet" href="../../_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/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.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?93153e262a5b71c17b6a434b"> <link rel="stylesheet" href="../../_static/styles/default.css?fb069b1c687f1f4eb4dd4248">
<link rel="stylesheet" href="../../_static/pygments.css?93153e262a5b71c17b6a434b"> <link rel="stylesheet" href="../../_static/pygments.css?fb069b1c687f1f4eb4dd4248">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../../_static/language_data.js" defer></script> <script src="../../_static/language_data.js" defer></script>
<script src="../../_static/clipboard.min.js"></script> <script src="../../_static/clipboard.min.js"></script>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?93153e262a5b71c17b6a434b"></script></head> <script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?fb069b1c687f1f4eb4dd4248"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../../_static/copybutton.css" /> <link rel="stylesheet" href="../../_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/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.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?a7cd6442fe57279941012ffc"> <link rel="stylesheet" href="../../_static/styles/default.css?e8bb88d5b9dc6b5125214d87">
<link rel="stylesheet" href="../../_static/pygments.css?a7cd6442fe57279941012ffc"> <link rel="stylesheet" href="../../_static/pygments.css?e8bb88d5b9dc6b5125214d87">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../../_static/language_data.js" defer></script> <script src="../../_static/language_data.js" defer></script>
<script src="../../_static/clipboard.min.js"></script> <script src="../../_static/clipboard.min.js"></script>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?a7cd6442fe57279941012ffc"></script></head> <script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?e8bb88d5b9dc6b5125214d87"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" /> <link rel="stylesheet" href="../_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/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.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?3f468b672715dc37fc70aa35"> <link rel="stylesheet" href="../_static/styles/default.css?fb8389461298d817d29e942e">
<link rel="stylesheet" href="../_static/pygments.css?3f468b672715dc37fc70aa35"> <link rel="stylesheet" href="../_static/pygments.css?fb8389461298d817d29e942e">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script> <script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script> <script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?3f468b672715dc37fc70aa35"></script></head> <script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?fb8389461298d817d29e942e"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" /> <link rel="stylesheet" href="../_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/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.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?0f98054433e3302d48934d47"> <link rel="stylesheet" href="../_static/styles/default.css?5745bfdd982e1c376de61bcb">
<link rel="stylesheet" href="../_static/pygments.css?0f98054433e3302d48934d47"> <link rel="stylesheet" href="../_static/pygments.css?5745bfdd982e1c376de61bcb">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script> <script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script> <script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?0f98054433e3302d48934d47"></script></head> <script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?5745bfdd982e1c376de61bcb"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../../_static/copybutton.css" /> <link rel="stylesheet" href="../../_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/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.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?9c44caf79537a5c3a39ed2e6"> <link rel="stylesheet" href="../../_static/styles/default.css?ce8268d6b005e9e65096cb6d">
<link rel="stylesheet" href="../../_static/pygments.css?9c44caf79537a5c3a39ed2e6"> <link rel="stylesheet" href="../../_static/pygments.css?ce8268d6b005e9e65096cb6d">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../../_static/language_data.js" defer></script> <script src="../../_static/language_data.js" defer></script>
<script src="../../_static/clipboard.min.js"></script> <script src="../../_static/clipboard.min.js"></script>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?9c44caf79537a5c3a39ed2e6"></script></head> <script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?ce8268d6b005e9e65096cb6d"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../../_static/copybutton.css" /> <link rel="stylesheet" href="../../_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/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.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?e669f1faa1cdc282f8b77f88"> <link rel="stylesheet" href="../../_static/styles/default.css?09dd674d54e0a9d71e3268e7">
<link rel="stylesheet" href="../../_static/pygments.css?e669f1faa1cdc282f8b77f88"> <link rel="stylesheet" href="../../_static/pygments.css?09dd674d54e0a9d71e3268e7">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../../_static/language_data.js" defer></script> <script src="../../_static/language_data.js" defer></script>
<script src="../../_static/clipboard.min.js"></script> <script src="../../_static/clipboard.min.js"></script>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?e669f1faa1cdc282f8b77f88"></script></head> <script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?09dd674d54e0a9d71e3268e7"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../../_static/copybutton.css" /> <link rel="stylesheet" href="../../_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/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.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?b1088afd8c81b8752a6ad17a"> <link rel="stylesheet" href="../../_static/styles/default.css?6f5fc647f82f31255b6e4686">
<link rel="stylesheet" href="../../_static/pygments.css?b1088afd8c81b8752a6ad17a"> <link rel="stylesheet" href="../../_static/pygments.css?6f5fc647f82f31255b6e4686">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../../_static/language_data.js" defer></script> <script src="../../_static/language_data.js" defer></script>
<script src="../../_static/clipboard.min.js"></script> <script src="../../_static/clipboard.min.js"></script>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?b1088afd8c81b8752a6ad17a"></script></head> <script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?6f5fc647f82f31255b6e4686"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../../_static/copybutton.css" /> <link rel="stylesheet" href="../../_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/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.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?88d059ce44aacbb2fcfa6f06"> <link rel="stylesheet" href="../../_static/styles/default.css?60347e9dce65f3db91f570dd">
<link rel="stylesheet" href="../../_static/pygments.css?88d059ce44aacbb2fcfa6f06"> <link rel="stylesheet" href="../../_static/pygments.css?60347e9dce65f3db91f570dd">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../../_static/language_data.js" defer></script> <script src="../../_static/language_data.js" defer></script>
<script src="../../_static/clipboard.min.js"></script> <script src="../../_static/clipboard.min.js"></script>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?88d059ce44aacbb2fcfa6f06"></script></head> <script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?60347e9dce65f3db91f570dd"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -8,8 +8,8 @@
<link rel="stylesheet" href="_static/copybutton.css" /> <link rel="stylesheet" href="_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/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.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?6a75b29deafc31a9b99fc0bd"> <link rel="stylesheet" href="_static/styles/default.css?0c4d387393f8e52d8d7d0122">
<link rel="stylesheet" href="_static/pygments.css?6a75b29deafc31a9b99fc0bd"> <link rel="stylesheet" href="_static/pygments.css?0c4d387393f8e52d8d7d0122">
<style> <style>
:root { :root {
@ -26,7 +26,7 @@
<script src="_static/language_data.js" defer></script> <script src="_static/language_data.js" defer></script>
<script src="_static/clipboard.min.js"></script> <script src="_static/clipboard.min.js"></script>
<script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?6a75b29deafc31a9b99fc0bd"></script></head> <script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?0c4d387393f8e52d8d7d0122"></script></head>
<body dir=""> <body dir="">
</body> </body>

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" /> <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/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.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?1f23c337dec74156f6e64df6"> <link rel="stylesheet" href="../_static/styles/default.css?cbf75ed4ead0a74ba411a659">
<link rel="stylesheet" href="../_static/pygments.css?1f23c337dec74156f6e64df6"> <link rel="stylesheet" href="../_static/pygments.css?cbf75ed4ead0a74ba411a659">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script> <script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script> <script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?1f23c337dec74156f6e64df6"></script></head> <script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?cbf75ed4ead0a74ba411a659"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" /> <link rel="stylesheet" href="../_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/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.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?35f7895998708146e7c65431"> <link rel="stylesheet" href="../_static/styles/default.css?b6d702dfaa54635989c386cd">
<link rel="stylesheet" href="../_static/pygments.css?35f7895998708146e7c65431"> <link rel="stylesheet" href="../_static/pygments.css?b6d702dfaa54635989c386cd">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script> <script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script> <script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?35f7895998708146e7c65431"></script></head> <script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?b6d702dfaa54635989c386cd"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" /> <link rel="stylesheet" href="../_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/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.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?d8aef56a5299c3459feb813d"> <link rel="stylesheet" href="../_static/styles/default.css?a22a1cb97f329e5700e3725e">
<link rel="stylesheet" href="../_static/pygments.css?d8aef56a5299c3459feb813d"> <link rel="stylesheet" href="../_static/pygments.css?a22a1cb97f329e5700e3725e">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script> <script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script> <script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?d8aef56a5299c3459feb813d"></script></head> <script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?a22a1cb97f329e5700e3725e"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" /> <link rel="stylesheet" href="../_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/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.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?86d7ef71a7d27154a2994eb7"> <link rel="stylesheet" href="../_static/styles/default.css?79d1ae5d1e44dc1f4588cadf">
<link rel="stylesheet" href="../_static/pygments.css?86d7ef71a7d27154a2994eb7"> <link rel="stylesheet" href="../_static/pygments.css?79d1ae5d1e44dc1f4588cadf">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script> <script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script> <script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?86d7ef71a7d27154a2994eb7"></script></head> <script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?79d1ae5d1e44dc1f4588cadf"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" /> <link rel="stylesheet" href="../_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/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.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?c0ddd90f469a4dfc7e3698f1"> <link rel="stylesheet" href="../_static/styles/default.css?89f573607ada05f36012e09e">
<link rel="stylesheet" href="../_static/pygments.css?c0ddd90f469a4dfc7e3698f1"> <link rel="stylesheet" href="../_static/pygments.css?89f573607ada05f36012e09e">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script> <script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script> <script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?c0ddd90f469a4dfc7e3698f1"></script></head> <script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?89f573607ada05f36012e09e"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" /> <link rel="stylesheet" href="../_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/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.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?b0e81ebbcf11a9eb04ab7cf6"> <link rel="stylesheet" href="../_static/styles/default.css?b76a9e82f35e753dbc44a2a1">
<link rel="stylesheet" href="../_static/pygments.css?b0e81ebbcf11a9eb04ab7cf6"> <link rel="stylesheet" href="../_static/pygments.css?b76a9e82f35e753dbc44a2a1">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script> <script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script> <script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?b0e81ebbcf11a9eb04ab7cf6"></script></head> <script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?b76a9e82f35e753dbc44a2a1"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" /> <link rel="stylesheet" href="../_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/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.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?6f3c107449fa217ea18036a6"> <link rel="stylesheet" href="../_static/styles/default.css?eb0b25138a2be7bfecb70b86">
<link rel="stylesheet" href="../_static/pygments.css?6f3c107449fa217ea18036a6"> <link rel="stylesheet" href="../_static/pygments.css?eb0b25138a2be7bfecb70b86">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script> <script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script> <script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?6f3c107449fa217ea18036a6"></script></head> <script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?eb0b25138a2be7bfecb70b86"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View file

@ -9,8 +9,8 @@
<link rel="stylesheet" href="_static/copybutton.css" /> <link rel="stylesheet" href="_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/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.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?cc40cf65b0909411364a30e0"> <link rel="stylesheet" href="_static/styles/default.css?78d0c494964e9b70ba680519">
<link rel="stylesheet" href="_static/pygments.css?cc40cf65b0909411364a30e0"> <link rel="stylesheet" href="_static/pygments.css?78d0c494964e9b70ba680519">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="_static/language_data.js" defer></script> <script src="_static/language_data.js" defer></script>
<script src="_static/clipboard.min.js"></script> <script src="_static/clipboard.min.js"></script>
<script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?cc40cf65b0909411364a30e0"></script></head> <script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?78d0c494964e9b70ba680519"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -126,7 +126,7 @@
<img alt="https://cdn.jsdelivr.net/gh/3b1b/manim@master/logo/white_with_name.png" src="https://cdn.jsdelivr.net/gh/3b1b/manim@master/logo/white_with_name.png"/> <img alt="https://cdn.jsdelivr.net/gh/3b1b/manim@master/logo/white_with_name.png" src="https://cdn.jsdelivr.net/gh/3b1b/manim@master/logo/white_with_name.png"/>
<p>Manim is an animation engine for explanatory math videos. Its used to create precise animations programmatically, as seen in the videos <p>Manim is an animation engine for explanatory math videos. Its used to create precise animations programmatically, as seen in the videos
at <a class="reference external" href="https://www.3blue1brown.com/">3Blue1Brown</a>.</p> at <a class="reference external" href="https://www.3blue1brown.com/">3Blue1Brown</a>.</p>
<p>And here is a Chinese version of this documentation: <a class="reference external" href="https://manim.wiki/shaders">https://manim.wiki/shaders</a></p> <p>And here is a Chinese version of this documentation: <a class="reference external" href="https://docs.manim.org.cn/shaders">https://docs.manim.org.cn/shaders</a></p>
<div class="toctree-wrapper compound"> <div class="toctree-wrapper compound">
<p><span class="caption-text">Getting Started</span></p> <p><span class="caption-text">Getting Started</span></p>
<ul> <ul>
@ -210,6 +210,7 @@ at <a class="reference external" href="https://www.3blue1brown.com/">3Blue1Brown
<ul> <ul>
<li class="toctree-l1"><a class="reference internal" href="development/changelog.html">Changelog</a><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#unreleased">Unreleased</a></li> <li class="toctree-l2"><a class="reference internal" href="development/changelog.html#unreleased">Unreleased</a></li>
<li class="toctree-l2"><a class="reference internal" href="development/changelog.html#v1-1-0">v1.1.0</a></li>
</ul> </ul>
</li> </li>
<li class="toctree-l1"><a class="reference internal" href="development/contributing.html">Contributing</a><ul> <li class="toctree-l1"><a class="reference internal" href="development/contributing.html">Contributing</a><ul>

View file

@ -6,8 +6,8 @@
<link rel="shortcut icon" href="_static/icon.png"/><meta name="generator" content="sphinx-3.0.3, furo 2020.10.05.beta9"/><title>Search - manim documentation</title><link rel="stylesheet" href="_static/copybutton.css" /> <link rel="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/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.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?3fca0ca29834c0e04025e90a"> <link rel="stylesheet" href="_static/styles/default.css?db3538e2cc2b7d50936d5b67">
<link rel="stylesheet" href="_static/pygments.css?3fca0ca29834c0e04025e90a"> <link rel="stylesheet" href="_static/pygments.css?db3538e2cc2b7d50936d5b67">
<style> <style>
:root { :root {
@ -25,7 +25,7 @@
<script src="_static/clipboard.min.js"></script> <script src="_static/clipboard.min.js"></script>
<script src="_static/copybutton.js"></script> <script src="_static/copybutton.js"></script>
<script src="_static/searchtools.js" defer></script><script src="_static/scripts/main.js?3fca0ca29834c0e04025e90a"></script></head> <script src="_static/searchtools.js" defer></script><script src="_static/scripts/main.js?db3538e2cc2b7d50936d5b67"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

File diff suppressed because one or more lines are too long