Skip to content

Commit

Permalink
deploy: 52171c1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed May 1, 2024
1 parent aa03a25 commit 9d97c9a
Show file tree
Hide file tree
Showing 72 changed files with 1,614 additions and 448 deletions.
Binary file modified .doctrees/api.doctree
Binary file not shown.
Binary file modified .doctrees/array-api.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 6 additions & 4 deletions _sources/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ Executors
:nosignatures:
:toctree: generated/

beam.BeamDagExecutor
lithops.LithopsDagExecutor
modal_async.AsyncModalDagExecutor
python.PythonDagExecutor
local.SingleThreadedExecutor
local.ThreadsExecutor
local.ProcessesExecutor
beam.BeamExecutor
lithops.LithopsExecutor
modal.ModalExecutor

This file was deleted.

29 changes: 29 additions & 0 deletions _sources/generated/cubed.runtime.executors.beam.BeamExecutor.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
cubed.runtime.executors.beam.BeamExecutor
=========================================

.. currentmodule:: cubed.runtime.executors.beam

.. autoclass:: BeamExecutor


.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~BeamExecutor.__init__
~BeamExecutor.execute_dag





.. rubric:: Attributes

.. autosummary::

~BeamExecutor.name


This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
cubed.runtime.executors.lithops.LithopsExecutor
===============================================

.. currentmodule:: cubed.runtime.executors.lithops

.. autoclass:: LithopsExecutor


.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~LithopsExecutor.__init__
~LithopsExecutor.execute_dag





.. rubric:: Attributes

.. autosummary::

~LithopsExecutor.name


Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
cubed.runtime.executors.local.ProcessesExecutor
===============================================

.. currentmodule:: cubed.runtime.executors.local

.. autoclass:: ProcessesExecutor


.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~ProcessesExecutor.__init__
~ProcessesExecutor.execute_dag





.. rubric:: Attributes

.. autosummary::

~ProcessesExecutor.name


Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
cubed.runtime.executors.local.SingleThreadedExecutor
====================================================

.. currentmodule:: cubed.runtime.executors.local

.. autoclass:: SingleThreadedExecutor


.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~SingleThreadedExecutor.__init__
~SingleThreadedExecutor.execute_dag





.. rubric:: Attributes

.. autosummary::

~SingleThreadedExecutor.name


Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
cubed.runtime.executors.local.ThreadsExecutor
=============================================

.. currentmodule:: cubed.runtime.executors.local

.. autoclass:: ThreadsExecutor


.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~ThreadsExecutor.__init__
~ThreadsExecutor.execute_dag





.. rubric:: Attributes

.. autosummary::

~ThreadsExecutor.name


29 changes: 29 additions & 0 deletions _sources/generated/cubed.runtime.executors.modal.ModalExecutor.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
cubed.runtime.executors.modal.ModalExecutor
===========================================

.. currentmodule:: cubed.runtime.executors.modal

.. autoclass:: ModalExecutor


.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~ModalExecutor.__init__
~ModalExecutor.execute_dag





.. rubric:: Attributes

.. autosummary::

~ModalExecutor.name


This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '856dae0',
VERSION: '52171c1',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
30 changes: 19 additions & 11 deletions api.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae" />
<script src="_static/vendor/fontawesome/6.5.1/js/all.min.js?digest=8d27b9dea8ad943066ae"></script>

