Skip to content

Japanese translation of the Static Program Analysis course in Aarhus Univ.

Notifications You must be signed in to change notification settings

KengoTODA/spa-aarhus-univ

Repository files navigation

Japanese translation of the lecture notes on Static Program Analysis held at the Department of Computer Science, Aarhus University.

How to build

This document uses Sphinx's internationalization feature to generate contents in Japanese.

# build the docker container to run Sphinx
docker build -t spa-sphinx .
# reflect changes in .rst file to .pot file
docker run --rm -v $(pwd):/docs spa-sphinx make gettext
# reflect changes in .pot file to .po file
docker run --rm -v $(pwd):/docs spa-sphinx sphinx-intl update -p _build/gettext -l ja
# build the document in Japansese
docker run --rm -v $(pwd):/docs spa-sphinx make html

Copyright

Copyright © 2008–2020 Anders Møller and Michael I. Schwartzbach

Department of Computer Science Aarhus University, Denmark

This work is licensed under the Creative Commons Attribution-NonCommercialNoDerivatives 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/.

About

Japanese translation of the Static Program Analysis course in Aarhus Univ.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published