From a6712835db3b146d33059d91b5225b5af8070d78 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Sun, 20 Dec 2015 23:39:20 +0900 Subject: [PATCH] [user-admin-guide] URL should not contain a whitespace It works in the source language, but a generated POT file contains a space inside an URL. It seems a bug of sphinx or gettext but it can be avoided if we don't have a whitespace in an URL. Change-Id: I846717e5a073a1e483ef860d67b95cac36d072cb --- .../source/dashboard_manage_host_aggregates.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/user-guide-admin/source/dashboard_manage_host_aggregates.rst b/doc/user-guide-admin/source/dashboard_manage_host_aggregates.rst index c9c03efcb6..0c325b3838 100644 --- a/doc/user-guide-admin/source/dashboard_manage_host_aggregates.rst +++ b/doc/user-guide-admin/source/dashboard_manage_host_aggregates.rst @@ -9,9 +9,9 @@ Each node can have multiple aggregates and each aggregate can have multiple key-value pairs. You can assign the same key-value pair to multiple aggregates. -The scheduler uses this information to make scheduling decisions. For -information, see `Scheduling `__. +The scheduler uses this information to make scheduling decisions. +For information, see +`Scheduling `__. To create a host aggregate ~~~~~~~~~~~~~~~~~~~~~~~~~~