Skip to content

Commit

Permalink
Deploying to gh-pages from @ 92ccec1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavnatarajan committed Oct 19, 2024
1 parent 2fe4509 commit 9d867af
Show file tree
Hide file tree
Showing 15 changed files with 18,975 additions and 18,975 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 656cb00a1038ad86493c2169eccee871
config: 9dd4a7d76aadbc3723e36bea50e9feeb
tags: 645f666f9bcd5a90fca523b33c5a78b7
4,358 changes: 2,179 additions & 2,179 deletions _images/example_23_0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,680 changes: 840 additions & 840 deletions _images/example_23_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5,336 changes: 2,668 additions & 2,668 deletions _images/example_27_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
436 changes: 218 additions & 218 deletions _images/example_5_0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6,962 changes: 3,481 additions & 3,481 deletions _images/example_9_0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _sources/installation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Installation

Using pip
---------
The recommended way to download and install chalc is from the `PyPI repository <https://pypi.org/project/chalc/>`_ using pip. Pre-packaged binary distributions are available for Windows and Linux (x86_64), and macOS (x86_64 and aarch64). Chalc works with CPython and PyPy ≥ 3.9.
The recommended way to download and install chalc is from the `PyPI repository <https://pypi.org/project/chalc/>`_ using pip. Pre-packaged binary distributions are available for Windows and Linux (x86_64), and macOS (x86_64 and aarch64). Chalc works with CPython and PyPy ≥ 3.12.

.. code-block:: console
Expand Down
38 changes: 19 additions & 19 deletions autoapi/chalc/chromatic/index.html

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions autoapi/chalc/filtration/index.html

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions autoapi/chalc/plotting/index.html

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions autoapi/chalc/sixpack/index.html

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions example.html
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ <h1>Example Usage<a class="headerlink" href="#Example-Usage" title="Link to this
</div>
</div>
<p>Each 6-pack is an object of type <a class="reference internal" href="autoapi/chalc/sixpack/index.html#chalc.sixpack.DiagramEnsemble" title="chalc.sixpack.DiagramEnsemble"><code class="xref py py-class docutils literal notranslate"><span class="pre">DiagramEnsemble</span></code></a> that has the kernel, cokernel, domain, codomain, and relative persistent homology diagrams.
The class <a class="reference internal" href="autoapi/chalc/sixpack/index.html#chalc.sixpack.DiagramEnsemble" title="chalc.sixpack.DiagramEnsemble"><code class="xref py py-class docutils literal notranslate"><span class="pre">DiagramEnsemble</span></code></a> implements the abstract base class <a class="reference external" href="https://docs.python.org/3/library/collections.abc.html#collections.abc.Mapping" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">Mapping</span></code></a> from the Python standard library and supports dictionary-like syntax.
The class <a class="reference internal" href="autoapi/chalc/sixpack/index.html#chalc.sixpack.DiagramEnsemble" title="chalc.sixpack.DiagramEnsemble"><code class="xref py py-class docutils literal notranslate"><span class="pre">DiagramEnsemble</span></code></a> implements the abstract base class <a class="reference external" href="https://docs.python.org/3/library/collections.abc.html#collections.abc.Mapping" title="(in Python v3.13)"><code class="xref py py-class docutils literal notranslate"><span class="pre">Mapping</span></code></a> from the Python standard library and supports dictionary-like syntax.
In particular you can access the diagrams by indexing into the 6-pack.</p>
<div class="nbinput docutils container">
<div class="prompt highlight-none notranslate"><div class="highlight"><pre><span></span>[8]:
Expand Down Expand Up @@ -429,7 +429,7 @@ <h1>Example Usage<a class="headerlink" href="#Example-Usage" title="Link to this
Unpaired: set()
</pre></div></div>
</div>
<p>Each individual diagram is an object of type <a class="reference internal" href="autoapi/chalc/sixpack/index.html#chalc.sixpack.SimplexPairings" title="chalc.sixpack.SimplexPairings"><code class="xref py py-class docutils literal notranslate"><span class="pre">SimplexPairings</span></code></a>, which supports set-like syntax and implements the abstract base class <a class="reference external" href="https://docs.python.org/3/library/collections.abc.html#collections.abc.Collection" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">Collection</span></code></a> from the Python standard library.</p>
<p>Each individual diagram is an object of type <a class="reference internal" href="autoapi/chalc/sixpack/index.html#chalc.sixpack.SimplexPairings" title="chalc.sixpack.SimplexPairings"><code class="xref py py-class docutils literal notranslate"><span class="pre">SimplexPairings</span></code></a>, which supports set-like syntax and implements the abstract base class <a class="reference external" href="https://docs.python.org/3/library/collections.abc.html#collections.abc.Collection" title="(in Python v3.13)"><code class="xref py py-class docutils literal notranslate"><span class="pre">Collection</span></code></a> from the Python standard library.</p>
<div class="nbinput docutils container">
<div class="prompt highlight-none notranslate"><div class="highlight"><pre><span></span>[10]:
</pre></div>
Expand Down Expand Up @@ -798,42 +798,42 @@ <h1>Example Usage<a class="headerlink" href="#Example-Usage" title="Link to this
</style>

