Navigation Menu

Skip to content

Commit

Permalink
doc: add place holder for scalar column and index column
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 21, 2015
1 parent 9da2c9b commit eecf399
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 4 deletions.
8 changes: 8 additions & 0 deletions doc/files.am
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down
16 changes: 12 additions & 4 deletions doc/source/reference/column.rst
Expand Up @@ -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
19 changes: 19 additions & 0 deletions doc/source/reference/columns/index.rst
@@ -0,0 +1,19 @@
.. -*- rst -*-
.. highlightlang:: none

.. groonga-command
.. database: columns_index
Index column
============

Summary
-------

TODO

Usage
-----

TODO
19 changes: 19 additions & 0 deletions doc/source/reference/columns/scalar.rst
@@ -0,0 +1,19 @@
.. -*- rst -*-
.. highlightlang:: none

.. groonga-command
.. database: columns_scalar
Scalar column
=============

Summary
-------

TODO

Usage
-----

TODO

0 comments on commit eecf399

Please sign in to comment.