rroonga 2.0.0-x86-mingw32 → 2.0.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (357) hide show
  1. data/Rakefile +3 -2
  2. data/ext/groonga/rb-grn-expression.c +4 -3
  3. data/ext/groonga/rb-grn-object.c +13 -0
  4. data/ext/groonga/rb-grn-snippet.c +32 -126
  5. data/ext/groonga/rb-grn.h +14 -11
  6. data/lib/1.8/groonga.so +0 -0
  7. data/lib/1.9/groonga.so +0 -0
  8. data/rroonga-build.rb +1 -1
  9. data/vendor/local/bin/{grntest.exe → groonga-benchmark.exe} +0 -0
  10. data/vendor/local/bin/groonga.exe +0 -0
  11. data/vendor/local/bin/libgroonga-0.dll +0 -0
  12. data/vendor/local/bin/libmecab-1.dll +0 -0
  13. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  14. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  15. data/vendor/local/bin/mecab.exe +0 -0
  16. data/vendor/local/include/groonga/groonga/plugin.h +1 -1
  17. data/vendor/local/include/groonga/groonga.h +10 -3
  18. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  19. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  20. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  21. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  22. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  23. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  24. data/vendor/local/lib/libgroonga.a +0 -0
  25. data/vendor/local/lib/libgroonga.dll.a +0 -0
  26. data/vendor/local/lib/libmecab.a +0 -0
  27. data/vendor/local/lib/libmecab.dll.a +0 -0
  28. data/vendor/local/lib/libmsgpack.a +0 -0
  29. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  30. data/vendor/local/lib/libmsgpackc.a +0 -0
  31. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  32. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  33. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  34. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  35. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  36. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  37. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  38. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  39. data/vendor/local/share/doc/groonga/en/html/_sources/commands/suggest.txt +19 -0
  40. data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +2 -2
  41. data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +72 -8
  42. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +45 -1
  43. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +112 -33
  44. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +109 -99
  45. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +76 -40
  46. data/vendor/local/share/doc/groonga/en/html/_sources/type.txt +30 -21
  47. data/vendor/local/share/doc/groonga/en/html/_static/favicon.ico +0 -0
  48. data/vendor/local/share/doc/groonga/en/html/_static/groonga.css +309 -101
  49. data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +4 -154
  50. data/vendor/local/share/doc/groonga/en/html/_static/logo.png +0 -0
  51. data/vendor/local/share/doc/groonga/en/html/_static/navigation-bar.png +0 -0
  52. data/vendor/local/share/doc/groonga/en/html/_static/underscore.js +29 -21
  53. data/vendor/local/share/doc/groonga/en/html/characteristic.html +1 -1
  54. data/vendor/local/share/doc/groonga/en/html/command_version.html +1 -1
  55. data/vendor/local/share/doc/groonga/en/html/commands/cache_limit.html +1 -1
  56. data/vendor/local/share/doc/groonga/en/html/commands/check.html +1 -1
  57. data/vendor/local/share/doc/groonga/en/html/commands/clearlock.html +1 -1
  58. data/vendor/local/share/doc/groonga/en/html/commands/column_create.html +1 -1
  59. data/vendor/local/share/doc/groonga/en/html/commands/column_list.html +1 -1
  60. data/vendor/local/share/doc/groonga/en/html/commands/column_remove.html +1 -1
  61. data/vendor/local/share/doc/groonga/en/html/commands/define_selector.html +1 -1
  62. data/vendor/local/share/doc/groonga/en/html/commands/defrag.html +1 -1
  63. data/vendor/local/share/doc/groonga/en/html/commands/delete.html +1 -1
  64. data/vendor/local/share/doc/groonga/en/html/commands/dump.html +1 -1
  65. data/vendor/local/share/doc/groonga/en/html/commands/load.html +1 -1
  66. data/vendor/local/share/doc/groonga/en/html/commands/log_level.html +1 -1
  67. data/vendor/local/share/doc/groonga/en/html/commands/log_put.html +1 -1
  68. data/vendor/local/share/doc/groonga/en/html/commands/log_reopen.html +1 -1
  69. data/vendor/local/share/doc/groonga/en/html/commands/quit.html +1 -1
  70. data/vendor/local/share/doc/groonga/en/html/commands/select.html +1 -1
  71. data/vendor/local/share/doc/groonga/en/html/commands/shutdown.html +1 -1
  72. data/vendor/local/share/doc/groonga/en/html/commands/status.html +1 -1
  73. data/vendor/local/share/doc/groonga/en/html/commands/suggest.html +21 -1
  74. data/vendor/local/share/doc/groonga/en/html/commands/table_create.html +1 -1
  75. data/vendor/local/share/doc/groonga/en/html/commands/table_list.html +1 -1
  76. data/vendor/local/share/doc/groonga/en/html/commands/table_remove.html +1 -1
  77. data/vendor/local/share/doc/groonga/en/html/commands/view_add.html +1 -1
  78. data/vendor/local/share/doc/groonga/en/html/commands.html +1 -1
  79. data/vendor/local/share/doc/groonga/en/html/community.html +3 -3
  80. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +1 -1
  81. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +1 -1
  82. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +1 -1
  83. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +1 -1
  84. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +1 -1
  85. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +1 -1
  86. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +1 -1
  87. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +1 -1
  88. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +1 -1
  89. data/vendor/local/share/doc/groonga/en/html/contribution.html +1 -1
  90. data/vendor/local/share/doc/groonga/en/html/executables/grnslap.html +1 -1
  91. data/vendor/local/share/doc/groonga/en/html/executables/grntest.html +1 -1
  92. data/vendor/local/share/doc/groonga/en/html/executables/groonga-http.html +1 -1
  93. data/vendor/local/share/doc/groonga/en/html/executables/groonga-suggest-create-dataset.html +1 -1
  94. data/vendor/local/share/doc/groonga/en/html/executables/groonga.html +1 -1
  95. data/vendor/local/share/doc/groonga/en/html/executables.html +1 -1
  96. data/vendor/local/share/doc/groonga/en/html/expr.html +1 -1
  97. data/vendor/local/share/doc/groonga/en/html/functions/edit_distance.html +1 -1
  98. data/vendor/local/share/doc/groonga/en/html/functions/geo_distance.html +1 -1
  99. data/vendor/local/share/doc/groonga/en/html/functions/geo_in_circle.html +1 -1
  100. data/vendor/local/share/doc/groonga/en/html/functions/geo_in_rectangle.html +1 -1
  101. data/vendor/local/share/doc/groonga/en/html/functions/now.html +1 -1
  102. data/vendor/local/share/doc/groonga/en/html/functions/rand.html +1 -1
  103. data/vendor/local/share/doc/groonga/en/html/functions.html +1 -1
  104. data/vendor/local/share/doc/groonga/en/html/genindex.html +1 -1
  105. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +1 -1
  106. data/vendor/local/share/doc/groonga/en/html/index.html +25 -18
  107. data/vendor/local/share/doc/groonga/en/html/indexing.html +1 -1
  108. data/vendor/local/share/doc/groonga/en/html/install.html +59 -9
  109. data/vendor/local/share/doc/groonga/en/html/limitations.html +1 -1
  110. data/vendor/local/share/doc/groonga/en/html/log.html +1 -1
  111. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +1 -1
  112. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +1 -1
  113. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +1 -1
  114. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +1 -1
  115. data/vendor/local/share/doc/groonga/en/html/news/senna.html +1 -1
  116. data/vendor/local/share/doc/groonga/en/html/news.html +66 -15
  117. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  118. data/vendor/local/share/doc/groonga/en/html/output.html +1 -1
  119. data/vendor/local/share/doc/groonga/en/html/pseudo_column.html +1 -1
  120. data/vendor/local/share/doc/groonga/en/html/reference.html +1 -1
  121. data/vendor/local/share/doc/groonga/en/html/search.html +1 -1
  122. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  123. data/vendor/local/share/doc/groonga/en/html/spec/search.html +1 -1
  124. data/vendor/local/share/doc/groonga/en/html/spec.html +1 -1
  125. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +1 -1
  126. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +1 -1
  127. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +1 -1
  128. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +1 -1
  129. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +1 -1
  130. data/vendor/local/share/doc/groonga/en/html/suggest.html +1 -1
  131. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +1 -1
  132. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +1 -1
  133. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +141 -53
  134. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +1 -1
  135. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +1 -1
  136. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +112 -106
  137. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +1 -1
  138. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +1 -1
  139. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +2 -2
  140. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +92 -58
  141. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +1 -1
  142. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +1 -1
  143. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  144. data/vendor/local/share/doc/groonga/en/html/tutorial.html +21 -14
  145. data/vendor/local/share/doc/groonga/en/html/type.html +30 -22
  146. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  147. data/vendor/local/share/doc/groonga/ja/html/_sources/commands/suggest.txt +19 -0
  148. data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +2 -2
  149. data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +72 -8
  150. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +45 -1
  151. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +112 -33
  152. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +109 -99
  153. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +76 -40
  154. data/vendor/local/share/doc/groonga/ja/html/_sources/type.txt +30 -21
  155. data/vendor/local/share/doc/groonga/ja/html/_static/favicon.ico +0 -0
  156. data/vendor/local/share/doc/groonga/ja/html/_static/groonga.css +309 -101
  157. data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +4 -154
  158. data/vendor/local/share/doc/groonga/ja/html/_static/logo.png +0 -0
  159. data/vendor/local/share/doc/groonga/ja/html/_static/navigation-bar.png +0 -0
  160. data/vendor/local/share/doc/groonga/ja/html/_static/underscore.js +29 -21
  161. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +1 -1
  162. data/vendor/local/share/doc/groonga/ja/html/command_version.html +1 -1
  163. data/vendor/local/share/doc/groonga/ja/html/commands/cache_limit.html +1 -1
  164. data/vendor/local/share/doc/groonga/ja/html/commands/check.html +1 -1
  165. data/vendor/local/share/doc/groonga/ja/html/commands/clearlock.html +1 -1
  166. data/vendor/local/share/doc/groonga/ja/html/commands/column_create.html +1 -1
  167. data/vendor/local/share/doc/groonga/ja/html/commands/column_list.html +1 -1
  168. data/vendor/local/share/doc/groonga/ja/html/commands/column_remove.html +1 -1
  169. data/vendor/local/share/doc/groonga/ja/html/commands/define_selector.html +1 -1
  170. data/vendor/local/share/doc/groonga/ja/html/commands/defrag.html +1 -1
  171. data/vendor/local/share/doc/groonga/ja/html/commands/delete.html +1 -1
  172. data/vendor/local/share/doc/groonga/ja/html/commands/dump.html +1 -1
  173. data/vendor/local/share/doc/groonga/ja/html/commands/load.html +1 -1
  174. data/vendor/local/share/doc/groonga/ja/html/commands/log_level.html +1 -1
  175. data/vendor/local/share/doc/groonga/ja/html/commands/log_put.html +1 -1
  176. data/vendor/local/share/doc/groonga/ja/html/commands/log_reopen.html +1 -1
  177. data/vendor/local/share/doc/groonga/ja/html/commands/quit.html +1 -1
  178. data/vendor/local/share/doc/groonga/ja/html/commands/select.html +1 -1
  179. data/vendor/local/share/doc/groonga/ja/html/commands/shutdown.html +1 -1
  180. data/vendor/local/share/doc/groonga/ja/html/commands/status.html +1 -1
  181. data/vendor/local/share/doc/groonga/ja/html/commands/suggest.html +19 -1
  182. data/vendor/local/share/doc/groonga/ja/html/commands/table_create.html +1 -1
  183. data/vendor/local/share/doc/groonga/ja/html/commands/table_list.html +1 -1
  184. data/vendor/local/share/doc/groonga/ja/html/commands/table_remove.html +1 -1
  185. data/vendor/local/share/doc/groonga/ja/html/commands/view_add.html +1 -1
  186. data/vendor/local/share/doc/groonga/ja/html/commands.html +1 -1
  187. data/vendor/local/share/doc/groonga/ja/html/community.html +3 -3
  188. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +1 -1
  189. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +1 -1
  190. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +1 -1
  191. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +1 -1
  192. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +1 -1
  193. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +1 -1
  194. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +1 -1
  195. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +1 -1
  196. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +1 -1
  197. data/vendor/local/share/doc/groonga/ja/html/contribution.html +1 -1
  198. data/vendor/local/share/doc/groonga/ja/html/executables/grnslap.html +1 -1
  199. data/vendor/local/share/doc/groonga/ja/html/executables/grntest.html +1 -1
  200. data/vendor/local/share/doc/groonga/ja/html/executables/groonga-http.html +1 -1
  201. data/vendor/local/share/doc/groonga/ja/html/executables/groonga-suggest-create-dataset.html +1 -1
  202. data/vendor/local/share/doc/groonga/ja/html/executables/groonga.html +1 -1
  203. data/vendor/local/share/doc/groonga/ja/html/executables.html +1 -1
  204. data/vendor/local/share/doc/groonga/ja/html/expr.html +1 -1
  205. data/vendor/local/share/doc/groonga/ja/html/functions/edit_distance.html +1 -1
  206. data/vendor/local/share/doc/groonga/ja/html/functions/geo_distance.html +1 -1
  207. data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_circle.html +1 -1
  208. data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_rectangle.html +1 -1
  209. data/vendor/local/share/doc/groonga/ja/html/functions/now.html +1 -1
  210. data/vendor/local/share/doc/groonga/ja/html/functions/rand.html +1 -1
  211. data/vendor/local/share/doc/groonga/ja/html/functions.html +1 -1
  212. data/vendor/local/share/doc/groonga/ja/html/genindex.html +1 -1
  213. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +1 -1
  214. data/vendor/local/share/doc/groonga/ja/html/index.html +25 -18
  215. data/vendor/local/share/doc/groonga/ja/html/indexing.html +1 -1
  216. data/vendor/local/share/doc/groonga/ja/html/install.html +72 -22
  217. data/vendor/local/share/doc/groonga/ja/html/limitations.html +1 -1
  218. data/vendor/local/share/doc/groonga/ja/html/log.html +1 -1
  219. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +1 -1
  220. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +1 -1
  221. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +1 -1
  222. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +1 -1
  223. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +1 -1
  224. data/vendor/local/share/doc/groonga/ja/html/news.html +60 -14
  225. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  226. data/vendor/local/share/doc/groonga/ja/html/output.html +1 -1
  227. data/vendor/local/share/doc/groonga/ja/html/pseudo_column.html +1 -1
  228. data/vendor/local/share/doc/groonga/ja/html/reference.html +1 -1
  229. data/vendor/local/share/doc/groonga/ja/html/search.html +1 -1
  230. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  231. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +1 -1
  232. data/vendor/local/share/doc/groonga/ja/html/spec.html +1 -1
  233. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +1 -1
  234. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +1 -1
  235. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +1 -1
  236. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +1 -1
  237. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +1 -1
  238. data/vendor/local/share/doc/groonga/ja/html/suggest.html +1 -1
  239. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +1 -1
  240. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +1 -1
  241. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +141 -53
  242. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +1 -1
  243. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +1 -1
  244. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +108 -102
  245. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +1 -1
  246. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +1 -1
  247. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +2 -2
  248. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +92 -55
  249. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +1 -1
  250. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +1 -1
  251. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  252. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +21 -14
  253. data/vendor/local/share/doc/groonga/ja/html/type.html +30 -22
  254. data/vendor/local/share/doc/groonga/source/commands/suggest.txt +19 -0
  255. data/vendor/local/share/doc/groonga/source/community.txt +2 -2
  256. data/vendor/local/share/doc/groonga/source/example/tutorial/data-1.log +2 -15
  257. data/vendor/local/share/doc/groonga/source/example/tutorial/data-2.log +11 -7
  258. data/vendor/local/share/doc/groonga/source/example/tutorial/data-3.log +13 -7
  259. data/vendor/local/share/doc/groonga/source/example/tutorial/data-4.log +13 -0
  260. data/vendor/local/share/doc/groonga/source/example/tutorial/data-5.log +13 -0
  261. data/vendor/local/share/doc/groonga/source/example/tutorial/data-6.log +13 -0
  262. data/vendor/local/share/doc/groonga/source/example/tutorial/data-7.log +10 -0
  263. data/vendor/local/share/doc/groonga/source/example/tutorial/data-8.log +10 -0
  264. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-1.log +0 -2
  265. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-10.log +2 -2
  266. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-11.log +2 -2
  267. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-12.log +2 -2
  268. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-13.log +2 -2
  269. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-14.log +2 -6
  270. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-15.log +6 -2
  271. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-16.log +2 -2
  272. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-17.log +2 -2
  273. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-18.log +5 -0
  274. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log +3 -2
  275. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-3.log +2 -2
  276. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-4.log +1 -3
  277. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-5.log +4 -2
  278. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-6.log +13 -2
  279. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-7.log +2 -13
  280. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-8.log +2 -2
  281. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-9.log +2 -2
  282. data/vendor/local/share/doc/groonga/source/example/tutorial/network-1.log +1 -1
  283. data/vendor/local/share/doc/groonga/source/example/tutorial/network-3.log +6 -6
  284. data/vendor/local/share/doc/groonga/source/install.txt +72 -8
  285. data/vendor/local/share/doc/groonga/source/news.txt +45 -1
  286. data/vendor/local/share/doc/groonga/source/tutorial/data.txt +112 -33
  287. data/vendor/local/share/doc/groonga/source/tutorial/introduction.txt +109 -99
  288. data/vendor/local/share/doc/groonga/source/tutorial/network.txt +76 -40
  289. data/vendor/local/share/doc/groonga/source/type.txt +30 -21
  290. data/vendor/local/share/groonga/html/admin/css/admin.css +1 -1
  291. data/vendor/local/share/groonga/html/admin/favicon.ico +0 -0
  292. data/vendor/local/share/groonga/html/admin/favicon.png +0 -0
  293. data/vendor/local/share/groonga/html/admin/favicon.svg +107 -547
  294. data/vendor/local/share/groonga/html/admin/images/groonga.png +0 -0
  295. data/vendor/local/share/groonga/html/admin/index.html +1 -1
  296. data/vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.png +0 -0
  297. data/vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.svg +118 -0
  298. data/vendor/local/share/groonga/images/logo/groonga-icon-full-size.png +0 -0
  299. data/vendor/local/share/groonga/images/logo/groonga-icon-full-size.svg +97 -0
  300. data/vendor/local/share/groonga/images/logo/groonga-icon.png +0 -0
  301. data/vendor/local/share/groonga/images/logo/groonga-icon.svg +93 -0
  302. data/vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.png +0 -0
  303. data/vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.svg +108 -0
  304. data/vendor/local/share/groonga/images/logo/groonga-logo.png +0 -0
  305. data/vendor/local/share/groonga/images/logo/groonga-logo.svg +118 -0
  306. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.png +0 -0
  307. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg +170 -0
  308. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.png +0 -0
  309. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.svg +186 -0
  310. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.png +0 -0
  311. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.svg +183 -0
  312. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.png +0 -0
  313. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.svg +179 -0
  314. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner.png +0 -0
  315. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner.svg +201 -0
  316. data/vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.png +0 -0
  317. data/vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.svg +106 -0
  318. data/vendor/local/share/groonga/images/logo/mroonga-icon-full-size.png +0 -0
  319. data/vendor/local/share/groonga/images/logo/mroonga-icon-full-size.svg +97 -0
  320. data/vendor/local/share/groonga/images/logo/mroonga-icon.png +0 -0
  321. data/vendor/local/share/groonga/images/logo/mroonga-icon.svg +93 -0
  322. data/vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.png +0 -0
  323. data/vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.svg +122 -0
  324. data/vendor/local/share/groonga/images/logo/mroonga-logo.png +0 -0
  325. data/vendor/local/share/groonga/images/logo/mroonga-logo.svg +106 -0
  326. data/vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.png +0 -0
  327. data/vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.svg +106 -0
  328. data/vendor/local/share/groonga/images/logo/nroonga-icon-full-size.png +0 -0
  329. data/vendor/local/share/groonga/images/logo/nroonga-icon-full-size.svg +107 -0
  330. data/vendor/local/share/groonga/images/logo/nroonga-icon.png +0 -0
  331. data/vendor/local/share/groonga/images/logo/nroonga-icon.svg +93 -0
  332. data/vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.png +0 -0
  333. data/vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.svg +122 -0
  334. data/vendor/local/share/groonga/images/logo/nroonga-logo.png +0 -0
  335. data/vendor/local/share/groonga/images/logo/nroonga-logo.svg +117 -0
  336. data/vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.png +0 -0
  337. data/vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.svg +106 -0
  338. data/vendor/local/share/groonga/images/logo/rroonga-icon-full-size.png +0 -0
  339. data/vendor/local/share/groonga/images/logo/rroonga-icon-full-size.svg +107 -0
  340. data/vendor/local/share/groonga/images/logo/rroonga-icon.png +0 -0
  341. data/vendor/local/share/groonga/images/logo/rroonga-icon.svg +93 -0
  342. data/vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.png +0 -0
  343. data/vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.svg +122 -0
  344. data/vendor/local/share/groonga/images/logo/rroonga-logo.png +0 -0
  345. data/vendor/local/share/groonga/images/logo/rroonga-logo.svg +117 -0
  346. data/vendor/local/share/man/ja/man1/groonga.1 +510 -214
  347. data/vendor/local/share/man/man1/groonga.1 +510 -211
  348. metadata +62 -15
  349. data/vendor/local/bin/groonga-query-log-analyzer +0 -1419
  350. data/vendor/local/share/doc/groonga/en/html/_static/default.css +0 -278
  351. data/vendor/local/share/doc/groonga/en/html/_static/footer-bar.png +0 -0
  352. data/vendor/local/share/doc/groonga/en/html/_static/menu-header.png +0 -0
  353. data/vendor/local/share/doc/groonga/en/html/_static/sidebar.js +0 -151
  354. data/vendor/local/share/doc/groonga/ja/html/_static/default.css +0 -278
  355. data/vendor/local/share/doc/groonga/ja/html/_static/footer-bar.png +0 -0
  356. data/vendor/local/share/doc/groonga/ja/html/_static/menu-header.png +0 -0
  357. data/vendor/local/share/doc/groonga/ja/html/_static/sidebar.js +0 -151
