Added the admin guide in the mistral document index file as per
the doc-migration spec.
Change-Id: I821257f5be8b6778b1a6eaf9c138a06cef8b2792
Closes-Bug: #1706449
The Mistral Upgrade Guide and Mistral Workflow Language Specification
links were misplaced. Changed them. Also removed the unwanted admin
index page.
Change-Id: I49984971ee8ae10105291043ee3240133784fed2
Closes-Bug: #1705462
This change aligns the Mistral documents folder structure to
the one specified for Pike [1].
Documents were move to thir appropriate folder, but the different
guides do not follow their cookie cutted structure yet.
Install guide is in a separate change [2], while I could not
found the cookie cutter for the rest of the guides.
test-requirements.txt updated with the missing modules.
tox_install.sh modified to do not pass $MODULE_NAME and -e parameter to
edit-constraints.
[1]: http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html
[2]: https://review.openstack.org/#/c/476499/
[3]: https://etherpad.openstack.org/p/doc-migration-tracking
Change-Id: Ia1101fa2eada446d8eebfefa9bd15d8facd8b3b0
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
Signed-off-by: csatari <gergely.csatari@nokia.com>
Sometimes people get confused when DSL is used. So, to overcome it
Mistral Workflow Language is used instead of DSL throughout the
documentation.
Change-Id: Ic7516b4f45854fd9960cef3e529dcb507439f8e6
Partially-implements: blueprint add-documentation
Mistral is a service, without a public Python API (other than the
actions api which is being moved out). Therefore including the Python
code in the documentation isn't useful. While it is present, it often
comes up in search results which will be confusing for most users.
Change-Id: Ib9d5e1a7baecf70d8e224cff470f968012317edd
1. * We need to either remove "Roadmap" from the index page completely
and add it to some special article devoted to development or at least
to move it to the end of the list
(http://docs.openstack.org/developer/mistral/) - Done
2. * Article "Mistral Client / CLI guide" is messed up. Two problems:
1) "Mistral Client" in this name is about installation which doesn't
explicitly tell this (should be "Mistral Client Installation Guide")
2) "CLI guide" is not about installation and should exist as a
separate article. (http://docs.openstack.org/developer/mistral/) - Done
Change-Id: I9f2e7e24ce71e1c022b2918f455d805bab4740fe
Partial-Implements: blueprint mistral-doc
Added new page "Cookbooks" which will contain links to
existing cookbooks which are published on wiki.
Change-Id: I9114e16e3afad3087c47513a04f6fa26de91ff28
* Removed incomplete 'how to write workflow' and link on it
* Fixed showing extra titles in 'Installation' section on main page
Change-Id: Ib3f8061f05c30a7593af4716c6619604e9fd93ce
* initial documentation skeleton for further writing.
* Added man page to the conf (otherwise we get warning message)
* Added ChangeLog to .gitignore
* Changed html theme on readthedocs
Partially implements blueprint mistral-documentation
Change-Id: Iffc6e0e8b97d3599aa8c09b03011586354241abd
Setup structure and clean-up docs
Coming up next:
* TODO: migrate DSL specs from wiki
* TODO: setup autodocs to for REST v2
Change-Id: Ia15a65a2909bd71821c8a6e94b3f9470ee6145d5