You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2014/05/27 09:31:59 UTC

git commit: Fix sourcecode formatting in README

Repository: cloudstack-docs-admin
Updated Branches:
  refs/heads/master de52cac0d -> 1089c1323


Fix sourcecode formatting in README


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/commit/1089c132
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/tree/1089c132
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/diff/1089c132

Branch: refs/heads/master
Commit: 1089c13239d8fd7e7744fcbf71ac5b7f49f22e25
Parents: de52cac
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Tue May 27 09:31:48 2014 +0200
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Tue May 27 09:31:48 2014 +0200

----------------------------------------------------------------------
 README.rst | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/blob/1089c132/README.rst
----------------------------------------------------------------------
diff --git a/README.rst b/README.rst
index 548d460..0b8430a 100644
--- a/README.rst
+++ b/README.rst
@@ -33,31 +33,37 @@ Translation
 Clean the build
 
 ::
+
    make clean
 
 Generate the .pot files
 
 ::
+
    make gettext
 
 Generate the .tx/config files with:
 
 ::
+
    sphinx-intl update-txconfig-resources --pot-dir source/locale/pot --transifex-project-name apache-cloudstack-administration-rtd --locale-dir source/locale
 
 Push the .pot files to transifex with:
 
 ::
+
    tx push -s
 
 Download the translated strings, for example Japanese (ja):
 
 ::
+
    tx pull -l ja
 
 Build the translated docs:
 
 ::
+
    sphinx-intl build --locale-dir source/locale
    make -e SPHINXOPTS="-D language='ja'" html