[Groonga-commit] groonga/groonga at b2f89a0 [master] doc: use versionadded directive

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Mar 8 17:08:57 JST 2018


Kouhei Sutou	2018-03-08 17:08:57 +0900 (Thu, 08 Mar 2018)

  New Revision: b2f89a0e01fae6fd363c8e04eaa73b0e9d43fe64
  https://github.com/groonga/groonga/commit/b2f89a0e01fae6fd363c8e04eaa73b0e9d43fe64

  Message:
    doc: use versionadded directive

  Modified files:
    doc/locale/ja/LC_MESSAGES/reference.po
    doc/source/reference/commands/logical_count.rst

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+6 -5)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2018-03-08 17:03:53 +0900 (a1d00c585)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2018-03-08 17:08:57 +0900 (93ff51d01)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 1.2.1\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2018-03-08 16:59+0900\n"
+"PO-Revision-Date: 2018-03-08 17:07+0900\n"
 "Last-Translator: Masafumi Yokoyama <yokoyama �� clear-code.com>\n"
 "Language-Team: Japanese\n"
 "Language: ja\n"
@@ -7446,12 +7446,13 @@ msgstr "必須の引数です。"
 
 msgid ""
 "``initial`` stage and ``filtered`` stage are valid. Because there are no "
-"processes after ``output`` stages. But ``filtered`` stage is valid in "
-"groonga since version 8.0.1."
+"processes after ``output`` stages."
 msgstr ""
 "``initial`` ステージと ``filtered`` ステージが有効です。なぜなら ``output`` "
-"ステージ以降にはなにも処理がないからです。ただし、``filtered`` ステージはバー"
-"ジョン8.0.1以降で有効です。"
+"ステージ以降にはなにも処理がないからです。"
+
+msgid "``filtered`` stage is valid since 8.0.1."
+msgstr "``filtered`` ステージは8.0.1から使えます。"
 
 msgid ""
 "Here is an example that creates ``is_popular`` column at ``initial`` stage. "

  Modified: doc/source/reference/commands/logical_count.rst (+6 -3)
===================================================================
--- doc/source/reference/commands/logical_count.rst    2018-03-08 17:03:53 +0900 (e9d829184)
+++ doc/source/reference/commands/logical_count.rst    2018-03-08 17:08:57 +0900 (0126e6598)
@@ -440,9 +440,12 @@ Corresponds to :ref:`select-columns-name-stage` in :doc:`select`. See
 
 This is a required parameter.
 
-``initial`` stage and ``filtered`` stage are valid. Because there are no processes after
-``output`` stages.
-But ``filtered`` stage is valid in groonga since version 8.0.1.
+``initial`` stage and ``filtered`` stage are valid. Because there are
+no processes after ``output`` stages.
+
+.. versionadded:: 8.0.1
+
+   ``filtered`` stage is valid since 8.0.1.
 
 Here is an example that creates ``is_popular`` column at ``initial``
 stage. You can use ``is_popular`` in all parameters such as ``filter``:
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180308/35123e5b/attachment-0001.htm 



More information about the Groonga-commit mailing list
Back to archive index