Minor changes to Mistral docs

* Removed incomplete 'how to write workflow' and link on it
 * Fixed showing extra titles in 'Installation' section on main page

Change-Id: Ib3f8061f05c30a7593af4716c6619604e9fd93ce
This commit is contained in:
Nikolay Mahotkin 2015-09-09 13:38:44 +03:00
parent f42b7f5f5e
commit 8e610103a5
4 changed files with 4 additions and 9 deletions

View File

@ -1,3 +1,4 @@
====================================
Mistral Dashboard Installation Guide
====================================
@ -5,7 +6,7 @@ Mistral dashboard is the plugin for Horizon where it is easily possible to contr
mistral objects by interacting with web user interface.
Setup Instructions
==================
------------------
This instruction assumes that Horizon is already installed and it's installation
folder is <horizon>. Detailed information on how to install Horizon can be
found at `Horizon Installation <http://docs.openstack.org/developer/horizon/quickstart.html#setup.>`_
@ -50,7 +51,8 @@ The following should get you started:
$ tox -evenv -- python manage.py runserver
Debug Instructions
==================
------------------
**Pycharm**
Set PyCharm debug settings:

View File

@ -1,4 +0,0 @@
How To Write Workflow
=====================
TBD

View File

@ -31,7 +31,6 @@ User guide
guides/dashboard_guide
guides/upgrade_guide
guides/mistralclient_guide
guides/writing_workflow
**API**

View File

@ -24,8 +24,6 @@ To use the OpenStack command line tools you should specify environment variables
Write Workflow
--------------
* Refer to the tutorial :doc:`How To Write a Workflow </guides/writing_workflow>`
For example, the following workflow has been written::
---