openstack-manuals/doc/hot-reference
OpenStack Proposal Bot d4d512f97c Imported Translations from Transifex
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: Ia583bf5962b599e287a6cf0796b31e39ecc072e1
2015-07-02 06:17:04 +00:00
..
generated Automated update of the HOT ref 2015-04-30 15:46:00 +02:00
locale Imported Translations from Transifex 2015-07-02 06:17:04 +00:00
bk-hot-reference.xml Adds 2015 copyright year to book files 2015-01-07 11:17:30 +01:00
ch_overview.xml Create the HOT reference book 2014-10-03 06:44:43 +02:00
pom.xml Create the HOT reference book 2014-10-03 06:44:43 +02:00
README.rst hot-ref README: fix the generation script name 2015-02-16 20:51:15 +01:00

HOT Reference

This documentation is mostly generated from the heat source code, and files in the generated/ directory should not be edited manually. To make changes to these files, modify the heat docstrings, then regenerate the files (see the next section).

How to generate the content

  • Clone the heat source code:
git clone git://git.openstack.org/openstack/heat
  • Run the tools/generate-hot-reference.sh script:
pip install 'openstack-doc-tools>=0.18'
tools/generate-hot-reference.sh path/to/heat/clone
  • Check the build:
mvn clean generate-sources
# or
tox