929fa9cfdd
The heat command line clients are documented now better in the OpenStack End User Guide: http://docs.openstack.org/user-guide/content/heat-stack-create.html http://docs.openstack.org/user-guide/content/heat_client_commands.html The content here is thus not needed anymore, as the README.rst says: "This documentation should eventually end up in the OpenStack documentation repositories `api-site` and `openstack-manuals`." Change-Id: I297252d7f8eee383ce6252a5db44111630fbe29b
514 B
514 B
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