murano/doc/source/first-app
Andreas Jaeger abb58a8d06 Remove separate firstapp build
With the large reorg of the docs site, this can be easily *only* as
part of the murano documentation, there's no benefit for publishing an
extra document elsewhere. Fully integrate the documents into the manual.

Note that the separate build target was not linked from any of our index
sites.

Remove extra title from README.rst, it let to duplicated title in main
table of contents.

Remove also post job for publishing the firstapp document - it currently fails -
and is now not needed anymore.

Change-Id: Ib5259907b3f999062042e483ac81e6aed17705ca
2017-11-16 15:57:24 +01: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 Remove separate firstapp build 2017-11-16 15:57:24 +01: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.