From 92476ecacdb419ea5896b00d027315a0d0a59e74 Mon Sep 17 00:00:00 2001 From: Vasyl Nakvasiuk Date: Tue, 14 May 2013 12:54:05 +0300 Subject: [PATCH] add docs note about possible values for boolean type --- doc/public/course_data_formats/word_cloud/word_cloud.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/public/course_data_formats/word_cloud/word_cloud.rst b/doc/public/course_data_formats/word_cloud/word_cloud.rst index 4ee1c8db65..5c3d31e149 100644 --- a/doc/public/course_data_formats/word_cloud/word_cloud.rst +++ b/doc/public/course_data_formats/word_cloud/word_cloud.rst @@ -24,6 +24,12 @@ The following attributes can be specified for this tag:: Percent is shown always when mouse over the word in cloud. +.. note:: + + Possible answer for boolean type attributes: + True – "True", "true", "T", "t", "1" + False – "False", "false", "F", "f", "0" + .. note:: If you want to use the same word cloud (the same storage of words), you must use the same display_name value.