From 1d0b5dea9180c452610a2bb337525ed3fa184182 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Wed, 31 Aug 2016 18:44:40 +0900 Subject: [PATCH] doc: Use "warning" directive instead of "important" "important" is a valid directive and used in openstack manuals. However, the theme provided by oslosphinx does not highlight "important" directive. To highlight the section, let's use "warning" directive instead. Change-Id: If9ab26e6236f51b2655b5815509ff65b0a09ccfe Note: a fix for oslosphinx will be proposed. --- doc/source/topics/translation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/topics/translation.rst b/doc/source/topics/translation.rst index fb50a3d539..2266f023ac 100644 --- a/doc/source/topics/translation.rst +++ b/doc/source/topics/translation.rst @@ -191,7 +191,7 @@ essentially a wrapper around the gettext function. var translated = gettext(‘Images’); } -.. Important :: +.. warning :: For localization in AngularJS files, use the AngularJS service ``horizon.framework.util.i18n.gettext``. Ensure that the