openstack-manuals/doc/hot-reference
Gauvain Pocentek d816b1f934 HOT reference update
Run the script to import changes from the heat repository.

Change-Id: Id3a93c7e7aa2099e125a692e98a3dbdab9c6e67a
2014-11-11 21:24:09 +01:00
..
generated HOT reference update 2014-11-11 21:24:09 +01:00
locale Imported Translations from Transifex 2014-10-14 07:24:23 +00:00
bk-hot-reference.xml Create the HOT reference book 2014-10-03 06:44:43 +02: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 Create the HOT reference book 2014-10-03 06:44:43 +02: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-reference.sh script:
pip install 'openstack-doc-tools>=0.18'
tools/generate-reference.sh path/to/heat/clone
  • Check the build:
mvn clean generate-sources
# or
tox