yosuke / choreonoid_ros_pkg_doc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Documentation project for choreonoid editor

To generate the document:

$ sudo pip install -r requires.txt

$ ./build.sh

html document will be generated under _build/html and _build/html-ja

To update the document:

  • Edit *.rst file (in English)

  • Generate gettext pot file and update the translation data

$ make gettext

$ sphinx-intl update -p _build/locale

  • Edit translation file generated under locale/ja/LC_MESSAGES

You can use any editor to edit po file but my recommendation is "poedit".

About


Languages

Language:Python 45.5%Language:Makefile 26.7%Language:Batchfile 26.4%Language:Shell 1.3%