groonga - An open-source fulltext search engine and column store.

13.2.3. ドキュメント作成

13.2.3.1. Sphinxのインストール

groongaのドキュメントは、Sphinxというツールを用いて作成されています。Sphinxは以下のように導入します。:

# aptitude install python-setuptools
# easy_install -U sphinx

13.2.3.2. htmlの作成

以下のコマンドでhtmlが作成されます。:

% make html

13.2.3.3. pdfの作成

groongaのドキュメントは、pdf出力することもできます。rst2pdfと、IPAフォント(IPA Gothic/IPAexGothic)が必要となります。

13.2.3.3.1. rst2pdfのインストール

以下のようにしてインストールできます。:

# easy_install rst2pdf

13.2.3.3.2. pdfの作成

以下のコマンドでpdfが作成されます。:

% make pdf