Navigation Menu

Skip to content

Commit

Permalink
doc: suppress warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 28, 2018
1 parent b33ea83 commit f90db27
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 21 deletions.
3 changes: 0 additions & 3 deletions doc/files.am
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down
28 changes: 28 additions & 0 deletions doc/locale/ja/LC_MESSAGES/reference.po
Expand Up @@ -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 "実行ファイル"

Expand Down Expand Up @@ -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 "サジェスト"

Expand Down
8 changes: 0 additions & 8 deletions doc/source/reference/cast.rst

This file was deleted.

8 changes: 3 additions & 5 deletions doc/source/reference/configuration.rst
Expand Up @@ -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
11 changes: 6 additions & 5 deletions doc/source/reference/sharding.rst
Expand Up @@ -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

0 comments on commit f90db27

Please sign in to comment.