Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (26 loc) · 844 Bytes

examples.rst

File metadata and controls

37 lines (26 loc) · 844 Bytes

.. _examples: .. include:: ./ext_links.txt

List of examples

.. literalinclude:: ../../examples/basic_workflow.py
   :language: python
   :lines: 27-
   :caption: Basic workflow.
   :name: ex_basic_workflow

.. command-output:: python ./basic_workflow.py
   :cwd: ../../examples


.. literalinclude:: ../../examples/basic_workflow_batch.py
   :language: python
   :lines: 27-
   :caption: Expanded basic workflow.
   :name: ex_basic_workflow_batch

.. command-output:: python ./basic_workflow_batch.py
   :cwd: ../../examples


.. literalinclude:: ../../examples/basic_workflow_parallel.py
   :language: python
   :lines: 27-
   :caption: Basic workflow in parallel.
   :name: ex_basic_workflow_parallel

.. command-output:: python ./basic_workflow_parallel.py
   :cwd: ../../examples