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