Kouhei Sutou
null+****@clear*****
Tue Nov 24 17:51:58 JST 2015
Kouhei Sutou 2015-11-24 17:51:58 +0900 (Tue, 24 Nov 2015) New Revision: 48871eaa9c374d18f2a8da7020fc10af98e22ca4 https://github.com/groonga/groonga/commit/48871eaa9c374d18f2a8da7020fc10af98e22ca4 Message: doc functions: fix markup Modified files: doc/source/reference/functions/between.rst doc/source/reference/functions/geo_distance.rst doc/source/reference/functions/highlight_full.rst doc/source/reference/functions/highlight_html.rst doc/source/reference/functions/html_untag.rst doc/source/reference/functions/in_values.rst doc/source/reference/functions/query.rst doc/source/reference/functions/snippet_html.rst doc/source/reference/functions/sub_filter.rst doc/source/reference/functions/vector_size.rst Modified: doc/source/reference/functions/between.rst (+8 -8) =================================================================== --- doc/source/reference/functions/between.rst 2015-11-24 17:43:59 +0900 (ee33bb1) +++ doc/source/reference/functions/between.rst 2015-11-24 17:51:58 +0900 (397d3e1) @@ -3,10 +3,10 @@ .. highlightlang:: none .. groonga-command -.. database: between +.. database: functions_between -between -======= +``between`` +=========== Summary ------- @@ -40,7 +40,7 @@ Here are a schema definition and sample data to show usage.:: {"_key": "Eric", "age": 20} {"_key": "Frank", "age": 21} ] - + .. groonga-command .. table_create Users TABLE_HASH_KEY ShortText .. column_create Users age COLUMN_SCALAR Int32 @@ -88,25 +88,25 @@ There are five required parameters, ``column_or_value``, and ``min``, ``min_bord Specifies a column of the table or the value. ``min`` -^^^^^^^^^^^^^^^^^^^ +^^^^^^^ Specifies the minimal border value of the range. You can control the behavior that the value of ``max`` is included or excluded by ``max_border`` parameter. ``min_border`` -^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^ Specifies whether the specified range contains the value of ``min`` or not. The value of ``min_border`` are either "include" or "exclude". If it is "include", ``min`` value is included. If it is "exclude", ``min`` value is not included. ``max`` -^^^^^^^^^^^^^^^^^^^ +^^^^^^^ Specifies the maximum border value of the range. You can control the behavior that the value of ``max`` is included or excluded by ``max_border`` parameter. ``max_border`` -^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^ Specifies whether the specified range contains the value of ``max`` or not. The value of ``max_border`` are either "include" or "exclude". If it is "include", ``max`` value is included. If it is "exclude", ``max`` value is not included. Modified: doc/source/reference/functions/geo_distance.rst (+4 -4) =================================================================== --- doc/source/reference/functions/geo_distance.rst 2015-11-24 17:43:59 +0900 (fa922cc) +++ doc/source/reference/functions/geo_distance.rst 2015-11-24 17:51:58 +0900 (3a47905) @@ -3,11 +3,11 @@ .. highlightlang:: none .. groonga-command -.. database: geo_distance +.. database: functions_geo_distance -geo_distance -============ +``geo_distance`` +================ Summary ------- @@ -272,7 +272,7 @@ Here is a sample about calculating the value of distance with column value. .. select Cities --output_columns _score --filter 1 --scorer '_score = geo_distance(location, "185428000x-461000", "sphere")' ``ellipsoid`` -............... +............. This parameter require to approximate the geographical features by ellipsoid approximation for calculating the distance. Modified: doc/source/reference/functions/highlight_full.rst (+2 -2) =================================================================== --- doc/source/reference/functions/highlight_full.rst 2015-11-24 17:43:59 +0900 (2dc7b63) +++ doc/source/reference/functions/highlight_full.rst 2015-11-24 17:51:58 +0900 (54181e6) @@ -5,8 +5,8 @@ .. groonga-command .. database: functions_highlight_full -highlight_full -============== +``highlight_full`` +================== .. caution:: Modified: doc/source/reference/functions/highlight_html.rst (+2 -2) =================================================================== --- doc/source/reference/functions/highlight_html.rst 2015-11-24 17:43:59 +0900 (e5e88e0) +++ doc/source/reference/functions/highlight_html.rst 2015-11-24 17:51:58 +0900 (a18a215) @@ -5,8 +5,8 @@ .. groonga-command .. database: functions_highlight_html -highlight_html -============== +``highlight_html`` +================== .. caution:: Modified: doc/source/reference/functions/html_untag.rst (+2 -2) =================================================================== --- doc/source/reference/functions/html_untag.rst 2015-11-24 17:43:59 +0900 (63fa136) +++ doc/source/reference/functions/html_untag.rst 2015-11-24 17:51:58 +0900 (d95e566) @@ -5,8 +5,8 @@ .. groonga-command .. database: functions_html_untag -html_untag -========== +``html_untag`` +============== Summary ------- Modified: doc/source/reference/functions/in_values.rst (+3 -3) =================================================================== --- doc/source/reference/functions/in_values.rst 2015-11-24 17:43:59 +0900 (098bd6f) +++ doc/source/reference/functions/in_values.rst 2015-11-24 17:51:58 +0900 (3b330c9) @@ -3,10 +3,10 @@ .. highlightlang:: none .. groonga-command -.. database: in_values +.. database: functions_in_values -in_values -========= +``in_values`` +============= Summary ------- Modified: doc/source/reference/functions/query.rst (+2 -2) =================================================================== --- doc/source/reference/functions/query.rst 2015-11-24 17:43:59 +0900 (f31546d) +++ doc/source/reference/functions/query.rst 2015-11-24 17:51:58 +0900 (0db7631) @@ -5,8 +5,8 @@ .. groonga-command .. database: functions_query -query -===== +``query`` +========= Summary ------- Modified: doc/source/reference/functions/snippet_html.rst (+2 -2) =================================================================== --- doc/source/reference/functions/snippet_html.rst 2015-11-24 17:43:59 +0900 (dc7e207) +++ doc/source/reference/functions/snippet_html.rst 2015-11-24 17:51:58 +0900 (c0cb935) @@ -5,8 +5,8 @@ .. groonga-command .. database: functions_snippet_html -snippet_html -============ +``snippet_html`` +================ .. caution:: Modified: doc/source/reference/functions/sub_filter.rst (+2 -2) =================================================================== --- doc/source/reference/functions/sub_filter.rst 2015-11-24 17:43:59 +0900 (ecd0775) +++ doc/source/reference/functions/sub_filter.rst 2015-11-24 17:51:58 +0900 (c313f20) @@ -5,8 +5,8 @@ .. groonga-command .. database: functions_sub_filter -sub_filter -========== +``sub_filter`` +============== Summary ------- Modified: doc/source/reference/functions/vector_size.rst (+3 -3) =================================================================== --- doc/source/reference/functions/vector_size.rst 2015-11-24 17:43:59 +0900 (d1d8e77) +++ doc/source/reference/functions/vector_size.rst 2015-11-24 17:51:58 +0900 (0aa8bf7) @@ -5,8 +5,8 @@ .. groonga-command .. database: vector_size -vector_size -=========== +``vector_size`` +=============== Summary ------- @@ -66,7 +66,7 @@ Parameters There is one required parameter, ``target``. ``target`` -^^^^^^^^^^^^^^^^ +^^^^^^^^^^ Specifies a vector column of table that is specified by ``table`` parameter in ``select``. -------------- next part -------------- HTML����������������������������...下載