api-site/openstack-firstapp
2015-04-26 19:54:15 +00:00
..
doc/source Merge "FirstApp section 1 updates" 2015-04-26 19:54:15 +00:00
samples Add "Writing your First OpenStack Application" Guide 2015-04-21 09:15:26 +10:00
README.rst [firstapp] fix/extend the README.rst file 2015-04-23 15:47:27 +02:00
setup.cfg Add "Writing your First OpenStack Application" Guide 2015-04-21 09:15:26 +10:00
setup.py Add "Writing your First OpenStack Application" Guide 2015-04-21 09:15:26 +10:00

Writing your First OpenStack Application

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

The tutorials works with an application that can be found at: https://github.com/stackforge/faafo

/doc

The /doc directory contains a playground for the actual tutorial documentation. It's reStructuredText (RST), built with Sphinx.

The RST source includes conditional output logic, so specifying:

tox -e openstack-firstapp-libcloud

will invoke sphinx-build with -t libcloud, meaning sections marked .. only:: libcloud in the RST will be built, while others won't.

Sphinx and the OpenStack docs.openstack.org Sphinx Theme (openstackdocstheme) are needed to build the docs.

/samples

The code samples provided in the guide are sourced from files in this directory. There is a sub-directory for each SDK.