
This change provides the necessary modifications to enable building of pdf documentation. The resources.py extension required modification to: - prevent attributes from being rendered as stray \items outside of a list environment - prevent update policies from being rendered as stray \items outside of a list environment - remove the 'Note:' admonition around the 'Not implemented' message when it applies to a sub-property, such as a list. The admonition was not rendered as a list item, causing the build to fail due to an empty list. Change-Id: Id4e533430600b5ff03fd63cdc09b9a00741b8e4e
21 lines
606 B
ReStructuredText
21 lines
606 B
ReStructuredText
=========================
|
|
Heat Configuration Sample
|
|
=========================
|
|
|
|
The following is a sample heat configuration for adaptation and use. It is
|
|
auto-generated from heat when this documentation is built, so if you are
|
|
having issues with an option, please compare your version of heat with the
|
|
version of this documentation.
|
|
|
|
.. only:: html
|
|
|
|
The sample configuration can also be downloaded in
|
|
`file form <../_static/heat.conf.sample>`_.
|
|
|
|
.. literalinclude:: ../_static/heat.conf.sample
|
|
|
|
.. only:: latex
|
|
|
|
See the online version of this documentation for the full example config
|
|
file.
|