#273: Add an API for adding full-text search support for languages other than English. Add support for Japanese.

Based on the implementation by SHIBUKAWA Yoshiki in https://bitbucket.org/shibu/sphinx/.
This commit is contained in:
Georg Brandl
2011-01-04 12:40:19 +01:00
parent c5b5c16cb3
commit 7beb8533b5
11 changed files with 681 additions and 241 deletions

View File

@@ -27,6 +27,7 @@ Other contributors, listed alphabetically, are:
* Benjamin Peterson -- unittests
* T. Powers -- HTML output improvements
* Stefan Seefeld -- toctree improvements
* Shibukawa Yoshiki -- pluggable search API and Japanese search
* Antonio Valentino -- qthelp builder
* Pauli Virtanen -- autodoc improvements, autosummary extension
* Stefan van der Walt -- autosummary extension