What is checked: - lines should not be longer than 79 characters, also there are few exceptions; - no tabulation for indentation; - no trailing whitespace. Change-Id: Id5b5dff380460d1fb4ffeeb23f00864e7fc158ed
38 lines
556 B
ReStructuredText
38 lines
556 B
ReStructuredText
TaskFlow
|
|
========
|
|
|
|
*TaskFlow is a Python library for OpenStack that helps make task execution
|
|
easy, consistent, and reliable.*
|
|
|
|
.. note::
|
|
|
|
Additional documentation is also hosted on wiki:
|
|
https://wiki.openstack.org/wiki/TaskFlow
|
|
|
|
Contents
|
|
========
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
atoms
|
|
arguments_and_results
|
|
patterns
|
|
engines
|
|
workers
|
|
jobs
|
|
inputs_and_outputs
|
|
notifications
|
|
persistence
|
|
resumption
|
|
exceptions
|
|
utils
|
|
states
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|