-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
72 changed files
with
1,614 additions
and
448 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-9.97 KB
.doctrees/generated/cubed.runtime.executors.beam.BeamDagExecutor.doctree
Binary file not shown.
Binary file added
BIN
+9.87 KB
.doctrees/generated/cubed.runtime.executors.beam.BeamExecutor.doctree
Binary file not shown.
Binary file removed
BIN
-10.9 KB
.doctrees/generated/cubed.runtime.executors.lithops.LithopsDagExecutor.doctree
Binary file not shown.
Binary file added
BIN
+10.8 KB
.doctrees/generated/cubed.runtime.executors.lithops.LithopsExecutor.doctree
Binary file not shown.
Binary file added
BIN
+10.8 KB
.doctrees/generated/cubed.runtime.executors.local.ProcessesExecutor.doctree
Binary file not shown.
Binary file added
BIN
+10.3 KB
.doctrees/generated/cubed.runtime.executors.local.SingleThreadedExecutor.doctree
Binary file not shown.
Binary file added
BIN
+10.8 KB
.doctrees/generated/cubed.runtime.executors.local.ThreadsExecutor.doctree
Binary file not shown.
Binary file added
BIN
+10.7 KB
.doctrees/generated/cubed.runtime.executors.modal.ModalExecutor.doctree
Binary file not shown.
Binary file removed
BIN
-11.2 KB
.doctrees/generated/cubed.runtime.executors.modal_async.AsyncModalDagExecutor.doctree
Binary file not shown.
Binary file removed
BIN
-10.2 KB
.doctrees/generated/cubed.runtime.executors.python.PythonDagExecutor.doctree
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 0 additions & 29 deletions
29
_sources/generated/cubed.runtime.executors.beam.BeamDagExecutor.rst
This file was deleted.
Oops, something went wrong.
29 changes: 29 additions & 0 deletions
29
_sources/generated/cubed.runtime.executors.beam.BeamExecutor.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
29 changes: 0 additions & 29 deletions
29
_sources/generated/cubed.runtime.executors.lithops.LithopsDagExecutor.rst
This file was deleted.
Oops, something went wrong.
29 changes: 29 additions & 0 deletions
29
_sources/generated/cubed.runtime.executors.lithops.LithopsExecutor.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
29 changes: 29 additions & 0 deletions
29
_sources/generated/cubed.runtime.executors.local.ProcessesExecutor.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
29 changes: 29 additions & 0 deletions
29
_sources/generated/cubed.runtime.executors.local.SingleThreadedExecutor.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
29 changes: 29 additions & 0 deletions
29
_sources/generated/cubed.runtime.executors.local.ThreadsExecutor.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
29
_sources/generated/cubed.runtime.executors.modal.ModalExecutor.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
29 changes: 0 additions & 29 deletions
29
_sources/generated/cubed.runtime.executors.modal_async.AsyncModalDagExecutor.rst
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
_sources/generated/cubed.runtime.executors.python.PythonDagExecutor.rst
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.