null+****@clear*****
null+****@clear*****
2011年 8月 17日 (水) 15:28:00 JST
Kouhei Sutou 2011-08-17 06:28:00 +0000 (Wed, 17 Aug 2011)
New Revision: 6186712af5d363e4effab4fb3245efc170164a2f
Log:
[doc] remove needless indent.
Modified files:
doc/source/commands/suggest.txt
doc/source/suggest/completion.txt
doc/source/suggest/correction.txt
doc/source/suggest/introduction.txt
doc/source/suggest/suggestion.txt
Modified: doc/source/commands/suggest.txt (+2 -2)
===================================================================
--- doc/source/commands/suggest.txt 2011-08-17 06:23:49 +0000 (aa216cb)
+++ doc/source/commands/suggest.txt 2011-08-17 06:28:00 +0000 (1def2b5)
@@ -235,5 +235,5 @@ Here is a mixed example.
SEE ALSO
--------
- * :doc:`/suggest`
- * :doc:`/executables/groonga-suggest-create-dataset`
+* :doc:`/suggest`
+* :doc:`/executables/groonga-suggest-create-dataset`
Modified: doc/source/suggest/completion.txt (+3 -3)
===================================================================
--- doc/source/suggest/completion.txt 2011-08-17 06:23:49 +0000 (329686a)
+++ doc/source/suggest/completion.txt 2011-08-17 06:28:00 +0000 (681ac71)
@@ -12,9 +12,9 @@ Completion
This section describes about the following completion
features:
- * How it works
- * How to use
- * How to learn
+* How it works
+* How to use
+* How to learn
How it works
------------
Modified: doc/source/suggest/correction.txt (+3 -3)
===================================================================
--- doc/source/suggest/correction.txt 2011-08-17 06:23:49 +0000 (0362f3e)
+++ doc/source/suggest/correction.txt 2011-08-17 06:28:00 +0000 (cf3cd02)
@@ -12,9 +12,9 @@ Correction
This section describes about the following correction
features:
- * How it works
- * How to use
- * How to learn
+* How it works
+* How to use
+* How to learn
How it works
------------
Modified: doc/source/suggest/introduction.txt (+7 -7)
===================================================================
--- doc/source/suggest/introduction.txt 2011-08-17 06:23:49 +0000 (38c0b3c)
+++ doc/source/suggest/introduction.txt 2011-08-17 06:28:00 +0000 (3fcb984)
@@ -7,9 +7,9 @@ Introduction
The suggest feature in groonga provides the following features:
- * Completion
- * Correction
- * Suggestion
+* Completion
+* Correction
+* Suggestion
Completion
----------
@@ -20,10 +20,10 @@ words.
For example, there are registered words:
- * "groonga"
- * "complete"
- * "correction"
- * "suggest"
+* "groonga"
+* "complete"
+* "correction"
+* "suggest"
An user inputs "co" and groonga returns "complete" and
"correction" because they starts with "co".
Modified: doc/source/suggest/suggestion.txt (+3 -3)
===================================================================
--- doc/source/suggest/suggestion.txt 2011-08-17 06:23:49 +0000 (3dad5d3)
+++ doc/source/suggest/suggestion.txt 2011-08-17 06:28:00 +0000 (5574e7c)
@@ -12,9 +12,9 @@ Suggestion
This section describes about the following completion
features:
- * How it works
- * How to use
- * How to learn
+* How it works
+* How to use
+* How to learn
How it works
------------