12345678910111213 |
- [[translation_howto]]
- == Translation Howto
- . The full source of the book is available from https://github.com/swaroopch/byte_of_python.
- . Please https://help.github.com/articles/fork-a-repo[fork the repository].
- . Then, fetch the repository to your computer. You need to know how to use
- http://www.git-scm.com[Git] to do that.
- . Read http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/[AsciiDoc syntax quick
- reference].
- . Start editing the `.asciidoc` files to translate to your local language.
- . Run `source commands.bash` and use `make_html`, `make_pdf`, etc. to generate output from the
- AsciiDoc sources.
|