From 3d2a1eb348531ea50be8f3bd48c163cbf87bad25 Mon Sep 17 00:00:00 2001 From: Thomas Spatzier Date: Fri, 21 Mar 2014 08:52:51 +0100 Subject: [PATCH] Fix heading markup in hot_spec.rst The Resource Dependencies section in hot_spec.rst used a wrong heading markup (inconsistent with previous sections' 2nd level markups), so the heading did not appear in the HTML. This patch fixes the markup. Change-Id: Id10ca0246942b2b64ea6269413243379c3ae2158 Closes-Bug: #1295538 --- doc/source/template_guide/hot_spec.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/template_guide/hot_spec.rst b/doc/source/template_guide/hot_spec.rst index d0d67c0f0f..a4b6a52349 100644 --- a/doc/source/template_guide/hot_spec.rst +++ b/doc/source/template_guide/hot_spec.rst @@ -450,7 +450,7 @@ property values. .. _hot_spec_resources_dependencies: Resource Dependencies -~~~~~~~~~~~~~~~~~~~~~ +--------------------- By means of the *depends_on* attribute within a resource section it is possible to define a dependency between a resource and one or more other resources. If