1229eb2e8e
Change-Id: Ic53baaa62771fda6de3b3dfe861909365103d1a9 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
35 lines
500 B
ReStructuredText
35 lines
500 B
ReStructuredText
--------
|
|
Patterns
|
|
--------
|
|
|
|
.. automodule:: taskflow.flow
|
|
|
|
|
|
Linear flow
|
|
~~~~~~~~~~~
|
|
|
|
.. automodule:: taskflow.patterns.linear_flow
|
|
|
|
|
|
Unordered flow
|
|
~~~~~~~~~~~~~~
|
|
|
|
.. automodule:: taskflow.patterns.unordered_flow
|
|
|
|
|
|
Graph flow
|
|
~~~~~~~~~~
|
|
|
|
.. automodule:: taskflow.patterns.graph_flow
|
|
.. automodule:: taskflow.deciders
|
|
|
|
Hierarchy
|
|
~~~~~~~~~
|
|
|
|
.. inheritance-diagram::
|
|
taskflow.flow
|
|
taskflow.patterns.linear_flow
|
|
taskflow.patterns.unordered_flow
|
|
taskflow.patterns.graph_flow
|
|
:parts: 2
|