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

Change-Id: I1119cf9b3c4fbf7a7bd06998a587baa41f9dbf36
2014-11-13 06:13:51 +00:00
..
generated HOT reference update 2014-11-11 21:24:09 +01:00
locale Imported Translations from Transifex 2014-11-13 06:13:51 +00:00
README.rst Create the HOT reference book 2014-10-03 06:44:43 +02: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

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