fb109a27f4
This patch uses the content generated with a new version of dn2osdbk. All the docbook IDs have been changed, and are not prefixed with the source file name. This should not be a problem since this guide has not been officially released and is not linked from the docs index page. Change-Id: Ie781bd340428bf1f56f7c4dcb80ea506de4ba8f3 |
||
---|---|---|
.. | ||
generated | ||
locale | ||
bk-hot-reference.xml | ||
ch_overview.xml | ||
pom.xml | ||
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