..
Custom template for our custom_autosummary.
The purpose of using custom_autosummary is list the entries on
the right side bar instead of the left side bar.
This is achieved with the combination of custom directive, template and CSS.
The `custom_autosummary` directive functions mostly like `autosummary`. We
pass `:toctree:` option to generate a doc page for each entry, but we use
our custom `:hide_from_toctree:` option so as not to attach them in ToC tree.
This template inserts a section header for each entry, so that they show up
in the right-side bar. The headers are hidden by CSS.
Because each entry will have its own table and their borders no longer match,
table borders are hidden by CSS and instead we use horizontal line.
.. raw:: html
spdl.pipeline
=============
Overview
--------
.. automodule:: spdl.pipeline
API Reference
-------------
..
############################################################################
Functions
############################################################################
.. rubric:: Functions
build\_pipeline
^^^^^^^^^^^^^^^
.. autosummary::
:toctree:
:nosignatures:
:hide_from_toctree:
build_pipeline
is\_eof
^^^^^^^
.. autosummary::
:toctree:
:nosignatures:
:hide_from_toctree:
is_eof
profile\_pipeline
^^^^^^^^^^^^^^^^^
.. autosummary::
:toctree:
:nosignatures:
:hide_from_toctree:
profile_pipeline
cache\_iterator
^^^^^^^^^^^^^^^
.. autosummary::
:toctree:
:nosignatures:
:hide_from_toctree:
cache_iterator
create\_task
^^^^^^^^^^^^
.. autosummary::
:toctree:
:nosignatures:
:hide_from_toctree:
create_task
iterate\_in\_subinterpreter
^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autosummary::
:toctree:
:nosignatures:
:hide_from_toctree:
iterate_in_subinterpreter
iterate\_in\_subprocess
^^^^^^^^^^^^^^^^^^^^^^^
.. autosummary::
:toctree:
:nosignatures:
:hide_from_toctree:
iterate_in_subprocess
run\_pipeline\_in\_subprocess
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autosummary::
:toctree:
:nosignatures:
:hide_from_toctree:
run_pipeline_in_subprocess
run\_pipeline\_in\_subinterpreter
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autosummary::
:toctree:
:nosignatures:
:hide_from_toctree:
run_pipeline_in_subinterpreter
..
############################################################################
Attributes
############################################################################
..
############################################################################
Classes
############################################################################
.. rubric:: Classes
ProfileResult
^^^^^^^^^^^^^
.. autosummary::
:toctree:
:nosignatures:
:hide_from_toctree:
:template: _custom_autosummary_class.rst
ProfileResult
ProfileHook
^^^^^^^^^^^
.. autosummary::
:toctree:
:nosignatures:
:hide_from_toctree:
:template: _custom_autosummary_class.rst
ProfileHook
Pipeline
^^^^^^^^
.. autosummary::
:toctree:
:nosignatures:
:hide_from_toctree:
:template: _custom_autosummary_class.rst
Pipeline
PipelineBuilder
^^^^^^^^^^^^^^^
.. autosummary::
:toctree:
:nosignatures:
:hide_from_toctree:
:template: _custom_autosummary_class.rst
PipelineBuilder
TaskHook
^^^^^^^^
.. autosummary::
:toctree:
:nosignatures:
:hide_from_toctree:
:template: _custom_autosummary_class.rst
TaskHook
TaskStatsHook
^^^^^^^^^^^^^
.. autosummary::
:toctree:
:nosignatures:
:hide_from_toctree:
:template: _custom_autosummary_class.rst
TaskStatsHook
TaskPerfStats
^^^^^^^^^^^^^
.. autosummary::
:toctree:
:nosignatures:
:hide_from_toctree:
:template: _custom_autosummary_class.rst
TaskPerfStats
AsyncQueue
^^^^^^^^^^
.. autosummary::
:toctree:
:nosignatures:
:hide_from_toctree:
:template: _custom_autosummary_class.rst
AsyncQueue
StatsQueue
^^^^^^^^^^
.. autosummary::
:toctree:
:nosignatures:
:hide_from_toctree:
:template: _custom_autosummary_class.rst
StatsQueue
QueuePerfStats
^^^^^^^^^^^^^^
.. autosummary::
:toctree:
:nosignatures:
:hide_from_toctree:
:template: _custom_autosummary_class.rst
QueuePerfStats
..
############################################################################
Exceptions
############################################################################
.. rubric:: Exceptions
PipelineFailure
^^^^^^^^^^^^^^^
.. autosummary::
:toctree:
:nosignatures:
:hide_from_toctree:
PipelineFailure
..
############################################################################
Sub modules
############################################################################
..
############################################################################
Others
############################################################################
.. raw:: html