taskflow/doc/source/user/patterns.rst
Doug Hellmann 1229eb2e8e rearrange existing documentation into the new standard layout
Change-Id: Ic53baaa62771fda6de3b3dfe861909365103d1a9
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-07-08 14:18:58 -04:00

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