api-site/firstapp
OpenStack Proposal Bot 3898c70100 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I32ae639708c9d405d08a21ad3d8a2927cc0f1250
2018-09-04 06:38:44 +00:00
..
samples Replace dict.itervalues() with dict.values() 2017-08-04 15:31:18 +08:00
source Imported Translations from Zanata 2018-09-04 06:38:44 +00:00
README.rst Trivial: Update pypi url to new url 2018-06-07 18:11:42 +08:00
setup.cfg [firstapp] Use https 2017-01-27 10:49:35 +01:00
setup.py FirstApp: Move source directory up, rename top-level dir 2015-05-01 17:22:46 +02:00

README.rst

Writing Your First OpenStack Application

This directory contains the "Writing Your First OpenStack Application" tutorial.

The tutorials work with an application that can be found in the openstack/faafo 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 RST source includes conditional output logic. The following command invokes sphinx-build with -t libcloud:

tox -e firstapp-libcloud

Only the sections marked .. only:: libcloud in the RST are built.

/samples

The code samples in this guide are located in this directory. The code samples for each SDK are located in separate subdirectories.

/build-libcloud

The HTML documentation is built in this directory. The .gitignore file for the project specifies this directory.