<div class="animation">
<img id="_anim_imgcebaa41e59844b68823b0dd2a79408e9">
<img id="_anim_imgc30826e62f3e41e79455afaa5ca83819">
<div class="anim-controls">
<input id="_anim_slidercebaa41e59844b68823b0dd2a79408e9" type="range" class="anim-slider"
<input id="_anim_sliderc30826e62f3e41e79455afaa5ca83819" type="range" class="anim-slider"
name="points" min="0" max="1" step="1" value="0"
oninput="animcebaa41e59844b68823b0dd2a79408e9.set_frame(parseInt(this.value));">
oninput="animc30826e62f3e41e79455afaa5ca83819.set_frame(parseInt(this.value));">
<div class="anim-buttons">
<button title="Decrease speed" aria-label="Decrease speed" onclick="animcebaa41e59844b68823b0dd2a79408e9.slower()">
<button title="Decrease speed" aria-label="Decrease speed" onclick="animc30826e62f3e41e79455afaa5ca83819.slower()">
<i class="fa fa-minus"></i></button>
<button title="First frame" aria-label="First frame" onclick="animcebaa41e59844b68823b0dd2a79408e9.first_frame()">
<button title="First frame" aria-label="First frame" onclick="animc30826e62f3e41e79455afaa5ca83819.first_frame()">
<i class="fa fa-fast-backward"></i></button>
<button title="Previous frame" aria-label="Previous frame" onclick="animcebaa41e59844b68823b0dd2a79408e9.previous_frame()">
<button title="Previous frame" aria-label="Previous frame" onclick="animc30826e62f3e41e79455afaa5ca83819.previous_frame()">
<i class="fa fa-step-backward"></i></button>
<button title="Play backwards" aria-label="Play backwards" onclick="animcebaa41e59844b68823b0dd2a79408e9.reverse_animation()">
<button title="Play backwards" aria-label="Play backwards" onclick="animc30826e62f3e41e79455afaa5ca83819.reverse_animation()">
<i class="fa fa-play fa-flip-horizontal"></i></button>
<button title="Pause" aria-label="Pause" onclick="animcebaa41e59844b68823b0dd2a79408e9.pause_animation()">
<button title="Pause" aria-label="Pause" onclick="animc30826e62f3e41e79455afaa5ca83819.pause_animation()">
<i class="fa fa-pause"></i></button>
<button title="Play" aria-label="Play" onclick="animcebaa41e59844b68823b0dd2a79408e9.play_animation()">
<button title="Play" aria-label="Play" onclick="animc30826e62f3e41e79455afaa5ca83819.play_animation()">
<i class="fa fa-play"></i></button>
<button title="Next frame" aria-label="Next frame" onclick="animcebaa41e59844b68823b0dd2a79408e9.next_frame()">
<button title="Next frame" aria-label="Next frame" onclick="animc30826e62f3e41e79455afaa5ca83819.next_frame()">
<i class="fa fa-step-forward"></i></button>
<button title="Last frame" aria-label="Last frame" onclick="animcebaa41e59844b68823b0dd2a79408e9.last_frame()">
<button title="Last frame" aria-label="Last frame" onclick="animc30826e62f3e41e79455afaa5ca83819.last_frame()">
<i class="fa fa-fast-forward"></i></button>
<button title="Increase speed" aria-label="Increase speed" onclick="animcebaa41e59844b68823b0dd2a79408e9.faster()">
<button title="Increase speed" aria-label="Increase speed" onclick="animc30826e62f3e41e79455afaa5ca83819.faster()">
<i class="fa fa-plus"></i></button>
</div>
<form title="Repetition mode" aria-label="Repetition mode" action="#n" name="_anim_loop_selectcebaa41e59844b68823b0dd2a79408e9"
<form title="Repetition mode" aria-label="Repetition mode" action="#n" name="_anim_loop_selectc30826e62f3e41e79455afaa5ca83819"
class="anim-state">
<input type="radio" name="state" value="once" id="_anim_radio1_cebaa41e59844b68823b0dd2a79408e9"
<input type="radio" name="state" value="once" id="_anim_radio1_c30826e62f3e41e79455afaa5ca83819"
>
<label for="_anim_radio1_cebaa41e59844b68823b0dd2a79408e9">Once</label>
<input type="radio" name="state" value="loop" id="_anim_radio2_cebaa41e59844b68823b0dd2a79408e9"
<label for="_anim_radio1_c30826e62f3e41e79455afaa5ca83819">Once</label>
<input type="radio" name="state" value="loop" id="_anim_radio2_c30826e62f3e41e79455afaa5ca83819"
checked>
<label for="_anim_radio2_cebaa41e59844b68823b0dd2a79408e9">Loop</label>
<input type="radio" name="state" value="reflect" id="_anim_radio3_cebaa41e59844b68823b0dd2a79408e9"
<label for="_anim_radio2_c30826e62f3e41e79455afaa5ca83819">Loop</label>
<input type="radio" name="state" value="reflect" id="_anim_radio3_c30826e62f3e41e79455afaa5ca83819"
>
<label for="_anim_radio3_cebaa41e59844b68823b0dd2a79408e9">Reflect</label>
<label for="_anim_radio3_c30826e62f3e41e79455afaa5ca83819">Reflect</label>
</form>
</div>
</div>
Expand All @@ -843,9 +843,9 @@ <h1>Example Usage<a class="headerlink" href="#Example-Usage" title="Link to this
/* Instantiate the Animation class. */
/* The IDs given should match those used in the template above. */
(function() {
var img_id = "_anim_imgcebaa41e59844b68823b0dd2a79408e9";
var slider_id = "_anim_slidercebaa41e59844b68823b0dd2a79408e9";
var loop_select_id = "_anim_loop_selectcebaa41e59844b68823b0dd2a79408e9";
var img_id = "_anim_imgc30826e62f3e41e79455afaa5ca83819";
var slider_id = "_anim_sliderc30826e62f3e41e79455afaa5ca83819";
var loop_select_id = "_anim_loop_selectc30826e62f3e41e79455afaa5ca83819";
var frames = new Array(45);

frames[0] = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAoAAAAHgCAYAAAA10dzkAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90\
Expand Down Expand Up @@ -125055,7 +125055,7 @@ <h1>Example Usage<a class="headerlink" href="#Example-Usage" title="Link to this
/* set a timeout to make sure all the above elements are created before
the object is initialized. */
setTimeout(function() {
animcebaa41e59844b68823b0dd2a79408e9 = new Animation(frames, img_id, slider_id, 110.0,
animc30826e62f3e41e79455afaa5ca83819 = new Animation(frames, img_id, slider_id, 110.0,
loop_select_id);
}, 0);
})()
Expand Down
Loading

0 comments on commit 9d867af

Please sign in to comment.