This is an automated email from the ASF dual-hosted git repository.

wangwei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-singa.git


The following commit(s) were added to refs/heads/master by this push:
     new a7027dd  SINGA-433 Update the website
a7027dd is described below

commit a7027dd34a34f2863036dafe66ae9e7b7b06f084
Author: Wang Wei <[email protected]>
AuthorDate: Fri Apr 26 12:30:47 2019 +0800

    SINGA-433 Update the website
---
 doc/_static/images/benchmark.png | Bin 125210 -> 124430 bytes
 doc/en/docs/index.rst            |   1 +
 tool/jenkins/gen_doc.sh          |   2 +-
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/_static/images/benchmark.png b/doc/_static/images/benchmark.png
index 8182931..711e6b5 100644
Binary files a/doc/_static/images/benchmark.png and 
b/doc/_static/images/benchmark.png differ
diff --git a/doc/en/docs/index.rst b/doc/en/docs/index.rst
index 18c8497..76ece28 100644
--- a/doc/en/docs/index.rst
+++ b/doc/en/docs/index.rst
@@ -23,6 +23,7 @@ Documentation
 
    installation
    software_stack
+   benchmark
    device
    tensor
    layer
diff --git a/tool/jenkins/gen_doc.sh b/tool/jenkins/gen_doc.sh
index a9f2e1d..c102306 100644
--- a/tool/jenkins/gen_doc.sh
+++ b/tool/jenkins/gen_doc.sh
@@ -28,7 +28,7 @@ conda update singa
 COMMIT=`git rev-parse --short HEAD`
 cd doc
 # generate the html files
-./build.sh html
+bash build.sh html
 # checkout the current website files
 svn co https://svn.apache.org/repos/asf/incubator/singa/site/trunk
 # overwrite the existing files

Reply via email to