senlin/doc/docbkx
lvdongbing 88a54bacc4 Revise 'Heat' to 'Senlin' in doc/docbkx/README.rst
Change-Id: I54eb61c69076ae4bd2c2a27d5a08e78660e83202
2015-12-10 02:36:54 -05:00
..
senlin-admin Initial version of admin-guide docs 2014-12-10 17:26:38 +08:00
README.rst Revise 'Heat' to 'Senlin' in doc/docbkx/README.rst 2015-12-10 02:36:54 -05: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 Senlin admin guide:

cd senlin-admin mvn clean generate-sources