heat/doc/docbkx
Diane Fleming e9916f7fdd update pom.xml files with clouddocs-maven-plugin version 1.12.2
Change-Id: I5d4633bd53697deafe5c2348d581b81186e6ab1c
author: diane fleming
2014-01-10 13:02:32 -06:00
..
api-ref update pom.xml files with clouddocs-maven-plugin version 1.12.2 2014-01-10 13:02:32 -06:00
heat-admin update pom.xml files with clouddocs-maven-plugin version 1.12.2 2014-01-10 13:02:32 -06:00
heat-cli-guide update pom.xml files with clouddocs-maven-plugin version 1.12.2 2014-01-10 13:02:32 -06: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