murano/doc/source/first-app
Tovin Seven 8eb478fe60 Trivial: Update pypi url to new url
Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: Iddddedb5cdda0f408001ca98a4357cb074ee1cd0
2018-04-20 10:00:12 +00:00
..
Before_the_start.rst Remove separate firstapp build 2017-11-16 15:57:24 +01:00
Debugging_and_troubleshooting_your_murano_app.rst Remove separate firstapp build 2017-11-16 15:57:24 +01:00
Develop_murano_app_for_plone.rst Remove separate firstapp build 2017-11-16 15:57:24 +01:00
Publish_your_murano_app_in_the_application_catalog.rst Remove separate firstapp build 2017-11-16 15:57:24 +01:00
README.rst Trivial: Update pypi url to new url 2018-04-20 10:00:12 +00:00
What_is_the_use_case.rst Remove separate firstapp build 2017-11-16 15:57:24 +01:00
What_you_will_learn.rst Remove separate firstapp build 2017-11-16 15:57:24 +01:00
Who_is_this_guide_for.rst Remove separate firstapp build 2017-11-16 15:57:24 +01:00
index.rst Remove separate firstapp build 2017-11-16 15:57:24 +01:00

README.rst

This directory contains the "My first Murano App getting started guide" tutorial.

The tutorials work with an application that can be found in the openstack/murano-apps repository.

Prerequisites

To build the documentation, you must install the Graphviz package.

/source

The /source directory contains the tutorial documentation as reStructuredText (RST).

To build the documentation, you must install Sphinx and the OpenStack docs.openstack.org Sphinx theme (openstackdocstheme). When you invoke tox, these dependencies are automatically pulled in from the top-level test-requirements.txt.

You must also install Graphviz on your build system.

The document is build as part of the docs build, for example using:

tox -e docs

/samples

The code samples in this guide are located in this directory.