From 1ecd2dad94d7fab386ff02deb3577bf87ae0c9df Mon Sep 17 00:00:00 2001 From: Ruby Loo Date: Tue, 5 May 2015 15:39:09 +0000 Subject: [PATCH] Add section header to state machines page This adds a section header so that a "Table of Contents" is displayed on the rendered page. This makes the page consistent with the rest of our developer documentation, since the others all have a Table Of Contents. I also added the word 'provisioning' to qualify what kind of states were being depicted here. (As opposed to power states.) Change-Id: If71679d9a5ee795c6c3a9d912f371ea04cea2753 --- doc/source/dev/states.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/source/dev/states.rst b/doc/source/dev/states.rst index 6b370bb51f..b23a1f080b 100644 --- a/doc/source/dev/states.rst +++ b/doc/source/dev/states.rst @@ -4,9 +4,12 @@ Ironic's State Machine ====================== -The diagram below shows the states that an Ironic node goes through during the -lifetime of a node. The diagram also depicts the events that transition -the node to different states. +State Machine Diagram +===================== + +The diagram below shows the provisioning states that an Ironic node goes +through during the lifetime of a node. The diagram also depicts the events +that transition the node to different states. .. figure:: ../images/states.png :width: 660px