<script src="_static/documentation_options.js?v=da58ae72"></script>
<script src="_static/documentation_options.js?v=4d896dc3"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/sphinx-book-theme.js?v=efea14e4"></script>
Expand Down Expand Up @@ -183,10 +183,12 @@
<li class="toctree-l2"><a class="reference internal" href="generated/cubed.Spec.html">cubed.Spec</a></li>
<li class="toctree-l2"><a class="reference internal" href="generated/cubed.TaskEndEvent.html">cubed.TaskEndEvent</a></li>
<li class="toctree-l2"><a class="reference internal" href="generated/cubed.measure_reserved_mem.html">cubed.measure_reserved_mem</a></li>
<li class="toctree-l2"><a class="reference internal" href="generated/cubed.runtime.executors.beam.BeamDagExecutor.html">cubed.runtime.executors.beam.BeamDagExecutor</a></li>
<li class="toctree-l2"><a class="reference internal" href="generated/cubed.runtime.executors.lithops.LithopsDagExecutor.html">cubed.runtime.executors.lithops.LithopsDagExecutor</a></li>
<li class="toctree-l2"><a class="reference internal" href="generated/cubed.runtime.executors.modal_async.AsyncModalDagExecutor.html">cubed.runtime.executors.modal_async.AsyncModalDagExecutor</a></li>
<li class="toctree-l2"><a class="reference internal" href="generated/cubed.runtime.executors.python.PythonDagExecutor.html">cubed.runtime.executors.python.PythonDagExecutor</a></li>
<li class="toctree-l2"><a class="reference internal" href="generated/cubed.runtime.executors.local.SingleThreadedExecutor.html">cubed.runtime.executors.local.SingleThreadedExecutor</a></li>
<li class="toctree-l2"><a class="reference internal" href="generated/cubed.runtime.executors.local.ThreadsExecutor.html">cubed.runtime.executors.local.ThreadsExecutor</a></li>
<li class="toctree-l2"><a class="reference internal" href="generated/cubed.runtime.executors.local.ProcessesExecutor.html">cubed.runtime.executors.local.ProcessesExecutor</a></li>
<li class="toctree-l2"><a class="reference internal" href="generated/cubed.runtime.executors.beam.BeamExecutor.html">cubed.runtime.executors.beam.BeamExecutor</a></li>
<li class="toctree-l2"><a class="reference internal" href="generated/cubed.runtime.executors.lithops.LithopsExecutor.html">cubed.runtime.executors.lithops.LithopsExecutor</a></li>
<li class="toctree-l2"><a class="reference internal" href="generated/cubed.runtime.executors.modal.ModalExecutor.html">cubed.runtime.executors.modal.ModalExecutor</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="array-api.html">Python Array API</a></li>
Expand Down Expand Up @@ -471,18 +473,24 @@ <h2>Runtime<a class="headerlink" href="#runtime" title="Link to this heading">#<
<h2>Executors<a class="headerlink" href="#executors" title="Link to this heading">#</a></h2>
<table class="autosummary longtable table autosummary">
<tbody>
<tr class="row-odd"><td><p><a class="reference internal" href="generated/cubed.runtime.executors.beam.BeamDagExecutor.html#cubed.runtime.executors.beam.BeamDagExecutor" title="cubed.runtime.executors.beam.BeamDagExecutor"><code class="xref py py-obj docutils literal notranslate"><span class="pre">beam.BeamDagExecutor</span></code></a></p></td>
<tr class="row-odd"><td><p><a class="reference internal" href="generated/cubed.runtime.executors.local.SingleThreadedExecutor.html#cubed.runtime.executors.local.SingleThreadedExecutor" title="cubed.runtime.executors.local.SingleThreadedExecutor"><code class="xref py py-obj docutils literal notranslate"><span class="pre">local.SingleThreadedExecutor</span></code></a></p></td>
<td><p>The default execution engine that runs tasks sequentially uses Python loops.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="generated/cubed.runtime.executors.local.ThreadsExecutor.html#cubed.runtime.executors.local.ThreadsExecutor" title="cubed.runtime.executors.local.ThreadsExecutor"><code class="xref py py-obj docutils literal notranslate"><span class="pre">local.ThreadsExecutor</span></code></a></p></td>
<td><p>An execution engine that uses Python asyncio.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="generated/cubed.runtime.executors.local.ProcessesExecutor.html#cubed.runtime.executors.local.ProcessesExecutor" title="cubed.runtime.executors.local.ProcessesExecutor"><code class="xref py py-obj docutils literal notranslate"><span class="pre">local.ProcessesExecutor</span></code></a></p></td>
<td><p>An execution engine that uses local processes.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="generated/cubed.runtime.executors.beam.BeamExecutor.html#cubed.runtime.executors.beam.BeamExecutor" title="cubed.runtime.executors.beam.BeamExecutor"><code class="xref py py-obj docutils literal notranslate"><span class="pre">beam.BeamExecutor</span></code></a></p></td>
<td><p>An execution engine that uses Apache Beam.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="generated/cubed.runtime.executors.lithops.LithopsDagExecutor.html#cubed.runtime.executors.lithops.LithopsDagExecutor" title="cubed.runtime.executors.lithops.LithopsDagExecutor"><code class="xref py py-obj docutils literal notranslate"><span class="pre">lithops.LithopsDagExecutor</span></code></a></p></td>
<tr class="row-odd"><td><p><a class="reference internal" href="generated/cubed.runtime.executors.lithops.LithopsExecutor.html#cubed.runtime.executors.lithops.LithopsExecutor" title="cubed.runtime.executors.lithops.LithopsExecutor"><code class="xref py py-obj docutils literal notranslate"><span class="pre">lithops.LithopsExecutor</span></code></a></p></td>
<td><p>An execution engine that uses Lithops.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="generated/cubed.runtime.executors.modal_async.AsyncModalDagExecutor.html#cubed.runtime.executors.modal_async.AsyncModalDagExecutor" title="cubed.runtime.executors.modal_async.AsyncModalDagExecutor"><code class="xref py py-obj docutils literal notranslate"><span class="pre">modal_async.AsyncModalDagExecutor</span></code></a></p></td>
<tr class="row-even"><td><p><a class="reference internal" href="generated/cubed.runtime.executors.modal.ModalExecutor.html#cubed.runtime.executors.modal.ModalExecutor" title="cubed.runtime.executors.modal.ModalExecutor"><code class="xref py py-obj docutils literal notranslate"><span class="pre">modal.ModalExecutor</span></code></a></p></td>
<td><p>An execution engine that uses Modal's async API.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="generated/cubed.runtime.executors.python.PythonDagExecutor.html#cubed.runtime.executors.python.PythonDagExecutor" title="cubed.runtime.executors.python.PythonDagExecutor"><code class="xref py py-obj docutils literal notranslate"><span class="pre">python.PythonDagExecutor</span></code></a></p></td>
<td><p>The default execution engine that runs tasks sequentially uses Python loops.</p></td>
</tr>
</tbody>
</table>
</section>
Expand Down
Loading

0 comments on commit 9d97c9a

Please sign in to comment.