[Groonga-commit] groonga/groonga at cfab51e [master] doc: fix duplicated execution example path

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Tue Nov 4 21:26:21 JST 2014


Kouhei Sutou	2014-11-04 21:26:21 +0900 (Tue, 04 Nov 2014)

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

  Message:
    doc: fix duplicated execution example path
    
    GitHub: fix groonga/groonga.org#14
    
    Reported by Masafumi Yokoyama. Thanks!!!

  Added files:
    doc/source/example/reference/commands/table_create/range_index_table_dat_key.log
  Modified files:
    doc/source/reference/commands/table_create.rst

  Added: doc/source/example/reference/commands/table_create/range_index_table_dat_key.log (+4 -0) 100644
===================================================================
--- /dev/null
+++ doc/source/example/reference/commands/table_create/range_index_table_dat_key.log    2014-11-04 21:26:21 +0900 (f3bb732)
@@ -0,0 +1,4 @@
+Execution example::
+
+  table_create Ages TABLE_DAT_KEY UInt32
+  # [[0, 1337566253.89858, 0.000355720520019531], true]

  Modified: doc/source/reference/commands/table_create.rst (+1 -1)
===================================================================
--- doc/source/reference/commands/table_create.rst    2014-11-04 14:17:00 +0900 (f6119ea)
+++ doc/source/reference/commands/table_create.rst    2014-11-04 21:26:21 +0900 (fabead9)
@@ -135,7 +135,7 @@ range index table. Range index table needs range search support but
 Here is an example to create ``TABLE_DAT_KEY`` table:
 
 .. groonga-command
-.. include:: ../../example/reference/commands/table_create/tag_index_table_hash_key.log
+.. include:: ../../example/reference/commands/table_create/range_index_table_dat_key.log
 .. table_create Ages TABLE_DAT_KEY UInt32
 
 The ``table_create`` command creates a table that is named ``Ages``,
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index