[Groonga-commit] groonga/groonga at f90db27 [master] doc: suppress warnings

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Thu Jun 28 13:18:43 JST 2018


Kouhei Sutou	2018-06-28 13:18:43 +0900 (Thu, 28 Jun 2018)

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

  Message:
    doc: suppress warnings

  Removed files:
    doc/source/reference/cast.rst
  Modified files:
    doc/files.am
    doc/locale/ja/LC_MESSAGES/reference.po
    doc/source/reference/configuration.rst
    doc/source/reference/sharding.rst

  Modified: doc/files.am (+0 -3)
===================================================================
--- doc/files.am    2018-06-28 12:51:11 +0900 (0b66c8286)
+++ doc/files.am    2018-06-28 13:18:43 +0900 (d285da4db)
@@ -780,7 +780,6 @@ absolute_source_files = \
 	$(top_srcdir)/doc/source/reference/api/grn_user_data.rst \
 	$(top_srcdir)/doc/source/reference/api/overview.rst \
 	$(top_srcdir)/doc/source/reference/api/plugin.rst \
-	$(top_srcdir)/doc/source/reference/cast.rst \
 	$(top_srcdir)/doc/source/reference/column.rst \
 	$(top_srcdir)/doc/source/reference/columns/index.rst \
 	$(top_srcdir)/doc/source/reference/columns/pseudo.rst \
@@ -1753,7 +1752,6 @@ source_files_relative_from_doc_dir = \
 	source/reference/api/grn_user_data.rst \
 	source/reference/api/overview.rst \
 	source/reference/api/plugin.rst \
-	source/reference/cast.rst \
 	source/reference/column.rst \
 	source/reference/columns/index.rst \
 	source/reference/columns/pseudo.rst \
@@ -2159,7 +2157,6 @@ html_files_relative_from_locale_dir = \
 	html/reference/api/grn_user_data.html \
 	html/reference/api/overview.html \
 	html/reference/api/plugin.html \
-	html/reference/cast.html \
 	html/reference/column.html \
 	html/reference/columns/index.html \
 	html/reference/columns/pseudo.html \

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+28 -0)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2018-06-28 12:51:11 +0900 (f7f339760)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2018-06-28 13:18:43 +0900 (3ae9ef641)
@@ -16540,6 +16540,15 @@ msgstr ":doc:`/reference/commands/dump` ですべての設定項目を確認で
 msgid "Commands"
 msgstr "コマンド一覧"
 
+msgid ":doc:commands/config_delete"
+msgstr ""
+
+msgid ":doc:commands/config_get"
+msgstr ""
+
+msgid ":doc:commands/config_set"
+msgstr ""
+
 msgid "Executables"
 msgstr "実行ファイル"
 
@@ -25336,6 +25345,25 @@ msgstr ""
 msgid "Rules"
 msgstr "ルール"
 
+msgid ":doc:commands/logical_count"
+msgstr ""
+
+#, fuzzy
+msgid ":doc:commands/logical_parameters"
+msgstr "コマンドライン引数"
+
+msgid ":doc:commands/logical_range_filter"
+msgstr ""
+
+msgid ":doc:commands/logical_select"
+msgstr ""
+
+msgid ":doc:commands/logical_shard_list"
+msgstr ""
+
+msgid ":doc:commands/logical_table_remove"
+msgstr ""
+
 msgid "Suggest"
 msgstr "サジェスト"
 

  Deleted: doc/source/reference/cast.rst (+0 -8) 100644
===================================================================
--- doc/source/reference/cast.rst    2018-06-28 12:51:11 +0900 (45ec8db21)
+++ /dev/null
@@ -1,8 +0,0 @@
-.. -*- rst -*-
-
-.. highlightlang:: none
-
-Cast
-====
-
-TODO...

  Modified: doc/source/reference/configuration.rst (+3 -5)
===================================================================
--- doc/source/reference/configuration.rst    2018-06-28 12:51:11 +0900 (de47ec8cc)
+++ doc/source/reference/configuration.rst    2018-06-28 13:18:43 +0900 (5b9a8d5cb)
@@ -43,8 +43,6 @@ You can confirm all configuration items by
 Commands
 --------
 
-.. toctree::
-   :maxdepth: 1
-   :glob:
-
-   commands/config_*
+  * :doc:commands/config_delete
+  * :doc:commands/config_get
+  * :doc:commands/config_set

  Modified: doc/source/reference/sharding.rst (+6 -5)
===================================================================
--- doc/source/reference/sharding.rst    2018-06-28 12:51:11 +0900 (c53e87eb3)
+++ doc/source/reference/sharding.rst    2018-06-28 13:18:43 +0900 (0d083f597)
@@ -97,8 +97,9 @@ TODO
 Commands
 --------
 
-.. toctree::
-   :maxdepth: 1
-   :glob:
-
-   commands/logical_*
+  * :doc:commands/logical_count
+  * :doc:commands/logical_parameters
+  * :doc:commands/logical_range_filter
+  * :doc:commands/logical_select
+  * :doc:commands/logical_shard_list
+  * :doc:commands/logical_table_remove
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180628/8e720f4a/attachment-0001.htm 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る