Files
deb-python-taskflow/doc/source/patterns.rst
Ivan A. Melnikov b5347054aa Rework sphinx documentation
- move all docs sources to docs/source;
- rework documentation structure and contents;
- update conf.py and clean it up;
- switch use oslosphinx;
- add sphinx and oslosphinx to test requrements.

Change-Id: Ied37f86e559516ef7a106e2870d4817ff01a8af4
2014-02-14 16:25:15 +04:00

24 lines
283 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