.. 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.autoresearch.core ====================== Overview -------- .. automodule:: spdl.autoresearch.core API Reference ------------- .. ############################################################################ Functions ############################################################################ .. rubric:: Functions load\_or\_init ^^^^^^^^^^^^^^ .. autosummary:: :toctree: :nosignatures: :hide_from_toctree: load_or_init read\_engine\_state ^^^^^^^^^^^^^^^^^^^ .. autosummary:: :toctree: :nosignatures: :hide_from_toctree: read_engine_state write\_engine\_state ^^^^^^^^^^^^^^^^^^^^ .. autosummary:: :toctree: :nosignatures: :hide_from_toctree: write_engine_state .. ############################################################################ Attributes ############################################################################ .. ############################################################################ Classes ############################################################################ .. rubric:: Classes AnalysisResult ^^^^^^^^^^^^^^ .. autosummary:: :toctree: :nosignatures: :hide_from_toctree: :template: _custom_autosummary_class.rst AnalysisResult FailureKind ^^^^^^^^^^^ .. autosummary:: :toctree: :nosignatures: :hide_from_toctree: :template: _custom_autosummary_class.rst FailureKind FailurePhase ^^^^^^^^^^^^ .. autosummary:: :toctree: :nosignatures: :hide_from_toctree: :template: _custom_autosummary_class.rst FailurePhase FailureRecord ^^^^^^^^^^^^^ .. autosummary:: :toctree: :nosignatures: :hide_from_toctree: :template: _custom_autosummary_class.rst FailureRecord HypothesisNode ^^^^^^^^^^^^^^ .. autosummary:: :toctree: :nosignatures: :hide_from_toctree: :template: _custom_autosummary_class.rst HypothesisNode Orchestrator ^^^^^^^^^^^^ .. autosummary:: :toctree: :nosignatures: :hide_from_toctree: :template: _custom_autosummary_class.rst Orchestrator TaskResult ^^^^^^^^^^ .. autosummary:: :toctree: :nosignatures: :hide_from_toctree: :template: _custom_autosummary_class.rst TaskResult TaskSpec ^^^^^^^^ .. autosummary:: :toctree: :nosignatures: :hide_from_toctree: :template: _custom_autosummary_class.rst TaskSpec WorkflowProtocol ^^^^^^^^^^^^^^^^ .. autosummary:: :toctree: :nosignatures: :hide_from_toctree: :template: _custom_autosummary_class.rst WorkflowProtocol WorkflowSpec ^^^^^^^^^^^^ .. autosummary:: :toctree: :nosignatures: :hide_from_toctree: :template: _custom_autosummary_class.rst WorkflowSpec .. ############################################################################ Exceptions ############################################################################ .. rubric:: Exceptions AutoresearchError ^^^^^^^^^^^^^^^^^ .. autosummary:: :toctree: :nosignatures: :hide_from_toctree: AutoresearchError .. ############################################################################ Sub modules ############################################################################ .. ############################################################################ Others ############################################################################ .. rubric:: Others TERMINAL\_STATUSES ^^^^^^^^^^^^^^^^^^ .. autosummary:: :template: _custom_autosummary_others.rst :toctree: :nosignatures: :hide_from_toctree: TERMINAL_STATUSES WorkflowFactory ^^^^^^^^^^^^^^^ .. autosummary:: :template: _custom_autosummary_others.rst :toctree: :nosignatures: :hide_from_toctree: WorkflowFactory .. raw:: html