Skip to content

hattorishizuko/hrpsys-tutorials

 
 

Repository files navigation

Build Status

Documentation project for hrpsys-base

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 38.9%
  • Makefile 30.0%
  • Batchfile 29.6%
  • Shell 1.5%