Skip to content

Commit

Permalink
Added activity and sequence diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxsmin committed Feb 8, 2017
1 parent b7375c4 commit adf41ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

X_LANG=$1

make -e SPHINXOPTS="-D language='$X_LANG' -t lang_$X_LANG" -e LANG="$X_LANG" html
3 changes: 3 additions & 0 deletions docs/update_locale.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

make gettext && sphinx-intl update -p build/es/locale/ -l e

0 comments on commit adf41ae

Please sign in to comment.