Kouhei Sutou
null+****@clear*****
Wed Dec 24 23:40:28 JST 2014
Kouhei Sutou 2014-12-24 23:40:28 +0900 (Wed, 24 Dec 2014) New Revision: 4b6a18f82cc29571a80c54dac925c4d1b4759562 https://github.com/groonga/groonga/commit/4b6a18f82cc29571a80c54dac925c4d1b4759562 Message: doc: simplify because we don't require unreleased Sphinx Modified files: doc/locale/en/LC_MESSAGES/contribution.po doc/locale/ja/LC_MESSAGES/contribution.po doc/source/contribution/documentation/introduction.rst Modified: doc/locale/en/LC_MESSAGES/contribution.po (+3 -6) =================================================================== --- doc/locale/en/LC_MESSAGES/contribution.po 2014-12-24 23:36:25 +0900 (2ffeb61) +++ doc/locale/en/LC_MESSAGES/contribution.po 2014-12-24 23:40:28 +0900 (4039c18) @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Groonga 4.0.1\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2014-12-24 23:26+0900\n" +"PO-Revision-Date: 2014-12-24 23:38+0900\n" "Last-Translator: Kouhei Sutou <kou �� clear-code.com>\n" "Language-Team: English\n" "Language: en\n" @@ -2038,13 +2038,10 @@ msgstr "" msgid "Install depended software" msgstr "" -msgid "" -"Groonga uses Sphinx_ as documentation tool. Groonga requires newer Sphinx. " -"So you need to install it with other tools such as Mercurial_, Docutils_ and " -"Jinja_." +msgid "Groonga uses Sphinx_ as documentation tool." msgstr "" -msgid "Here are command lines to install needed software." +msgid "Here are command lines to install Sphinx." msgstr "" msgid "Debian GNU/Linux, Ubuntu::" Modified: doc/locale/ja/LC_MESSAGES/contribution.po (+5 -11) =================================================================== --- doc/locale/ja/LC_MESSAGES/contribution.po 2014-12-24 23:36:25 +0900 (aa5e3b1) +++ doc/locale/ja/LC_MESSAGES/contribution.po 2014-12-24 23:40:28 +0900 (4082c8a) @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2.1\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2014-11-21 13:27+0900\n" +"PO-Revision-Date: 2014-12-24 23:39+0900\n" "Last-Translator: Kouhei Sutou <kou �� clear-code.com>\n" "Language-Team: Japanese\n" "Language: ja\n" @@ -1717,17 +1717,11 @@ msgstr "" msgid "Install depended software" msgstr "必要なソフトウェアのインストール" -msgid "" -"Groonga uses Sphinx_ as documentation tool. Groonga requires newer Sphinx. " -"So you need to install it with other tools such as Mercurial_, Docutils_ and " -"Jinja_." -msgstr "" -"Groongaはドキュメントツールとして、Sphinx_ を利用します。Groongaは新しいバー" -"ジョンのSphinxを必要とするので、Mercurial_ や Docutils_ 、Jinja_ といったツー" -"ルと一緒にインストールする必要があります。" +msgid "Groonga uses Sphinx_ as documentation tool." +msgstr "Groongaはドキュメントツールとして Sphinx_ を使います。" -msgid "Here are command lines to install needed software." -msgstr "以下は必要なソフトウェアをインストールするコマンドラインです。" +msgid "Here are command lines to install Sphinx." +msgstr "以下はSphinxをインストールするコマンドラインです。" msgid "Debian GNU/Linux, Ubuntu::" msgstr "" Modified: doc/source/contribution/documentation/introduction.rst (+6 -13) =================================================================== --- doc/source/contribution/documentation/introduction.rst 2014-12-24 23:36:25 +0900 (f8f3843) +++ doc/source/contribution/documentation/introduction.rst 2014-12-24 23:40:28 +0900 (c17c9f1) @@ -11,32 +11,25 @@ Groonga documentation. Install depended software ------------------------- -Groonga uses Sphinx_ as documentation tool. Groonga requires newer -Sphinx. So you need to install it with other tools such as Mercurial_, -Docutils_ and Jinja_. +Groonga uses Sphinx_ as documentation tool. .. _Sphinx: http://sphinx.pocoo.org/ -.. _Mercurial: http://mercurial.selenic.com/ -.. _Docutils: http://docutils.sourceforge.net/ -.. _Jinja: http://jinja.pocoo.org/ -Here are command lines to install needed software. +Here are command lines to install Sphinx. Debian GNU/Linux, Ubuntu:: - % sudo apt-get install -V -y mercurial python-docutils python-jinja2 python-pip - % sudo pip install sphinx + % sudo apt-get install -V -y python-sphinx CentOS, Fedora:: - % sudo yum install -y mercurial python-docutils python-jinja2 python-pip + % sudo yum install -y python-pip % sudo pip install sphinx OS X:: - % brew install mercurial - % pip install docutils - % pip install jinja + % brew install python + % brew install gettext % export PATH=`brew --prefix gettext`/bin:$PATH % pip install sphinx -------------- next part -------------- HTML����������������������������...Download