From e8524a70f964aa228a8b7b6957c3af2d51eda776 Mon Sep 17 00:00:00 2001 From: Shilla Saebi Date: Tue, 9 Dec 2014 22:50:50 -0500 Subject: [PATCH] fix grammar in workflow.rst file removed a before detailed API information - unnecessary changed are to is after data Change-Id: Iffc0a15d7f24923e7faf99b17e3ce4c769c9ee8f Closes-Bug: #1401194 --- doc/source/topics/workflows.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/topics/workflows.rst b/doc/source/topics/workflows.rst index f48d60e13a..467a6daeea 100644 --- a/doc/source/topics/workflows.rst +++ b/doc/source/topics/workflows.rst @@ -8,7 +8,7 @@ aims to bring that capability within everyday reach. .. seealso:: - For a detailed API information check out the :doc:`Workflows Reference + For detailed API information refer to the :doc:`Workflows Reference Guide `. Workflows @@ -18,10 +18,10 @@ Workflows are complex forms with tabs, each workflow must consist of classes extending the :class:`~horizon.workflows.Workflow`, :class:`~horizon.workflows.Step` and :class:`~horizon.workflows.Action` -Complex example of workflow ----------------------------- +Complex example of a workflow +------------------------------ -The following is a complex example of how data are exchanged between +The following is a complex example of how data is exchanged between urls, views, workflows and templates: #. In ``urls.py``, we have the named parameter. E.g. ``resource_class_id``. ::