groongaのドキュメントは、Sphinxというツールを用いて作成されています。Sphinxは以下のように導入します。:
# aptitude install python-setuptools # easy_install -U sphinx
以下のコマンドでhtmlが作成されます。:
% make html
groongaのドキュメントは、pdf出力することもできます。rst2pdfと、IPAフォント(IPA Gothic/IPAexGothic)が必要となります。
以下のようにしてインストールできます。:
# easy_install rst2pdf
以下のコマンドでpdfが作成されます。:
% make pdf
13.2.1. groonga 通信アーキテクチャ
13.2.3. クエリの実現
Enter search terms or a module, class or function name.