@@ -1,278 +0,0 @@
1
- /*
2
- * default.css_t
3
- * ~~~~~~~~~~~~~
4
- *
5
- * Sphinx stylesheet -- default theme.
6
- *
7
- * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
8
- * :license: BSD, see LICENSE for details.
9
- *
10
- */
11
-
12
- @import url("basic.css");
13
-
14
- /* -- page layout ----------------------------------------------------------- */
15
-
16
- body {
17
- font-family: #666666;
18
- font-size: 100%;
19
- background-color: #ffffff;
20
- color: #000;
21
- margin: 0;
22
- padding: 0;
23
- }
24
-
25
- div.document {
26
- background-color: #ffffff;
27
- }
28
-
29
- div.documentwrapper {
30
- float: left;
31
- width: 100%;
32
- }
33
-
34
- div.bodywrapper {
35
- margin: 0 0 0 230px;
36
- }
37
-
38
- div.body {
39
- background-color: #ffffff;
40
- color: #000000;
41
- padding: 0 20px 30px 20px;
42
- }
43
- div.bodywrapper {
44
- margin: 0 230px 0 0;
45
- }
46
-
47
- div.footer {
48
- color: #000000;
49
- width: 100%;
50
- padding: 9px 0 9px 0;
51
- text-align: center;
52
- font-size: 75%;
53
- }
54
-
55
- div.footer a {
56
- color: #000000;
57
- text-decoration: underline;
58
- }
59
-
60
- div.related {
61
- background-color: #f6872e;
62
- line-height: 30px;
63
- color: #ffffff;
64
- }
65
-
66
- div.related a {
67
- color: #ffffff;
68
- }
69
-
70
- div.sphinxsidebar {
71
- top: 30px;
72
- bottom: 0;
73
- margin: 0;
74
- position: fixed;
75
- overflow: auto;
76
- height: auto;
77
- float: right;
78
- right: 0;
79
- }
80
- /* this is nice, but it it leads to hidden headings when jumping
81
- to an anchor */
82
- /*
83
- div.related {
84
- position: fixed;
85
- }
86
-
87
- div.documentwrapper {
88
- margin-top: 30px;
89
- }
90
- */
91
-
92
- div.sphinxsidebar h3 {
93
- font-family: sans-serif;
94
- color: #000000;
95
- font-size: 1.4em;
96
- font-weight: normal;
97
- margin: 0;
98
- padding: 0;
99
- }
100
-
101
- div.sphinxsidebar h3 a {
102
- color: #000000;
103
- }
104
-
105
- div.sphinxsidebar h4 {
106
- font-family: sans-serif;
107
- color: #000000;
108
- font-size: 1.3em;
109
- font-weight: normal;
110
- margin: 5px 0 0 0;
111
- padding: 0;
112
- }
113
-
114
- div.sphinxsidebar p {
115
- color: #000000;
116
- }
117
-
118
- div.sphinxsidebar p.topless {
119
- margin: 5px 10px 10px 10px;
120
- }
121
-
122
- div.sphinxsidebar ul {
123
- margin: 10px;
124
- padding: 0;
125
- color: #000000;
126
- }
127
-
128
- div.sphinxsidebar a {
129
- color: #992e1d;
130
- }
131
-
132
- div.sphinxsidebar input {
133
- border: 1px solid #992e1d;
134
- font-family: sans-serif;
135
- font-size: 1em;
136
- }
137
-
138
-
139
-
140
- /* -- hyperlink styles ------------------------------------------------------ */
141
-
142
- a {
143
- color: #e15611;
144
- text-decoration: none;
145
- }
146
-
147
- a:visited {
148
- color: #f6872e;
149
- text-decoration: none;
150
- }
151
-
152
- a:hover {
153
- text-decoration: underline;
154
- }
155
-
156
-
157
-
158
- /* -- body styles ----------------------------------------------------------- */
159
-
160
- div.body h1,
161
- div.body h2,
162
- div.body h3,
163
- div.body h4,
164
- div.body h5,
165
- div.body h6 {
166
- font-family: sans-serif;
167
- background-color: transparent;
168
- font-weight: normal;
169
- color: #992e1d;
170
- border-bottom: 1px solid #ccc;
171
- margin: 20px -20px 10px -20px;
172
- padding: 3px 0 3px 10px;
173
- }
174
-
175
- div.body h1 { margin-top: 0; font-size: 200%; }
176
- div.body h2 { font-size: 160%; }
177
- div.body h3 { font-size: 140%; }
178
- div.body h4 { font-size: 120%; }
179
- div.body h5 { font-size: 110%; }
180
- div.body h6 { font-size: 100%; }
181
-
182
- a.headerlink {
183
- color: #f8e0ae;
184
- font-size: 0.8em;
185
- padding: 0 4px 0 4px;
186
- text-decoration: none;
187
- }
188
-
189
- a.headerlink:hover {
190
- background-color: #f8e0ae;
191
- color: white;
192
- }
193
-
194
- div.body p, div.body dd, div.body li {
195
- text-align: justify;
196
- line-height: 130%;
197
- }
198
-
199
- div.admonition p.admonition-title + p {
200
- display: inline;
201
- }
202
-
203
- div.admonition p {
204
- margin-bottom: 5px;
205
- }
206
-
207
- div.admonition pre {
208
- margin-bottom: 5px;
209
- }
210
-
211
- div.admonition ul, div.admonition ol {
212
- margin-bottom: 5px;
213
- }
214
-
215
- div.note {
216
- background-color: #eee;
217
- border: 1px solid #ccc;
218
- }
219
-
220
- div.seealso {
221
- background-color: #ffc;
222
- border: 1px solid #ff6;
223
- }
224
-
225
- div.topic {
226
- background-color: #eee;
227
- }
228
-
229
- div.warning {
230
- background-color: #ffe4e4;
231
- border: 1px solid #f66;
232
- }
233
-
234
- p.admonition-title {
235
- display: inline;
236
- }
237
-
238
- p.admonition-title:after {
239
- content: ":";
240
- }
241
-
242
- pre {
243
- padding: 5px;
244
- background-color: #eeffcc;
245
- color: #333333;
246
- line-height: 120%;
247
- border: 1px solid #ac9;
248
- border-left: none;
249
- border-right: none;
250
- }
251
-
252
- tt {
253
- background-color: #ecf0f3;
254
- padding: 0 1px 0 1px;
255
- font-size: 0.95em;
256
- }
257
-
258
- th {
259
- background-color: #ede;
260
- }
261
-
262
- .warning tt {
263
- background: #efc2c2;
264
- }
265
-
266
- .note tt {
267
- background: #d6d6d6;
268
- }
269
-
270
- .viewcode-back {
271
- font-family: #666666;
272
- }
273
-
274
- div.viewcode-block:target {
275
- background-color: #f4debf;
276
- border-top: 1px solid #ac9;
277
- border-bottom: 1px solid #ac9;
278
- }
@@ -1,151 +0,0 @@
1
- /*
2
- * sidebar.js
3
- * ~~~~~~~~~~
4
- *
5
- * This script makes the Sphinx sidebar collapsible.
6
- *
7
- * .sphinxsidebar contains .sphinxsidebarwrapper. This script adds
8
- * in .sphixsidebar, after .sphinxsidebarwrapper, the #sidebarbutton
9
- * used to collapse and expand the sidebar.
10
- *
11
- * When the sidebar is collapsed the .sphinxsidebarwrapper is hidden
12
- * and the width of the sidebar and the margin-left of the document
13
- * are decreased. When the sidebar is expanded the opposite happens.
14
- * This script saves a per-browser/per-session cookie used to
15
- * remember the position of the sidebar among the pages.
16
- * Once the browser is closed the cookie is deleted and the position
17
- * reset to the default (expanded).
18
- *
19
- * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
20
- * :license: BSD, see LICENSE for details.
21
- *
22
- */
23
-
24
- $(function() {
25
- // global elements used by the functions.
26
- // the 'sidebarbutton' element is defined as global after its
27
- // creation, in the add_sidebar_button function
28
- var bodywrapper = $('.bodywrapper');
29
- var sidebar = $('.sphinxsidebar');
30
- var sidebarwrapper = $('.sphinxsidebarwrapper');
31
-
32
- // for some reason, the document has no sidebar; do not run into errors
33
- if (!sidebar.length) return;
34
-
35
- // original margin-left of the bodywrapper and width of the sidebar
36
- // with the sidebar expanded
37
- var bw_margin_expanded = bodywrapper.css('margin-left');
38
- var ssb_width_expanded = sidebar.width();
39
-
40
- // margin-left of the bodywrapper and width of the sidebar
41
- // with the sidebar collapsed
42
- var bw_margin_collapsed = '.8em';
43
- var ssb_width_collapsed = '.8em';
44
-
45
- // colors used by the current theme
46
- var dark_color = $('.related').css('background-color');
47
- var light_color = $('.document').css('background-color');
48
-
49
- function sidebar_is_collapsed() {
50
- return sidebarwrapper.is(':not(:visible)');
51
- }
52
-
53
- function toggle_sidebar() {
54
- if (sidebar_is_collapsed())
55
- expand_sidebar();
56
- else
57
- collapse_sidebar();
58
- }
59
-
60
- function collapse_sidebar() {
61
- sidebarwrapper.hide();
62
- sidebar.css('width', ssb_width_collapsed);
63
- bodywrapper.css('margin-left', bw_margin_collapsed);
64
- sidebarbutton.css({
65
- 'margin-left': '0',
66
- 'height': bodywrapper.height()
67
- });
68
- sidebarbutton.find('span').text('»');
69
- sidebarbutton.attr('title', _('Expand sidebar'));
70
- document.cookie = 'sidebar=collapsed';
71
- }
72
-
73
- function expand_sidebar() {
74
- bodywrapper.css('margin-left', bw_margin_expanded);
75
- sidebar.css('width', ssb_width_expanded);
76
- sidebarwrapper.show();
77
- sidebarbutton.css({
78
- 'margin-left': ssb_width_expanded-12,
79
- 'height': bodywrapper.height()
80
- });
81
- sidebarbutton.find('span').text('«');
82
- sidebarbutton.attr('title', _('Collapse sidebar'));
83
- document.cookie = 'sidebar=expanded';
84
- }
85
-
86
- function add_sidebar_button() {
87
- sidebarwrapper.css({
88
- 'float': 'left',
89
- 'margin-right': '0',
90
- 'width': ssb_width_expanded - 28
91
- });
92
- // create the button
93
- sidebar.append(
94
- '<div id="sidebarbutton"><span>&laquo;</span></div>'
95
- );
96
- var sidebarbutton = $('#sidebarbutton');
97
- light_color = sidebarbutton.css('background-color');
98
- // find the height of the viewport to center the '<<' in the page
99
- var viewport_height;
100
- if (window.innerHeight)
101
- viewport_height = window.innerHeight;
102
- else
103
- viewport_height = $(window).height();
104
- sidebarbutton.find('span').css({
105
- 'display': 'block',
106
- 'margin-top': (viewport_height - sidebar.position().top - 20) / 2
107
- });
108
-
109
- sidebarbutton.click(toggle_sidebar);
110
- sidebarbutton.attr('title', _('Collapse sidebar'));
111
- sidebarbutton.css({
112
- 'color': '#FFFFFF',
113
- 'border-left': '1px solid ' + dark_color,
114
- 'font-size': '1.2em',
115
- 'cursor': 'pointer',
116
- 'height': bodywrapper.height(),
117
- 'padding-top': '1px',
118
- 'margin-left': ssb_width_expanded - 12
119
- });
120
-
121
- sidebarbutton.hover(
122
- function () {
123
- $(this).css('background-color', dark_color);
124
- },
125
- function () {
126
- $(this).css('background-color', light_color);
127
- }
128
- );
129
- }
130
-
131
- function set_position_from_cookie() {
132
- if (!document.cookie)
133
- return;
134
- var items = document.cookie.split(';');
135
- for(var k=0; k<items.length; k++) {
136
- var key_val = items[k].split('=');
137
- var key = key_val[0];
138
- if (key == 'sidebar') {
139
- var value = key_val[1];
140
- if ((value == 'collapsed') && (!sidebar_is_collapsed()))
141
- collapse_sidebar();
142
- else if ((value == 'expanded') && (sidebar_is_collapsed()))
143
- expand_sidebar();
144
- }
145
- }
146
- }
147
-
148
- add_sidebar_button();
149
- var sidebarbutton = $('#sidebarbutton');
150
- set_position_from_cookie();
151
- });
@@ -1,278 +0,0 @@
1
- /*
2
- * default.css_t
3
- * ~~~~~~~~~~~~~
4
- *
5
- * Sphinx stylesheet -- default theme.
6
- *
7
- * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
8
- * :license: BSD, see LICENSE for details.
9
- *
10
- */
11
-
12
- @import url("basic.css");
13
-
14
- /* -- page layout ----------------------------------------------------------- */
15
-
16
- body {
17
- font-family: #666666;
18
- font-size: 100%;
19
- background-color: #ffffff;
20
- color: #000;
21
- margin: 0;
22
- padding: 0;
23
- }
24
-
25
- div.document {
26
- background-color: #ffffff;
27
- }
28
-
29
- div.documentwrapper {
30
- float: left;
31
- width: 100%;
32
- }
33
-
34
- div.bodywrapper {
35
- margin: 0 0 0 230px;
36
- }
37
-
38
- div.body {
39
- background-color: #ffffff;
40
- color: #000000;
41
- padding: 0 20px 30px 20px;
42
- }
43
- div.bodywrapper {
44
- margin: 0 230px 0 0;
45
- }
46
-
47
- div.footer {
48
- color: #000000;
49
- width: 100%;
50
- padding: 9px 0 9px 0;
51
- text-align: center;
52
- font-size: 75%;
53
- }
54
-
55
- div.footer a {
56
- color: #000000;
57
- text-decoration: underline;
58
- }
59
-
60
- div.related {
61
- background-color: #f6872e;
62
- line-height: 30px;
63
- color: #ffffff;
64
- }
65
-
66
- div.related a {
67
- color: #ffffff;
68
- }
69
-
70
- div.sphinxsidebar {
71
- top: 30px;
72
- bottom: 0;
73
- margin: 0;
74
- position: fixed;
75
- overflow: auto;
76
- height: auto;
77
- float: right;
78
- right: 0;
79
- }
80
- /* this is nice, but it it leads to hidden headings when jumping
81
- to an anchor */
82
- /*
83
- div.related {
84
- position: fixed;
85
- }
86
-
87
- div.documentwrapper {
88
- margin-top: 30px;
89
- }
90
- */
91
-
92
- div.sphinxsidebar h3 {
93
- font-family: sans-serif;
94
- color: #000000;
95
- font-size: 1.4em;
96
- font-weight: normal;
97
- margin: 0;
98
- padding: 0;
99
- }
100
-
101
- div.sphinxsidebar h3 a {
102
- color: #000000;
103
- }
104
-
105
- div.sphinxsidebar h4 {
106
- font-family: sans-serif;
107
- color: #000000;
108
- font-size: 1.3em;
109
- font-weight: normal;
110
- margin: 5px 0 0 0;
111
- padding: 0;
112
- }
113
-
114
- div.sphinxsidebar p {
115
- color: #000000;
116
- }
117
-
118
- div.sphinxsidebar p.topless {
119
- margin: 5px 10px 10px 10px;
120
- }
121
-
122
- div.sphinxsidebar ul {
123
- margin: 10px;
124
- padding: 0;
125
- color: #000000;
126
- }
127
-
128
- div.sphinxsidebar a {
129
- color: #992e1d;
130
- }
131
-
132
- div.sphinxsidebar input {
133
- border: 1px solid #992e1d;
134
- font-family: sans-serif;
135
- font-size: 1em;
136
- }
137
-
138
-
139
-
140
- /* -- hyperlink styles ------------------------------------------------------ */
141
-
142
- a {
143
- color: #e15611;
144
- text-decoration: none;
145
- }
146
-
147
- a:visited {
148
- color: #f6872e;
149
- text-decoration: none;
150
- }
151
-
152
- a:hover {
153
- text-decoration: underline;
154
- }
155
-
156
-
157
-
158
- /* -- body styles ----------------------------------------------------------- */
159
-
160
- div.body h1,
161
- div.body h2,
162
- div.body h3,
163
- div.body h4,
164
- div.body h5,
165
- div.body h6 {
166
- font-family: sans-serif;
167
- background-color: transparent;
168
- font-weight: normal;
169
- color: #992e1d;
170
- border-bottom: 1px solid #ccc;
171
- margin: 20px -20px 10px -20px;
172
- padding: 3px 0 3px 10px;
173
- }
174
-
175
- div.body h1 { margin-top: 0; font-size: 200%; }
176
- div.body h2 { font-size: 160%; }
177
- div.body h3 { font-size: 140%; }
178
- div.body h4 { font-size: 120%; }
179
- div.body h5 { font-size: 110%; }
180
- div.body h6 { font-size: 100%; }
181
-
182
- a.headerlink {
183
- color: #f8e0ae;
184
- font-size: 0.8em;
185
- padding: 0 4px 0 4px;
186
- text-decoration: none;
187
- }
188
-
189
- a.headerlink:hover {
190
- background-color: #f8e0ae;
191
- color: white;
192
- }
193
-
194
- div.body p, div.body dd, div.body li {
195
- text-align: justify;
196
- line-height: 130%;
197
- }
198
-
199
- div.admonition p.admonition-title + p {
200
- display: inline;
201
- }
202
-
203
- div.admonition p {
204
- margin-bottom: 5px;
205
- }
206
-
207
- div.admonition pre {
208
- margin-bottom: 5px;
209
- }
210
-
211
- div.admonition ul, div.admonition ol {
212
- margin-bottom: 5px;
213
- }
214
-
215
- div.note {
216
- background-color: #eee;
217
- border: 1px solid #ccc;
218
- }
219
-
220
- div.seealso {
221
- background-color: #ffc;
222
- border: 1px solid #ff6;
223
- }
224
-
225
- div.topic {
226
- background-color: #eee;
227
- }
228
-
229
- div.warning {
230
- background-color: #ffe4e4;
231
- border: 1px solid #f66;
232
- }
233
-
234
- p.admonition-title {
235
- display: inline;
236
- }
237
-
238
- p.admonition-title:after {
239
- content: ":";
240
- }
241
-
242
- pre {
243
- padding: 5px;
244
- background-color: #eeffcc;
245
- color: #333333;
246
- line-height: 120%;
247
- border: 1px solid #ac9;
248
- border-left: none;
249
- border-right: none;
250
- }
251
-
252
- tt {
253
- background-color: #ecf0f3;
254
- padding: 0 1px 0 1px;
255
- font-size: 0.95em;
256
- }
257
-
258
- th {
259
- background-color: #ede;
260
- }
261
-
262
- .warning tt {
263
- background: #efc2c2;
264
- }
265
-
266
- .note tt {
267
- background: #d6d6d6;
268
- }
269
-
270
- .viewcode-back {
271
- font-family: #666666;
272
- }
273
-
274
- div.viewcode-block:target {
275
- background-color: #f4debf;
276
- border-top: 1px solid #ac9;
277
- border-bottom: 1px solid #ac9;
278
- }