
To better facilitate the building and publishing of sphinx documentation by Jenkins we are moving all openstack projects with sphinx documentation to a common doc tree structure. Documentation goes in project/doc and build results go in project/doc/build. Change-Id: Ic523a716e4113198b777d6dc3db8bb8a729e7696
34 lines
521 B
ReStructuredText
34 lines
521 B
ReStructuredText
=================
|
|
Horizon Workflows
|
|
=================
|
|
|
|
.. module:: horizon.workflows
|
|
|
|
One of the most challenging aspects of building a compelling user experience
|
|
is crafting complex multi-part workflows. Horizon's ``workflows`` module
|
|
aims to bring that capability within everyday reach.
|
|
|
|
Workflows
|
|
=========
|
|
|
|
.. autoclass:: Workflow
|
|
:members:
|
|
|
|
Steps
|
|
=====
|
|
|
|
.. autoclass:: Step
|
|
:members:
|
|
|
|
Actions
|
|
=======
|
|
|
|
.. autoclass:: Action
|
|
:members:
|
|
|
|
WorkflowView
|
|
============
|
|
|
|
.. autoclass:: WorkflowView
|
|
:members:
|