From de908ec9f20ef5b4b01e2655a842c0b2ed94ab93 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Wed, 23 Sep 2015 15:19:17 -0700 Subject: [PATCH] Update style_guide.rst --- style_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style_guide.rst b/style_guide.rst index 76f77ed77..d6cd018c9 100644 --- a/style_guide.rst +++ b/style_guide.rst @@ -122,7 +122,7 @@ numbers. Sphinx RST markup does not have a tag for figure numbers, so you must use the caption element. You may use simple numbering like "Figure 1, Figure 2", or add a caption. Captions must follow a blank line and be italicized, like this example:: - .. figure:: images/users-files.png + .. figure:: images/users-config.png :alt: Files page showing the user's files. *Figure 4: Files page showing the user's files.*