deb-heat/doc/docbkx/README.rst
Andreas Jaeger 929fa9cfdd Remove heat-cli-guide
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
2014-01-15 08:41:48 +01:00

32 lines
514 B
ReStructuredText

================================
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