[Groonga-commit] groonga/groonga at eecf399 [master] doc: add place holder for scalar column and index column

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jan 21 17:56:41 JST 2015


Kouhei Sutou	2015-01-21 17:56:41 +0900 (Wed, 21 Jan 2015)

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

  Message:
    doc: add place holder for scalar column and index column

  Added files:
    doc/source/reference/columns/index.rst
    doc/source/reference/columns/scalar.rst
  Modified files:
    doc/files.am
    doc/source/reference/column.rst

  Modified: doc/files.am (+8 -0)
===================================================================
--- doc/files.am    2015-01-21 15:58:51 +0900 (21785c6)
+++ doc/files.am    2015-01-21 17:56:41 +0900 (4822d67)
@@ -426,7 +426,9 @@ absolute_source_files = \
 	$(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 \
+	$(top_srcdir)/doc/source/reference/columns/scalar.rst \
 	$(top_srcdir)/doc/source/reference/columns/vector.rst \
 	$(top_srcdir)/doc/source/reference/command.rst \
 	$(top_srcdir)/doc/source/reference/command/command_version.rst \
@@ -984,7 +986,9 @@ source_files_relative_from_doc_dir = \
 	source/reference/api/plugin.rst \
 	source/reference/cast.rst \
 	source/reference/column.rst \
+	source/reference/columns/index.rst \
 	source/reference/columns/pseudo.rst \
+	source/reference/columns/scalar.rst \
 	source/reference/columns/vector.rst \
 	source/reference/command.rst \
 	source/reference/command/command_version.rst \
@@ -1290,7 +1294,9 @@ html_files_relative_from_locale_dir = \
 	html/_sources/reference/api/plugin.txt \
 	html/_sources/reference/cast.txt \
 	html/_sources/reference/column.txt \
+	html/_sources/reference/columns/index.txt \
 	html/_sources/reference/columns/pseudo.txt \
+	html/_sources/reference/columns/scalar.txt \
 	html/_sources/reference/columns/vector.txt \
 	html/_sources/reference/command.txt \
 	html/_sources/reference/command/command_version.txt \
@@ -1495,7 +1501,9 @@ html_files_relative_from_locale_dir = \
 	html/reference/api/plugin.html \
 	html/reference/cast.html \
 	html/reference/column.html \
+	html/reference/columns/index.html \
 	html/reference/columns/pseudo.html \
+	html/reference/columns/scalar.html \
 	html/reference/columns/vector.html \
 	html/reference/command.html \
 	html/reference/command/command_version.html \

  Modified: doc/source/reference/column.rst (+12 -4)
===================================================================
--- doc/source/reference/column.rst    2015-01-21 15:58:51 +0900 (522d8b4)
+++ doc/source/reference/column.rst    2015-01-21 17:56:41 +0900 (5f05826)
@@ -17,10 +17,18 @@ must be a table.
 
 Here are data store columns:
 
-  * :doc:`columns/scalar`
-  * :doc:`columns/vector`
-  * :doc:`columns/pseudo`
+.. toctree::
+   :maxdepth: 1
+   :glob:
+
+   columns/scalar
+   columns/vector
+   columns/pseudo
 
 Here is an index column:
 
-  * :doc:`columns/index`
+.. toctree::
+   :maxdepth: 1
+   :glob:
+
+   columns/index

  Added: doc/source/reference/columns/index.rst (+19 -0) 100644
===================================================================
--- /dev/null
+++ doc/source/reference/columns/index.rst    2015-01-21 17:56:41 +0900 (3fb8e18)
@@ -0,0 +1,19 @@
+.. -*- rst -*-
+
+.. highlightlang:: none
+
+.. groonga-command
+.. database: columns_index
+
+Index column
+============
+
+Summary
+-------
+
+TODO
+
+Usage
+-----
+
+TODO

  Added: doc/source/reference/columns/scalar.rst (+19 -0) 100644
===================================================================
--- /dev/null
+++ doc/source/reference/columns/scalar.rst    2015-01-21 17:56:41 +0900 (4e4c94a)
@@ -0,0 +1,19 @@
+.. -*- rst -*-
+
+.. highlightlang:: none
+
+.. groonga-command
+.. database: columns_scalar
+
+Scalar column
+=============
+
+Summary
+-------
+
+TODO
+
+Usage
+-----
+
+TODO
-------------- next part --------------
HTML����������������������������...
Download 



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