heat/doc/docbkx
Zane Bitter f8b684d9a8 ReST API: Translate the documentation to WADL
Change-Id: Ib1847ee2266d188f198fdf8fb7feb53770d9c1a5
2013-04-04 19:25:24 +02:00
..
api-ref ReST API: Translate the documentation to WADL 2013-04-04 19:25:24 +02:00
heat-admin A new documention structure, ready for contributions 2012-12-19 10:22:35 +13:00
heat-cli-guide A new documention structure, ready for contributions 2012-12-19 10:22:35 +13:00
README.rst A new documention structure, ready for contributions 2012-12-19 10:22:35 +13:00

Building the user and admin docs

This documentation should eventually end up in the OpenStack documentation repositories api-site and openstack-manuals.

Dependencies

on Ubuntu:

sudo apt-get install maven

on Fedora Core:

sudo yum install maven

Use mvn

Build the REST API reference manual:

cd api-ref mvn clean generate-sources

Build the Heat admin guide:

cd heat-admin mvn clean generate-sources

Build the Heat CLI guide:

cd heat-cli-guide mvn clean generate-sources