File: index.rst

package info (click to toggle)
python-taskflow 5.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,564 kB
  • sloc: python: 28,241; sh: 269; makefile: 24
file content (35 lines) | stat: -rw-r--r-- 869 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
==========
 TaskFlow
==========

*TaskFlow is a Python library that helps to make task execution easy,
consistent and reliable.* [#f1]_

.. note::

    If you are just getting started or looking for an overview please
    visit: https://wiki.openstack.org/wiki/TaskFlow which provides better
    introductory material, description of high level goals and related content.

.. toctree::
   :maxdepth: 2

   user/index

Release Notes
=============

Read also the `taskflow Release Notes
<https://docs.openstack.org/releasenotes/taskflow/>`_.

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

.. [#f1] It should be noted that even though it is designed with OpenStack
         integration in mind, and that is where most of its *current*
         integration is it aims to be generally usable and useful in any
         project.