From 0bb5a4996cce4a36959a7eb3ad0f9774f8e96751 Mon Sep 17 00:00:00 2001 From: Lujin Luo Date: Thu, 29 Sep 2016 15:00:07 +0900 Subject: [PATCH] Fixed some fonts issue in user doc, EDP section Change-Id: Iadb50c232116a08c4b9ac203547fd0b9c3d89cd4 --- doc/source/userdoc/edp.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/userdoc/edp.rst b/doc/source/userdoc/edp.rst index d6e04604..ed9b9a53 100644 --- a/doc/source/userdoc/edp.rst +++ b/doc/source/userdoc/edp.rst @@ -362,9 +362,9 @@ Rules for specifying an interface are as follows: - Mapping Type must be one of ``configs``, ``params``, or ``args``. Only types supported for your job type are allowed (see above.) -- Location must be a string for configs and params, and an integer for args. - The set of ``args`` locations must be an unbroken series of integers - starting from 0. +- Location must be a string for ``configs`` and ``params``, and an integer for + ``args``. The set of ``args`` locations must be an unbroken series of + integers starting from 0. - Value Type must be one of ``string``, ``number``, or ``data_source``. Data sources may be passed as UUIDs or as valid paths (see above.) All values should be sent as JSON strings. (Note that booleans and null values are