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/06/30 11:11:04 UTC

git commit: Fix formatting issues in README

Repository: cloudstack-docs-admin
Updated Branches:
  refs/heads/4.3 fff40fc19 -> 19e54c228


Fix formatting issues 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/19e54c22
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/tree/19e54c22
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/diff/19e54c22

Branch: refs/heads/4.3
Commit: 19e54c228eac857ee6322170ce95714255b66cb1
Parents: fff40fc
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Mon Jun 30 11:10:51 2014 +0200
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Mon Jun 30 11:10:51 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/blob/19e54c22/README.rst
----------------------------------------------------------------------
diff --git a/README.rst b/README.rst
index 227a6c8..a866fbb 100644
--- a/README.rst
+++ b/README.rst
@@ -30,31 +30,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