deb-heat/doc/docbkx
ZhiQiang Fan 82b7aa6c6c Replace OpenStack LLC with OpenStack Foundation
Change-Id: Ia3489a1cff5070b000098e278c772cb823ae688c
Fixes-Bug: #1214176
2013-09-20 02:43:12 +08:00
..
api-ref Replace OpenStack LLC with OpenStack Foundation 2013-09-20 02:43:12 +08:00
heat-admin A new documention structure, ready for contributions 2012-12-19 10:22:35 +13:00
heat-cli-guide Rename Quantum to Neutron 2013-08-06 22:08:27 -07: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