Modified: incubator/singa/site/trunk/zh/develop/contribute-code.html
URL: 
http://svn.apache.org/viewvc/incubator/singa/site/trunk/zh/develop/contribute-code.html?rev=1857926&r1=1857925&r2=1857926&view=diff
==============================================================================
--- incubator/singa/site/trunk/zh/develop/contribute-code.html (original)
+++ incubator/singa/site/trunk/zh/develop/contribute-code.html Sun Apr 21 
21:57:38 2019
@@ -1,5 +1,5 @@
 
-
+ 
 
 <!DOCTYPE html>
 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
@@ -9,7 +9,7 @@
   
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>如何贡献代码 &mdash; incubator-singa 1.1.0 documentation</title>
+  <title>如何贡献代码 &mdash; incubator-singa 2.0.0 documentation</title>
   
 
   
@@ -38,18 +38,18 @@
     <link rel="search" title="Search" href="../search.html" />
     <link rel="next" title="源代码库" 
href="../community/source-repository.html" />
     <link rel="prev" title="如何贡献给 SINGA" href="how-contribute.html" 
/>
-    <link href="../_static/style.css" rel="stylesheet" type="text/css">
-    <!--link href="../_static/fontawesome-all.min.css" rel="stylesheet" 
type="text/css"-->
-       <link rel="stylesheet" 
href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"; 
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
 crossorigin="anonymous">
-    <style>
-       .fa:hover {
-           opacity: 0.7;
-       }
-       .fab:hover {
-           opacity: 0.7;
-       }
-    </style>
-
+     <link href="../_static/style.css" rel="stylesheet" type="text/css">
+     <!--link href="../_static/fontawesome-all.min.css" rel="stylesheet" 
type="text/css"-->
+   <link rel="stylesheet" 
href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"; 
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
 crossorigin="anonymous">
+     <style>
+   .fa:hover {
+       opacity: 0.7;
+   }
+   .fab:hover {
+       opacity: 0.7;
+   }
+     </style>
+ 
 </head>
 
 <body class="wy-body-for-nav">
@@ -198,34 +198,34 @@
 <p>像其他 Apache 项目一样,SINGA 使用 JIRA 
来追踪错误,改进和其他高层讨论(例如,系统设计和功能).
 Github pull requests 用于实施讨论,例如代码审查和代ç 
åˆå¹¶.</p>
 <ul class="simple">
-<li><p>提供一个描述性标题.</p></li>
-<li><p>写一个详细的描述. 对于错误报告,这应该最好包
括一个问题的短暂再现. 对于新功能,它可能包
含一个设计文档.</p></li>
-<li><p>填写<a class="reference external" 
href="https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark#ContributingtoSpark-JIRA";>å¿
…填字段</a></p></li>
+<li>提供一个描述性标题.</li>
+<li>写一个详细的描述. 对于错误报告,这应该最好包
括一个问题的短暂再现. 对于新功能,它可能包
含一个设计文档.</li>
+<li>填写<a class="reference external" 
href="https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark#ContributingtoSpark-JIRA";>å¿
…填字段</a></li>
 </ul>
 </div>
 <div class="section" id="pull-request">
 <h2>Pull Request<a class="headerlink" href="#pull-request" title="Permalink to 
this headline">¶</a></h2>
 <p>工作流程是</p>
 <ul class="simple">
-<li><p>Fork <a class="reference external" 
href="https://github.com/apache/incubator-singa";>SINGA Github repository</a> 
到你自己的 Github 帐户.</p></li>
-<li><p>Clone 你自己的 fork, 创建一个新的 branch (例如, feature-foo 
or fixbug-foo),
+<li>Fork <a class="reference external" 
href="https://github.com/apache/incubator-singa";>SINGA Github repository</a> 
到你自己的 Github 帐户.</li>
+<li>Clone 你自己的 fork, 创建一个新的 branch (例如, feature-foo or 
fixbug-foo),
 进行这项工作. 完成你的工作后,
 <a class="reference external" 
href="https://git-scm.com/book/en/v2/Git-Branching-Rebasing";>rebase</a>
-它到当前最新的 master 并 push commits 到你自己的 Github 帐户 
(新 branch).</p></li>
-<li><p>针对 apache / incubator-singa 的 master branch 打开一个 pull 
request.
+它到当前最新的 master 并 push commits 到你自己的 Github 帐户 
(新 branch).</li>
+<li>针对 apache / incubator-singa 的 master branch 打开一个 pull 
request.
 PR 标题应该是 SINGA-xxxx 的格式,其中 SINGA-xxxx 是相å…
³çš„JIRA编号,
 标题可以是 JIRA 的标题或描述 PR 本身的更具体的标题, 
例如,”SINGA-6 Implement thread-safe singleton”.
 详细描述可以从 JIRA 复制.
 考虑确定提交者或者在被改变的代码工作的其他贡献者. 在 
Github 中找到文件并点击 “Blame” 查看最后修改了代ç 
çš„逐行注释. 您可以在中添加含有 &#64;username 的 pull request 
描述并立即 ping 他们.
 请说明你的原创作品和贡献并且您æ 
¹æ®é¡¹ç›®çš„开源许可证将工作许可给项目.
-进一步向你的新分支进行的提交(例如错误修复)会被 Github 
自动添加到这个 pull request.</p></li>
-<li><p>等待一个提交者查看该补丁. 如果没有冲突,提交者
会将其与 master branch 合并.
-合并应该 a) 不用 rebase b) 禁用 fast forward merge c) 
检查提交消息格式并测试代码/功能.</p></li>
-<li><p>如果有太多的小提交信息,你会被告知将你
的提交压缩成更少的有意义的提交.
+进一步向你的新分支进行的提交(例如错误修复)会被 Github 
自动添加到这个 pull request.</li>
+<li>等待一个提交者查看该补丁. 如果没有冲突,提交者
会将其与 master branch 合并.
+合并应该 a) 不用 rebase b) 禁用 fast forward merge c) 
检查提交消息格式并测试代码/功能.</li>
+<li>如果有太多的小提交信息,你会被告知将你
的提交压缩成更少的有意义的提交.
 如果您的提交信息不符合格式 (如 SINGA-xxxx), 你
会被告知重新提交你的提交信息.
 这两个更改都可以使用交互式 git rebase. 一旦你
得到了更正的提交,
 再次将它们推送到你自己的 github. 你的 pull request 
会自动更新.
-详情请参阅 <a class="reference external" 
href="https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request";>Rebase
 Pull Requests</a>.</p></li>
+详情请参阅 <a class="reference external" 
href="https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request";>Rebase
 Pull Requests</a>.</li>
 </ul>
 </div>
 </div>
@@ -277,46 +277,46 @@ PR 标题应该是 SINGA-
   
     
   
-
-<div class="rst-versions" data-toggle="rst-versions" role="note" 
aria-label="versions">
-  <span class="rst-current-version" data-toggle="rst-current-version">
-    <span class="fa fa-book"> incubator-singa </span>
-    v: latest
-    <span class="fa fa-caret-down"></span>
-  </span>
-  <div class="rst-other-versions">
-      <dl>
-          <dt>Languages</dt>
-          <dd><a href="../../en/index.html">English</a></dd>
-          <dd><a href="../../zh/index.html">中文</a></dd>
-      </dl>
-      <dl>
-          <dt>Versions</dt>
-          <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
-          <dd><a href="http://singa.apache.org/v1.1.0/";>1.1</a></dd>
-      </dl>
-
-  </div>
-  <a href="http://incubator.apache.org/";> <img src= "../_static/apache.png" 
style="background-color:white;"> </a>
-
-  <a href="https://github.com/apache/incubator-singa"; class="fa fa-github" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
-  <a 
href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c";
 class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://hub.docker.com/r/apache/singa/"; class="fab fa-docker" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a> 
-  <a href="https://www.linkedin.com/groups/13550034"; class="fa fa-linkedin" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://twitter.com/ApacheSinga"; class="fa fa-twitter" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://www.facebook.com/Apache-SINGA-347284219056544/"; class="fa 
fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: 
center; text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://www.researchgate.net/project/Apache-SINGA"; class="fab 
fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-
-</div>
-
- <a href="https://github.com/apache/incubator-singa";>
-    <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 
10000;"
-        
src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png";
-        alt="Fork me on GitHub">
-</a>
-
  
-
+ <div class="rst-versions" data-toggle="rst-versions" role="note" 
aria-label="versions">
+   <span class="rst-current-version" data-toggle="rst-current-version">
+     <span class="fa fa-book"> incubator-singa </span>
+     v: latest
+     <span class="fa fa-caret-down"></span>
+   </span>
+   <div class="rst-other-versions">
+       <dl>
+           <dt>Languages</dt>
+           <dd><a href="../../index.html">English</a></dd>
+           <dd><a href=".././index.html">中文</a></dd>
+       </dl>
+       <dl>
+           <dt>Versions</dt>
+           <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
+           <dd><a href="http://singa.apache.org/v1.1.0/";>1.1</a></dd>
+       </dl>
+ 
+   </div>
+   <a href="http://incubator.apache.org/";> <img src= "../_static/apache.png" 
style="background-color:white;"> </a>
+ 
+   <a href="https://github.com/apache/incubator-singa"; class="fa fa-github" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
+   <a 
href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c";
 class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://hub.docker.com/r/apache/singa/"; class="fab fa-docker" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a> 
+   <a href="https://www.linkedin.com/groups/13550034"; class="fa fa-linkedin" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://twitter.com/ApacheSinga"; class="fa fa-twitter" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://www.facebook.com/Apache-SINGA-347284219056544/"; class="fa 
fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: 
center; text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://www.researchgate.net/project/Apache-SINGA"; class="fab 
fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+ 
+ </div>
+ 
+  <a href="https://github.com/apache/incubator-singa";>
+     <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 
10000;"
+         
src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png";
+         alt="Fork me on GitHub">
+ </a>
+ 
+  
+ 
 
 </body>
 </html>
\ No newline at end of file

Modified: incubator/singa/site/trunk/zh/develop/how-contribute.html
URL: 
http://svn.apache.org/viewvc/incubator/singa/site/trunk/zh/develop/how-contribute.html?rev=1857926&r1=1857925&r2=1857926&view=diff
==============================================================================
--- incubator/singa/site/trunk/zh/develop/how-contribute.html (original)
+++ incubator/singa/site/trunk/zh/develop/how-contribute.html Sun Apr 21 
21:57:38 2019
@@ -1,5 +1,5 @@
 
-
+ 
 
 <!DOCTYPE html>
 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
@@ -9,7 +9,7 @@
   
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>如何贡献给 SINGA &mdash; incubator-singa 1.1.0 
documentation</title>
+  <title>如何贡献给 SINGA &mdash; incubator-singa 2.0.0 
documentation</title>
   
 
   
@@ -38,18 +38,18 @@
     <link rel="search" title="Search" href="../search.html" />
     <link rel="next" title="如何贡献代码" href="contribute-code.html" />
     <link rel="prev" title="开发时间表" href="schedule.html" />
-    <link href="../_static/style.css" rel="stylesheet" type="text/css">
-    <!--link href="../_static/fontawesome-all.min.css" rel="stylesheet" 
type="text/css"-->
-       <link rel="stylesheet" 
href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"; 
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
 crossorigin="anonymous">
-    <style>
-       .fa:hover {
-           opacity: 0.7;
-       }
-       .fab:hover {
-           opacity: 0.7;
-       }
-    </style>
-
+     <link href="../_static/style.css" rel="stylesheet" type="text/css">
+     <!--link href="../_static/fontawesome-all.min.css" rel="stylesheet" 
type="text/css"-->
+   <link rel="stylesheet" 
href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"; 
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
 crossorigin="anonymous">
+     <style>
+   .fa:hover {
+       opacity: 0.7;
+   }
+   .fab:hover {
+       opacity: 0.7;
+   }
+     </style>
+ 
 </head>
 
 <body class="wy-body-for-nav">
@@ -182,11 +182,11 @@
 <h1>如何贡献给 SINGA<a class="headerlink" href="#singa" title="Permalink 
to this headline">¶</a></h1>
 <p>与任何开源项目一样, 你可以以多种方式帮助:</p>
 <ul class="simple">
-<li><p>加入我们的<a class="reference external" 
href="http://singa.apache.org/en/community/mail-lists.html";>邮件列表</a> 
并且回答其他用户的问题.</p></li>
-<li><p>自己<a class="reference external" 
href="http://singa.apache.org/en/docs/installation.html";>编译生成 
SINGA</a>.</p></li>
-<li><p>报告错误, 功能请求以及其他问题,在<a class="reference 
external" 
href="http://singa.apache.org/en/community/issue-tracking.html";>问题追踪</a>里.</p></li>
-<li><p>检查SINGA的<a class="reference external" 
href="http://singa.apache.org/en/develop/schedule.html";>开发日程表</a>以及通过提供补丁<a
 class="reference external" 
href="http://singa.apache.org/en/develop/contribute-code.html";>贡献代ç 
</a>.</p></li>
-<li><p>通过更新缺失或不清楚网页<a class="reference external" 
href="http://singa.apache.org/en/develop/contribute-docs.html";>帮助写文档</a>.</p></li>
+<li>加入我们的<a class="reference external" 
href="http://singa.apache.org/en/community/mail-lists.html";>邮件列表</a> 
并且回答其他用户的问题.</li>
+<li>自己<a class="reference external" 
href="http://singa.apache.org/en/docs/installation.html";>编译生成 
SINGA</a>.</li>
+<li>报告错误, 功能请求以及其他问题,在<a class="reference 
external" 
href="http://singa.apache.org/en/community/issue-tracking.html";>问题追踪</a>里.</li>
+<li>检查SINGA的<a class="reference external" 
href="http://singa.apache.org/en/develop/schedule.html";>开发日程表</a>以及通过提供补丁<a
 class="reference external" 
href="http://singa.apache.org/en/develop/contribute-code.html";>贡献代ç 
</a>.</li>
+<li>通过更新缺失或不清楚网页<a class="reference external" 
href="http://singa.apache.org/en/develop/contribute-docs.html";>帮助写文档</a>.</li>
 </ul>
 </div>
 
@@ -237,46 +237,46 @@
   
     
   
-
-<div class="rst-versions" data-toggle="rst-versions" role="note" 
aria-label="versions">
-  <span class="rst-current-version" data-toggle="rst-current-version">
-    <span class="fa fa-book"> incubator-singa </span>
-    v: latest
-    <span class="fa fa-caret-down"></span>
-  </span>
-  <div class="rst-other-versions">
-      <dl>
-          <dt>Languages</dt>
-          <dd><a href="../../en/index.html">English</a></dd>
-          <dd><a href="../../zh/index.html">中文</a></dd>
-      </dl>
-      <dl>
-          <dt>Versions</dt>
-          <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
-          <dd><a href="http://singa.apache.org/v1.1.0/";>1.1</a></dd>
-      </dl>
-
-  </div>
-  <a href="http://incubator.apache.org/";> <img src= "../_static/apache.png" 
style="background-color:white;"> </a>
-
-  <a href="https://github.com/apache/incubator-singa"; class="fa fa-github" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
-  <a 
href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c";
 class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://hub.docker.com/r/apache/singa/"; class="fab fa-docker" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a> 
-  <a href="https://www.linkedin.com/groups/13550034"; class="fa fa-linkedin" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://twitter.com/ApacheSinga"; class="fa fa-twitter" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://www.facebook.com/Apache-SINGA-347284219056544/"; class="fa 
fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: 
center; text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://www.researchgate.net/project/Apache-SINGA"; class="fab 
fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-
-</div>
-
- <a href="https://github.com/apache/incubator-singa";>
-    <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 
10000;"
-        
src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png";
-        alt="Fork me on GitHub">
-</a>
-
  
-
+ <div class="rst-versions" data-toggle="rst-versions" role="note" 
aria-label="versions">
+   <span class="rst-current-version" data-toggle="rst-current-version">
+     <span class="fa fa-book"> incubator-singa </span>
+     v: latest
+     <span class="fa fa-caret-down"></span>
+   </span>
+   <div class="rst-other-versions">
+       <dl>
+           <dt>Languages</dt>
+           <dd><a href="../../index.html">English</a></dd>
+           <dd><a href=".././index.html">中文</a></dd>
+       </dl>
+       <dl>
+           <dt>Versions</dt>
+           <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
+           <dd><a href="http://singa.apache.org/v1.1.0/";>1.1</a></dd>
+       </dl>
+ 
+   </div>
+   <a href="http://incubator.apache.org/";> <img src= "../_static/apache.png" 
style="background-color:white;"> </a>
+ 
+   <a href="https://github.com/apache/incubator-singa"; class="fa fa-github" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
+   <a 
href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c";
 class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://hub.docker.com/r/apache/singa/"; class="fab fa-docker" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a> 
+   <a href="https://www.linkedin.com/groups/13550034"; class="fa fa-linkedin" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://twitter.com/ApacheSinga"; class="fa fa-twitter" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://www.facebook.com/Apache-SINGA-347284219056544/"; class="fa 
fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: 
center; text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://www.researchgate.net/project/Apache-SINGA"; class="fab 
fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+ 
+ </div>
+ 
+  <a href="https://github.com/apache/incubator-singa";>
+     <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 
10000;"
+         
src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png";
+         alt="Fork me on GitHub">
+ </a>
+ 
+  
+ 
 
 </body>
 </html>
\ No newline at end of file

Modified: incubator/singa/site/trunk/zh/develop/schedule.html
URL: 
http://svn.apache.org/viewvc/incubator/singa/site/trunk/zh/develop/schedule.html?rev=1857926&r1=1857925&r2=1857926&view=diff
==============================================================================
--- incubator/singa/site/trunk/zh/develop/schedule.html (original)
+++ incubator/singa/site/trunk/zh/develop/schedule.html Sun Apr 21 21:57:38 2019
@@ -1,5 +1,5 @@
 
-
+ 
 
 <!DOCTYPE html>
 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
@@ -9,7 +9,7 @@
   
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>开发时间表 &mdash; incubator-singa 1.1.0 documentation</title>
+  <title>开发时间表 &mdash; incubator-singa 2.0.0 documentation</title>
   
 
   
@@ -38,18 +38,18 @@
     <link rel="search" title="Search" href="../search.html" />
     <link rel="next" title="如何贡献给 SINGA" href="how-contribute.html" 
/>
     <link rel="prev" title="下载 SINGA" href="../downloads.html" />
-    <link href="../_static/style.css" rel="stylesheet" type="text/css">
-    <!--link href="../_static/fontawesome-all.min.css" rel="stylesheet" 
type="text/css"-->
-       <link rel="stylesheet" 
href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"; 
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
 crossorigin="anonymous">
-    <style>
-       .fa:hover {
-           opacity: 0.7;
-       }
-       .fab:hover {
-           opacity: 0.7;
-       }
-    </style>
-
+     <link href="../_static/style.css" rel="stylesheet" type="text/css">
+     <!--link href="../_static/fontawesome-all.min.css" rel="stylesheet" 
type="text/css"-->
+   <link rel="stylesheet" 
href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"; 
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
 crossorigin="anonymous">
+     <style>
+   .fa:hover {
+       opacity: 0.7;
+   }
+   .fab:hover {
+       opacity: 0.7;
+   }
+     </style>
+ 
 </head>
 
 <body class="wy-body-for-nav">
@@ -180,182 +180,182 @@
             
   <div class="section" id="id1">
 <h1>开发时间表<a class="headerlink" href="#id1" title="Permalink to this 
headline">¶</a></h1>
-<table class="docutils align-center">
+<table border="1" class="docutils">
 <colgroup>
-<col style="width: 33%" />
-<col style="width: 33%" />
-<col style="width: 33%" />
+<col width="33%" />
+<col width="33%" />
+<col width="33%" />
 </colgroup>
-<thead>
-<tr class="row-odd"><th class="head"><p>版本</p></th>
-<th class="head"><p>模块</p></th>
-<th class="head"><p>特性</p></th>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">版本</th>
+<th class="head">模块</th>
+<th class="head">特性</th>
 </tr>
 </thead>
-<tbody>
-<tr class="row-even"><td><p>v0.1 2015 九月</p></td>
-<td><p>神经网络</p></td>
-<td><p>前向传播神经网络, 包括 CNN, MLP</p></td>
-</tr>
-<tr class="row-odd"><td></td>
-<td></td>
-<td><p>类 RBM 模型, 包括 RBM</p></td>
-</tr>
-<tr class="row-even"><td></td>
-<td></td>
-<td><p>循环神经网络, 包括标准 RNN</p></td>
-</tr>
-<tr class="row-odd"><td></td>
-<td><p>架构</p></td>
-<td><p>在单节点运行一个工作组 (包括划分)</p></td>
-</tr>
-<tr class="row-even"><td></td>
-<td></td>
-<td><p>在单节点运行多个工作组, 用 <a class="reference external" 
href="http://www.eecs.berkeley.edu/~brecht/papers/hogwildTR.pdf";>Hogwild</a></p></td>
-</tr>
-<tr class="row-odd"><td></td>
-<td></td>
-<td><p>分布式 Hogwild</p></td>
-</tr>
-<tr class="row-even"><td></td>
-<td></td>
-<td><p>跨多节点运行多个工作组 , 如 <a class="reference external" 
href="http://papers.nips.cc/paper/4687-large-scale-distritbuted-deep-networks";>Downpour</a></p></td>
-</tr>
-<tr class="row-odd"><td></td>
-<td></td>
-<td><p>All-Reduce 训练架构如 <a class="reference external" 
href="http://arxiv.org/abs/1501.02876";>DeepImage</a></p></td>
-</tr>
-<tr class="row-even"><td></td>
-<td></td>
-<td><p>服务器间负载均衡</p></td>
-</tr>
-<tr class="row-odd"><td></td>
-<td><p>失败恢复</p></td>
-<td><p>检查点和恢复</p></td>
-</tr>
-<tr class="row-even"><td></td>
-<td><p>工具</p></td>
-<td><p>用 GNU 自动工具安装</p></td>
-</tr>
-<tr class="row-odd"><td><p>v0.2 2016 一月</p></td>
-<td><p>神经网络</p></td>
-<td><p>前向传播神经网络, 包括 AlexNet, cuDNN 层, 工具</p></td>
-</tr>
-<tr class="row-even"><td></td>
-<td></td>
-<td><p>循环神经网络, 包括 GRU 层和 BPTT</p></td>
-</tr>
-<tr class="row-odd"><td></td>
-<td></td>
-<td><p>模型划分和混合划分</p></td>
-</tr>
-<tr class="row-even"><td></td>
-<td><p>工具</p></td>
-<td><p>融合 Mesos 资源管理</p></td>
-</tr>
-<tr class="row-odd"><td></td>
-<td></td>
-<td><p>准备部署 Docker images</p></td>
-</tr>
-<tr class="row-even"><td></td>
-<td></td>
-<td><p>可视化神经网络和调试信息</p></td>
-</tr>
-<tr class="row-odd"><td></td>
-<td><p>绑定</p></td>
-<td><p>主要组件 Python 绑定</p></td>
-</tr>
-<tr class="row-even"><td></td>
-<td><p>GPU</p></td>
-<td><p>单节点多个 GPU</p></td>
-</tr>
-<tr class="row-odd"><td><p>v0.3 2016 四月</p></td>
-<td><p>GPU</p></td>
-<td><p>多个节点, 每个包含多个 GPU</p></td>
-</tr>
-<tr class="row-even"><td></td>
-<td></td>
-<td><p>用 GPU 和 CPU 混合训练  <a class="reference external" 
href="http://arxiv.org/abs/1504.04343";>CcT</a></p></td>
-</tr>
-<tr class="row-odd"><td></td>
-<td></td>
-<td><p>支持 cuDNN v4</p></td>
-</tr>
-<tr class="row-even"><td></td>
-<td><p>安装</p></td>
-<td><p>删除 ZeroMQ, CZMQ 依赖, 单节点训练 zookeeper</p></td>
-</tr>
-<tr class="row-odd"><td></td>
-<td><p>优化器</p></td>
-<td><p>添加新的 SGD 优化器,包括 Adam, AdamMax 和 AdaDelta</p></td>
-</tr>
-<tr class="row-even"><td></td>
-<td><p>绑定</p></td>
-<td><p>增强 Python 绑定训练</p></td>
-</tr>
-<tr class="row-odd"><td><p>v1.0 2016 九月</p></td>
-<td><p>模型抽象</p></td>
-<td><p>Tensor 基于线性代数, 神经网络和随机运算</p></td>
-</tr>
-<tr class="row-even"><td></td>
-<td></td>
-<td><p>分布式参数更新优化器</p></td>
-</tr>
-<tr class="row-odd"><td></td>
-<td><p>硬件</p></td>
-<td><p>使用 Cuda 和 Cudnn for Nvidia GPU</p></td>
-</tr>
-<tr class="row-even"><td></td>
-<td></td>
-<td><p>使用 OpenCL for AMD GPU 及其他设备</p></td>
-</tr>
-<tr class="row-odd"><td></td>
-<td><p>跨平台</p></td>
-<td><p>从 Linux 扩展到 MacOS</p></td>
-</tr>
-<tr class="row-even"><td></td>
-<td></td>
-<td><p>大型图像模型, 例如, <a class="reference external" 
href="https://arxiv.org/pdf/1409.1556.pdf";>VGG</a> 和 <a class="reference 
external" href="http://arxiv.org/abs/1512.03385";>Residual Net</a></p></td>
-</tr>
-<tr class="row-odd"><td><p>v1.1 2017 一月</p></td>
-<td><p>模型库</p></td>
-<td><p>GoogleNet; 医疗健康模型</p></td>
-</tr>
-<tr class="row-even"><td></td>
-<td><p>Caffe 转换器</p></td>
-<td><p>使用 SINGA 训练模型, 从 caffe proto 文件配置</p></td>
-</tr>
-<tr class="row-odd"><td></td>
-<td><p>模型组件</p></td>
-<td><p>添加 concat 和 slice 层; 接受多个输入网络</p></td>
-</tr>
-<tr class="row-even"><td></td>
-<td><p>编译和安装</p></td>
-<td><p>Windows 支持</p></td>
-</tr>
-<tr class="row-odd"><td></td>
-<td></td>
-<td><p>通过与 protobuf 和 openblas 一起编译 SINGA 简化安装</p></td>
-</tr>
-<tr class="row-even"><td></td>
-<td></td>
-<td><p>用 Jenkins 自动生成 python wheel</p></td>
-</tr>
-<tr class="row-odd"><td></td>
-<td></td>
-<td><p>从 Debian packages 安装 SINGA</p></td>
-</tr>
-<tr class="row-even"><td><p>v1.2 2018 六月</p></td>
-<td><p>AutoGrad</p></td>
-<td><p>后向传播 AutoGrad</p></td>
-</tr>
-<tr class="row-odd"><td></td>
-<td><p>Python 3</p></td>
-<td><p>PySinga 支持 Python 3</p></td>
-</tr>
-<tr class="row-even"><td></td>
-<td><p>模型</p></td>
-<td><p>添加流行模型, 包括 VGG, ResNet, DenseNet, InceptionNet</p></td>
+<tbody valign="top">
+<tr class="row-even"><td>v0.1 2015 九月</td>
+<td>神经网络</td>
+<td>前向传播神经网络, 包括 CNN, MLP</td>
+</tr>
+<tr class="row-odd"><td>&#160;</td>
+<td>&#160;</td>
+<td>类 RBM 模型, 包括 RBM</td>
+</tr>
+<tr class="row-even"><td>&#160;</td>
+<td>&#160;</td>
+<td>循环神经网络, 包括标准 RNN</td>
+</tr>
+<tr class="row-odd"><td>&#160;</td>
+<td>架构</td>
+<td>在单节点运行一个工作组 (包括划分)</td>
+</tr>
+<tr class="row-even"><td>&#160;</td>
+<td>&#160;</td>
+<td>在单节点运行多个工作组, 用 <a class="reference external" 
href="http://www.eecs.berkeley.edu/~brecht/papers/hogwildTR.pdf";>Hogwild</a></td>
+</tr>
+<tr class="row-odd"><td>&#160;</td>
+<td>&#160;</td>
+<td>分布式 Hogwild</td>
+</tr>
+<tr class="row-even"><td>&#160;</td>
+<td>&#160;</td>
+<td>跨多节点运行多个工作组 , 如 <a class="reference external" 
href="http://papers.nips.cc/paper/4687-large-scale-distritbuted-deep-networks";>Downpour</a></td>
+</tr>
+<tr class="row-odd"><td>&#160;</td>
+<td>&#160;</td>
+<td>All-Reduce 训练架构如 <a class="reference external" 
href="http://arxiv.org/abs/1501.02876";>DeepImage</a></td>
+</tr>
+<tr class="row-even"><td>&#160;</td>
+<td>&#160;</td>
+<td>服务器间负载均衡</td>
+</tr>
+<tr class="row-odd"><td>&#160;</td>
+<td>失败恢复</td>
+<td>检查点和恢复</td>
+</tr>
+<tr class="row-even"><td>&#160;</td>
+<td>工具</td>
+<td>用 GNU 自动工具安装</td>
+</tr>
+<tr class="row-odd"><td>v0.2 2016 一月</td>
+<td>神经网络</td>
+<td>前向传播神经网络, 包括 AlexNet, cuDNN 层, 工具</td>
+</tr>
+<tr class="row-even"><td>&#160;</td>
+<td>&#160;</td>
+<td>循环神经网络, 包括 GRU 层和 BPTT</td>
+</tr>
+<tr class="row-odd"><td>&#160;</td>
+<td>&#160;</td>
+<td>模型划分和混合划分</td>
+</tr>
+<tr class="row-even"><td>&#160;</td>
+<td>工具</td>
+<td>融合 Mesos 资源管理</td>
+</tr>
+<tr class="row-odd"><td>&#160;</td>
+<td>&#160;</td>
+<td>准备部署 Docker images</td>
+</tr>
+<tr class="row-even"><td>&#160;</td>
+<td>&#160;</td>
+<td>可视化神经网络和调试信息</td>
+</tr>
+<tr class="row-odd"><td>&#160;</td>
+<td>绑定</td>
+<td>主要组件 Python 绑定</td>
+</tr>
+<tr class="row-even"><td>&#160;</td>
+<td>GPU</td>
+<td>单节点多个 GPU</td>
+</tr>
+<tr class="row-odd"><td>v0.3 2016 四月</td>
+<td>GPU</td>
+<td>多个节点, 每个包含多个 GPU</td>
+</tr>
+<tr class="row-even"><td>&#160;</td>
+<td>&#160;</td>
+<td>用 GPU 和 CPU 混合训练  <a class="reference external" 
href="http://arxiv.org/abs/1504.04343";>CcT</a></td>
+</tr>
+<tr class="row-odd"><td>&#160;</td>
+<td>&#160;</td>
+<td>支持 cuDNN v4</td>
+</tr>
+<tr class="row-even"><td>&#160;</td>
+<td>安装</td>
+<td>删除 ZeroMQ, CZMQ 依赖, 单节点训练 zookeeper</td>
+</tr>
+<tr class="row-odd"><td>&#160;</td>
+<td>优化器</td>
+<td>添加新的 SGD 优化器,包括 Adam, AdamMax 和 AdaDelta</td>
+</tr>
+<tr class="row-even"><td>&#160;</td>
+<td>绑定</td>
+<td>增强 Python 绑定训练</td>
+</tr>
+<tr class="row-odd"><td>v1.0 2016 九月</td>
+<td>模型抽象</td>
+<td>Tensor 基于线性代数, 神经网络和随机运算</td>
+</tr>
+<tr class="row-even"><td>&#160;</td>
+<td>&#160;</td>
+<td>分布式参数更新优化器</td>
+</tr>
+<tr class="row-odd"><td>&#160;</td>
+<td>硬件</td>
+<td>使用 Cuda 和 Cudnn for Nvidia GPU</td>
+</tr>
+<tr class="row-even"><td>&#160;</td>
+<td>&#160;</td>
+<td>使用 OpenCL for AMD GPU 及其他设备</td>
+</tr>
+<tr class="row-odd"><td>&#160;</td>
+<td>跨平台</td>
+<td>从 Linux 扩展到 MacOS</td>
+</tr>
+<tr class="row-even"><td>&#160;</td>
+<td>&#160;</td>
+<td>大型图像模型, 例如, <a class="reference external" 
href="https://arxiv.org/pdf/1409.1556.pdf";>VGG</a> 和 <a class="reference 
external" href="http://arxiv.org/abs/1512.03385";>Residual Net</a></td>
+</tr>
+<tr class="row-odd"><td>v1.1 2017 一月</td>
+<td>模型库</td>
+<td>GoogleNet; 医疗健康模型</td>
+</tr>
+<tr class="row-even"><td>&#160;</td>
+<td>Caffe 转换器</td>
+<td>使用 SINGA 训练模型, 从 caffe proto 文件配置</td>
+</tr>
+<tr class="row-odd"><td>&#160;</td>
+<td>模型组件</td>
+<td>添加 concat 和 slice 层; 接受多个输入网络</td>
+</tr>
+<tr class="row-even"><td>&#160;</td>
+<td>编译和安装</td>
+<td>Windows 支持</td>
+</tr>
+<tr class="row-odd"><td>&#160;</td>
+<td>&#160;</td>
+<td>通过与 protobuf 和 openblas 一起编译 SINGA 简化安装</td>
+</tr>
+<tr class="row-even"><td>&#160;</td>
+<td>&#160;</td>
+<td>用 Jenkins 自动生成 python wheel</td>
+</tr>
+<tr class="row-odd"><td>&#160;</td>
+<td>&#160;</td>
+<td>从 Debian packages 安装 SINGA</td>
+</tr>
+<tr class="row-even"><td>v1.2 2018 六月</td>
+<td>AutoGrad</td>
+<td>后向传播 AutoGrad</td>
+</tr>
+<tr class="row-odd"><td>&#160;</td>
+<td>Python 3</td>
+<td>PySinga 支持 Python 3</td>
+</tr>
+<tr class="row-even"><td>&#160;</td>
+<td>模型</td>
+<td>添加流行模型, 包括 VGG, ResNet, DenseNet, InceptionNet</td>
 </tr>
 </tbody>
 </table>
@@ -408,46 +408,46 @@
   
     
   
-
-<div class="rst-versions" data-toggle="rst-versions" role="note" 
aria-label="versions">
-  <span class="rst-current-version" data-toggle="rst-current-version">
-    <span class="fa fa-book"> incubator-singa </span>
-    v: latest
-    <span class="fa fa-caret-down"></span>
-  </span>
-  <div class="rst-other-versions">
-      <dl>
-          <dt>Languages</dt>
-          <dd><a href="../../en/index.html">English</a></dd>
-          <dd><a href="../../zh/index.html">中文</a></dd>
-      </dl>
-      <dl>
-          <dt>Versions</dt>
-          <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
-          <dd><a href="http://singa.apache.org/v1.1.0/";>1.1</a></dd>
-      </dl>
-
-  </div>
-  <a href="http://incubator.apache.org/";> <img src= "../_static/apache.png" 
style="background-color:white;"> </a>
-
-  <a href="https://github.com/apache/incubator-singa"; class="fa fa-github" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
-  <a 
href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c";
 class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://hub.docker.com/r/apache/singa/"; class="fab fa-docker" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a> 
-  <a href="https://www.linkedin.com/groups/13550034"; class="fa fa-linkedin" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://twitter.com/ApacheSinga"; class="fa fa-twitter" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://www.facebook.com/Apache-SINGA-347284219056544/"; class="fa 
fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: 
center; text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://www.researchgate.net/project/Apache-SINGA"; class="fab 
fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-
-</div>
-
- <a href="https://github.com/apache/incubator-singa";>
-    <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 
10000;"
-        
src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png";
-        alt="Fork me on GitHub">
-</a>
-
  
-
+ <div class="rst-versions" data-toggle="rst-versions" role="note" 
aria-label="versions">
+   <span class="rst-current-version" data-toggle="rst-current-version">
+     <span class="fa fa-book"> incubator-singa </span>
+     v: latest
+     <span class="fa fa-caret-down"></span>
+   </span>
+   <div class="rst-other-versions">
+       <dl>
+           <dt>Languages</dt>
+           <dd><a href="../../index.html">English</a></dd>
+           <dd><a href=".././index.html">中文</a></dd>
+       </dl>
+       <dl>
+           <dt>Versions</dt>
+           <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
+           <dd><a href="http://singa.apache.org/v1.1.0/";>1.1</a></dd>
+       </dl>
+ 
+   </div>
+   <a href="http://incubator.apache.org/";> <img src= "../_static/apache.png" 
style="background-color:white;"> </a>
+ 
+   <a href="https://github.com/apache/incubator-singa"; class="fa fa-github" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
+   <a 
href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c";
 class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://hub.docker.com/r/apache/singa/"; class="fab fa-docker" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a> 
+   <a href="https://www.linkedin.com/groups/13550034"; class="fa fa-linkedin" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://twitter.com/ApacheSinga"; class="fa fa-twitter" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://www.facebook.com/Apache-SINGA-347284219056544/"; class="fa 
fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: 
center; text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://www.researchgate.net/project/Apache-SINGA"; class="fab 
fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+ 
+ </div>
+ 
+  <a href="https://github.com/apache/incubator-singa";>
+     <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 
10000;"
+         
src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png";
+         alt="Fork me on GitHub">
+ </a>
+ 
+  
+ 
 
 </body>
 </html>
\ No newline at end of file

Modified: incubator/singa/site/trunk/zh/docs.html
URL: 
http://svn.apache.org/viewvc/incubator/singa/site/trunk/zh/docs.html?rev=1857926&r1=1857925&r2=1857926&view=diff
==============================================================================
--- incubator/singa/site/trunk/zh/docs.html (original)
+++ incubator/singa/site/trunk/zh/docs.html Sun Apr 21 21:57:38 2019
@@ -1,5 +1,5 @@
 
-
+ 
 
 <!DOCTYPE html>
 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
@@ -9,7 +9,7 @@
   
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>文档 &mdash; incubator-singa 1.1.0 documentation</title>
+  <title>文档 &mdash; incubator-singa 2.0.0 documentation</title>
   
 
   
@@ -36,18 +36,18 @@
   <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <link rel="index" title="Index" href="genindex.html" />
     <link rel="search" title="Search" href="search.html" />
-    <link href="_static/style.css" rel="stylesheet" type="text/css">
-    <!--link href="_static/fontawesome-all.min.css" rel="stylesheet" 
type="text/css"-->
-       <link rel="stylesheet" 
href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"; 
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
 crossorigin="anonymous">
-    <style>
-       .fa:hover {
-           opacity: 0.7;
-       }
-       .fab:hover {
-           opacity: 0.7;
-       }
-    </style>
-
+     <link href="_static/style.css" rel="stylesheet" type="text/css">
+     <!--link href="_static/fontawesome-all.min.css" rel="stylesheet" 
type="text/css"-->
+   <link rel="stylesheet" 
href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"; 
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
 crossorigin="anonymous">
+     <style>
+   .fa:hover {
+       opacity: 0.7;
+   }
+   .fab:hover {
+       opacity: 0.7;
+   }
+     </style>
+ 
 </head>
 
 <body class="wy-body-for-nav">
@@ -608,46 +608,46 @@
   
     
   
-
-<div class="rst-versions" data-toggle="rst-versions" role="note" 
aria-label="versions">
-  <span class="rst-current-version" data-toggle="rst-current-version">
-    <span class="fa fa-book"> incubator-singa </span>
-    v: latest
-    <span class="fa fa-caret-down"></span>
-  </span>
-  <div class="rst-other-versions">
-      <dl>
-          <dt>Languages</dt>
-          <dd><a href="../en/index.html">English</a></dd>
-          <dd><a href="../zh/index.html">中文</a></dd>
-      </dl>
-      <dl>
-          <dt>Versions</dt>
-          <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
-          <dd><a href="http://singa.apache.org/v1.1.0/";>1.1</a></dd>
-      </dl>
-
-  </div>
-  <a href="http://incubator.apache.org/";> <img src= "_static/apache.png" 
style="background-color:white;"> </a>
-
-  <a href="https://github.com/apache/incubator-singa"; class="fa fa-github" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
-  <a 
href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c";
 class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://hub.docker.com/r/apache/singa/"; class="fab fa-docker" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a> 
-  <a href="https://www.linkedin.com/groups/13550034"; class="fa fa-linkedin" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://twitter.com/ApacheSinga"; class="fa fa-twitter" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://www.facebook.com/Apache-SINGA-347284219056544/"; class="fa 
fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: 
center; text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://www.researchgate.net/project/Apache-SINGA"; class="fab 
fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-
-</div>
-
- <a href="https://github.com/apache/incubator-singa";>
-    <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 
10000;"
-        
src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png";
-        alt="Fork me on GitHub">
-</a>
-
  
-
+ <div class="rst-versions" data-toggle="rst-versions" role="note" 
aria-label="versions">
+   <span class="rst-current-version" data-toggle="rst-current-version">
+     <span class="fa fa-book"> incubator-singa </span>
+     v: latest
+     <span class="fa fa-caret-down"></span>
+   </span>
+   <div class="rst-other-versions">
+       <dl>
+           <dt>Languages</dt>
+           <dd><a href="../index.html">English</a></dd>
+           <dd><a href="./index.html">中文</a></dd>
+       </dl>
+       <dl>
+           <dt>Versions</dt>
+           <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
+           <dd><a href="http://singa.apache.org/v1.1.0/";>1.1</a></dd>
+       </dl>
+ 
+   </div>
+   <a href="http://incubator.apache.org/";> <img src= "_static/apache.png" 
style="background-color:white;"> </a>
+ 
+   <a href="https://github.com/apache/incubator-singa"; class="fa fa-github" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
+   <a 
href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c";
 class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://hub.docker.com/r/apache/singa/"; class="fab fa-docker" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a> 
+   <a href="https://www.linkedin.com/groups/13550034"; class="fa fa-linkedin" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://twitter.com/ApacheSinga"; class="fa fa-twitter" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://www.facebook.com/Apache-SINGA-347284219056544/"; class="fa 
fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: 
center; text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://www.researchgate.net/project/Apache-SINGA"; class="fab 
fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+ 
+ </div>
+ 
+  <a href="https://github.com/apache/incubator-singa";>
+     <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 
10000;"
+         
src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png";
+         alt="Fork me on GitHub">
+ </a>
+ 
+  
+ 
 
 </body>
 </html>
\ No newline at end of file

Modified: incubator/singa/site/trunk/zh/docs/data.html
URL: 
http://svn.apache.org/viewvc/incubator/singa/site/trunk/zh/docs/data.html?rev=1857926&r1=1857925&r2=1857926&view=diff
==============================================================================
--- incubator/singa/site/trunk/zh/docs/data.html (original)
+++ incubator/singa/site/trunk/zh/docs/data.html Sun Apr 21 21:57:38 2019
@@ -1,5 +1,5 @@
 
-
+ 
 
 <!DOCTYPE html>
 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
@@ -9,7 +9,7 @@
   
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>数据(Data) &mdash; incubator-singa 1.1.0 documentation</title>
+  <title>数据(Data) &mdash; incubator-singa 2.0.0 documentation</title>
   
 
   
@@ -38,18 +38,18 @@
     <link rel="search" title="Search" href="../search.html" />
     <link rel="next" title="图像工具" href="image_tool.html" />
     <link rel="prev" title="优化器(Optimizer)" href="optimizer.html" />
-    <link href="../_static/style.css" rel="stylesheet" type="text/css">
-    <!--link href="../_static/fontawesome-all.min.css" rel="stylesheet" 
type="text/css"-->
-       <link rel="stylesheet" 
href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"; 
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
 crossorigin="anonymous">
-    <style>
-       .fa:hover {
-           opacity: 0.7;
-       }
-       .fab:hover {
-           opacity: 0.7;
-       }
-    </style>
-
+     <link href="../_static/style.css" rel="stylesheet" type="text/css">
+     <!--link href="../_static/fontawesome-all.min.css" rel="stylesheet" 
type="text/css"-->
+   <link rel="stylesheet" 
href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"; 
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
 crossorigin="anonymous">
+     <style>
+   .fa:hover {
+       opacity: 0.7;
+   }
+   .fab:hover {
+       opacity: 0.7;
+   }
+     </style>
+ 
 </head>
 
 <body class="wy-body-for-nav">
@@ -255,13 +255,13 @@
 <p>迭代地从数据集中获取批数据。</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><p><strong>img_list_file (str)</strong> – 包
含源数据的文件名;每行包含image_path_suffix和标签</p></li>
-<li><p><strong>batch_size (int)</strong> – 每个mini-bach包含的æ 
·æœ¬æ•°ç›®</p></li>
-<li><p><strong>image_transform</strong> – 
图像增强函数;它接受完整的图像路径并输出一系列增强后的图像</p></li>
-<li><p><strong>shuffle (boolean)</strong> – 为真表示对列表做搅
ä¹±</p></li>
-<li><p><strong>delimiter (char)</strong> – image_path_suffix和æ 
‡ç­¾ä¹‹é—´çš„分割符, 例如空格或逗号</p></li>
-<li><p><strong>image_folder (boolean)</strong> – 
图片路径的前缀</p></li>
-<li><p><strong>capacity (int)</strong> – 内
部队列的最大mini-batch数目</p></li>
+<li><strong>img_list_file (str)</strong> – 包
含源数据的文件名;每行包含image_path_suffix和标签</li>
+<li><strong>batch_size (int)</strong> – 每个mini-bach包含的æ 
·æœ¬æ•°ç›®</li>
+<li><strong>image_transform</strong> – 
图像增强函数;它接受完整的图像路径并输出一系列增强后的图像</li>
+<li><strong>shuffle (boolean)</strong> – 为真表示对列表做搅乱</li>
+<li><strong>delimiter (char)</strong> – image_path_suffix和æ 
‡ç­¾ä¹‹é—´çš„分割符, 例如空格或逗号</li>
+<li><strong>image_folder (boolean)</strong> – 图片路径的前缀</li>
+<li><strong>capacity (int)</strong> – 内
部队列的最大mini-batch数目</li>
 </ul>
 <hr class="docutils" />
 </div>
@@ -314,46 +314,46 @@
   
     
   
-
-<div class="rst-versions" data-toggle="rst-versions" role="note" 
aria-label="versions">
-  <span class="rst-current-version" data-toggle="rst-current-version">
-    <span class="fa fa-book"> incubator-singa </span>
-    v: latest
-    <span class="fa fa-caret-down"></span>
-  </span>
-  <div class="rst-other-versions">
-      <dl>
-          <dt>Languages</dt>
-          <dd><a href="../../en/index.html">English</a></dd>
-          <dd><a href="../../zh/index.html">中文</a></dd>
-      </dl>
-      <dl>
-          <dt>Versions</dt>
-          <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
-          <dd><a href="http://singa.apache.org/v1.1.0/";>1.1</a></dd>
-      </dl>
-
-  </div>
-  <a href="http://incubator.apache.org/";> <img src= "../_static/apache.png" 
style="background-color:white;"> </a>
-
-  <a href="https://github.com/apache/incubator-singa"; class="fa fa-github" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
-  <a 
href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c";
 class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://hub.docker.com/r/apache/singa/"; class="fab fa-docker" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a> 
-  <a href="https://www.linkedin.com/groups/13550034"; class="fa fa-linkedin" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://twitter.com/ApacheSinga"; class="fa fa-twitter" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://www.facebook.com/Apache-SINGA-347284219056544/"; class="fa 
fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: 
center; text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://www.researchgate.net/project/Apache-SINGA"; class="fab 
fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-
-</div>
-
- <a href="https://github.com/apache/incubator-singa";>
-    <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 
10000;"
-        
src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png";
-        alt="Fork me on GitHub">
-</a>
-
  
-
+ <div class="rst-versions" data-toggle="rst-versions" role="note" 
aria-label="versions">
+   <span class="rst-current-version" data-toggle="rst-current-version">
+     <span class="fa fa-book"> incubator-singa </span>
+     v: latest
+     <span class="fa fa-caret-down"></span>
+   </span>
+   <div class="rst-other-versions">
+       <dl>
+           <dt>Languages</dt>
+           <dd><a href="../../index.html">English</a></dd>
+           <dd><a href=".././index.html">中文</a></dd>
+       </dl>
+       <dl>
+           <dt>Versions</dt>
+           <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
+           <dd><a href="http://singa.apache.org/v1.1.0/";>1.1</a></dd>
+       </dl>
+ 
+   </div>
+   <a href="http://incubator.apache.org/";> <img src= "../_static/apache.png" 
style="background-color:white;"> </a>
+ 
+   <a href="https://github.com/apache/incubator-singa"; class="fa fa-github" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
+   <a 
href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c";
 class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://hub.docker.com/r/apache/singa/"; class="fab fa-docker" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a> 
+   <a href="https://www.linkedin.com/groups/13550034"; class="fa fa-linkedin" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://twitter.com/ApacheSinga"; class="fa fa-twitter" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://www.facebook.com/Apache-SINGA-347284219056544/"; class="fa 
fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: 
center; text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://www.researchgate.net/project/Apache-SINGA"; class="fab 
fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+ 
+ </div>
+ 
+  <a href="https://github.com/apache/incubator-singa";>
+     <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 
10000;"
+         
src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png";
+         alt="Fork me on GitHub">
+ </a>
+ 
+  
+ 
 
 </body>
 </html>
\ No newline at end of file

Modified: incubator/singa/site/trunk/zh/docs/device.html
URL: 
http://svn.apache.org/viewvc/incubator/singa/site/trunk/zh/docs/device.html?rev=1857926&r1=1857925&r2=1857926&view=diff
==============================================================================
--- incubator/singa/site/trunk/zh/docs/device.html (original)
+++ incubator/singa/site/trunk/zh/docs/device.html Sun Apr 21 21:57:38 2019
@@ -1,5 +1,5 @@
 
-
+ 
 
 <!DOCTYPE html>
 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
@@ -9,7 +9,7 @@
   
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>设备(Device) &mdash; incubator-singa 1.1.0 documentation</title>
+  <title>设备(Device) &mdash; incubator-singa 2.0.0 documentation</title>
   
 
   
@@ -38,18 +38,18 @@
     <link rel="search" title="Search" href="../search.html" />
     <link rel="next" title="张量(Tensor)" href="tensor.html" />
     <link rel="prev" title="软件架构" href="software_stack.html" />
-    <link href="../_static/style.css" rel="stylesheet" type="text/css">
-    <!--link href="../_static/fontawesome-all.min.css" rel="stylesheet" 
type="text/css"-->
-       <link rel="stylesheet" 
href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"; 
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
 crossorigin="anonymous">
-    <style>
-       .fa:hover {
-           opacity: 0.7;
-       }
-       .fab:hover {
-           opacity: 0.7;
-       }
-    </style>
-
+     <link href="../_static/style.css" rel="stylesheet" type="text/css">
+     <!--link href="../_static/fontawesome-all.min.css" rel="stylesheet" 
type="text/css"-->
+   <link rel="stylesheet" 
href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"; 
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
 crossorigin="anonymous">
+     <style>
+   .fa:hover {
+       opacity: 0.7;
+   }
+   .fab:hover {
+       opacity: 0.7;
+   }
+     </style>
+ 
 </head>
 
 <body class="wy-body-for-nav">
@@ -213,9 +213,9 @@
 <h2>特定设备<a class="headerlink" href="#id1" title="Permalink to this 
headline">¶</a></h2>
 <p>目前,SINGA有三种Device实现,</p>
 <ol class="simple">
-<li><p>CudaGPU: 在Nvidia GPU卡上运行Cuda代码</p></li>
-<li><p>CppCPU:在CPU上运行Cpp代码</p></li>
-<li><p>OpenclGPU: GPU卡上运行OpenCL代码</p></li>
+<li>CudaGPU: 在Nvidia GPU卡上运行Cuda代码</li>
+<li>CppCPU:在CPU上运行Cpp代码</li>
+<li>OpenclGPU: GPU卡上运行OpenCL代码</li>
 </ol>
 </div>
 <div class="section" id="python-api">
@@ -227,7 +227,7 @@
 <p>创建一个列表的CudaGPU设备。</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><p><strong>num(int)</strong> - 创建的设备数目</p></li>
+<li><strong>num(int)</strong> - 创建的设备数目</li>
 </ul>
 <p><strong>返回值:</strong> 一个列表CudaGPU设备</p>
 </div>
@@ -237,7 +237,7 @@
 <p>创建一个列表的CudaGPU设备。</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><p><strong>device_ids(list)</strong> - 一个列表的显卡ID</p></li>
+<li><strong>device_ids(list)</strong> - 一个列表的显卡ID</li>
 </ul>
 <p><strong>返回值:</strong> 一个列表CudaGPU设备</p>
 </div>
@@ -305,46 +305,46 @@
   
     
   
-
-<div class="rst-versions" data-toggle="rst-versions" role="note" 
aria-label="versions">
-  <span class="rst-current-version" data-toggle="rst-current-version">
-    <span class="fa fa-book"> incubator-singa </span>
-    v: latest
-    <span class="fa fa-caret-down"></span>
-  </span>
-  <div class="rst-other-versions">
-      <dl>
-          <dt>Languages</dt>
-          <dd><a href="../../en/index.html">English</a></dd>
-          <dd><a href="../../zh/index.html">中文</a></dd>
-      </dl>
-      <dl>
-          <dt>Versions</dt>
-          <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
-          <dd><a href="http://singa.apache.org/v1.1.0/";>1.1</a></dd>
-      </dl>
-
-  </div>
-  <a href="http://incubator.apache.org/";> <img src= "../_static/apache.png" 
style="background-color:white;"> </a>
-
-  <a href="https://github.com/apache/incubator-singa"; class="fa fa-github" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
-  <a 
href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c";
 class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://hub.docker.com/r/apache/singa/"; class="fab fa-docker" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a> 
-  <a href="https://www.linkedin.com/groups/13550034"; class="fa fa-linkedin" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://twitter.com/ApacheSinga"; class="fa fa-twitter" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://www.facebook.com/Apache-SINGA-347284219056544/"; class="fa 
fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: 
center; text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://www.researchgate.net/project/Apache-SINGA"; class="fab 
fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-
-</div>
-
- <a href="https://github.com/apache/incubator-singa";>
-    <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 
10000;"
-        
src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png";
-        alt="Fork me on GitHub">
-</a>
-
  
-
+ <div class="rst-versions" data-toggle="rst-versions" role="note" 
aria-label="versions">
+   <span class="rst-current-version" data-toggle="rst-current-version">
+     <span class="fa fa-book"> incubator-singa </span>
+     v: latest
+     <span class="fa fa-caret-down"></span>
+   </span>
+   <div class="rst-other-versions">
+       <dl>
+           <dt>Languages</dt>
+           <dd><a href="../../index.html">English</a></dd>
+           <dd><a href=".././index.html">中文</a></dd>
+       </dl>
+       <dl>
+           <dt>Versions</dt>
+           <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
+           <dd><a href="http://singa.apache.org/v1.1.0/";>1.1</a></dd>
+       </dl>
+ 
+   </div>
+   <a href="http://incubator.apache.org/";> <img src= "../_static/apache.png" 
style="background-color:white;"> </a>
+ 
+   <a href="https://github.com/apache/incubator-singa"; class="fa fa-github" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
+   <a 
href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c";
 class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://hub.docker.com/r/apache/singa/"; class="fab fa-docker" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a> 
+   <a href="https://www.linkedin.com/groups/13550034"; class="fa fa-linkedin" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://twitter.com/ApacheSinga"; class="fa fa-twitter" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://www.facebook.com/Apache-SINGA-347284219056544/"; class="fa 
fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: 
center; text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://www.researchgate.net/project/Apache-SINGA"; class="fab 
fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+ 
+ </div>
+ 
+  <a href="https://github.com/apache/incubator-singa";>
+     <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 
10000;"
+         
src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png";
+         alt="Fork me on GitHub">
+ </a>
+ 
+  
+ 
 
 </body>
 </html>
\ No newline at end of file

Modified: incubator/singa/site/trunk/zh/docs/image_tool.html
URL: 
http://svn.apache.org/viewvc/incubator/singa/site/trunk/zh/docs/image_tool.html?rev=1857926&r1=1857925&r2=1857926&view=diff
==============================================================================
--- incubator/singa/site/trunk/zh/docs/image_tool.html (original)
+++ incubator/singa/site/trunk/zh/docs/image_tool.html Sun Apr 21 21:57:38 2019
@@ -1,5 +1,5 @@
 
-
+ 
 
 <!DOCTYPE html>
 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
@@ -9,7 +9,7 @@
   
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
-  <title>图像工具 &mdash; incubator-singa 1.1.0 documentation</title>
+  <title>图像工具 &mdash; incubator-singa 2.0.0 documentation</title>
   
 
   
@@ -38,18 +38,18 @@
     <link rel="search" title="Search" href="../search.html" />
     <link rel="next" title="Snapshot" href="snapshot.html" />
     <link rel="prev" title="数据(Data)" href="data.html" />
-    <link href="../_static/style.css" rel="stylesheet" type="text/css">
-    <!--link href="../_static/fontawesome-all.min.css" rel="stylesheet" 
type="text/css"-->
-       <link rel="stylesheet" 
href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"; 
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
 crossorigin="anonymous">
-    <style>
-       .fa:hover {
-           opacity: 0.7;
-       }
-       .fab:hover {
-           opacity: 0.7;
-       }
-    </style>
-
+     <link href="../_static/style.css" rel="stylesheet" type="text/css">
+     <!--link href="../_static/fontawesome-all.min.css" rel="stylesheet" 
type="text/css"-->
+   <link rel="stylesheet" 
href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"; 
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
 crossorigin="anonymous">
+     <style>
+   .fa:hover {
+       opacity: 0.7;
+   }
+   .fab:hover {
+       opacity: 0.7;
+   }
+     </style>
+ 
 </head>
 
 <body class="wy-body-for-nav">
@@ -259,8 +259,8 @@
 <p>对每个通道加上一个随机偏移值[-offset, offset]。</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><p><strong>offset</strong> – 偏移, &gt;0 and &lt;255</p></li>
-<li><p><strong>inplace</strong> – 对原图对象操作或返回一张
新图</p></li>
+<li><strong>offset</strong> – 偏移, &gt;0 and &lt;255</li>
+<li><strong>inplace</strong> – 对原图对象操作或返回一张
新图</li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -269,9 +269,9 @@
 <p>对给定位置,截取可能的最大方框并缩放到给定尺寸。 
按照图像尺寸,截取位置可以是(左, 中, 右)或(上, 
中, 下)之一。</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><p><strong>patch (tuple)</strong> – 输出图像的高和宽</p></li>
-<li><p><strong>num_case</strong> – 情况数目, 必须在[1,3]</p></li>
-<li><p><strong>inplace</strong> – 对原图对象操作或返回一张
新图</p></li>
+<li><strong>patch (tuple)</strong> – 输出图像的高和宽</li>
+<li><strong>num_case</strong> – 情况数目, 必须在[1,3]</li>
+<li><strong>inplace</strong> – 对原图对象操作或返回一张
新图</li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -280,9 +280,9 @@
 <p>截取位置可以是[左上, 左下, 右上, 右下, 中间]。</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><p><strong>patch (tuple)</strong> – 输出图像的高和宽</p></li>
-<li><p><strong>num_case</strong> – 情况数目, 必须在[1,5]</p></li>
-<li><p><strong>inplace</strong> – 对原图对象操作或返回一张
新图</p></li>
+<li><strong>patch (tuple)</strong> – 输出图像的高和宽</li>
+<li><strong>num_case</strong> – 情况数目, 必须在[1,5]</li>
+<li><strong>inplace</strong> – 对原图对象操作或返回一张
新图</li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -296,8 +296,8 @@
 <p>对色度、对比度、亮度和锐度采用随机增强。</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><p><strong>scale (float)</strong> – 增强范围 [1-scale, 
1+scale]</p></li>
-<li><p><strong>inplace</strong> – 对原图对象操作或返回一张
新图</p></li>
+<li><strong>scale (float)</strong> – 增强范围 [1-scale, 1+scale]</li>
+<li><strong>inplace</strong> – 对原图对象操作或返回一张
新图</li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -306,8 +306,8 @@
 <p>随机向左或向右翻转图像。</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><p><strong>num_case</strong> – 情况数目,必须是 {1,2}; 
如果是2,则会返回原图以及翻转的图像。</p></li>
-<li><p><strong>inplace</strong> – 对原图对象操作或返回一张
新图</p></li>
+<li><strong>num_case</strong> – 情况数目,必须是 {1,2}; 
如果是2,则会返回原图以及翻转的图像。</li>
+<li><strong>inplace</strong> – 对原图对象操作或返回一张
新图</li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -321,8 +321,8 @@
 <p>根据随机偏移截取指定大小的图像</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><p><strong>patch (tuple)</strong> – 截取图像块的高和宽</p></li>
-<li><p><strong>inplace (Boolean)</strong> – 
如果为真,直接用新图像块替换原始图像内
容;否则返回新图像块。</p></li>
+<li><strong>patch (tuple)</strong> – 截取图像块的高和宽</li>
+<li><strong>inplace (Boolean)</strong> – 
如果为真,直接用新图像块替换原始图像内
容;否则返回新图像块。</li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -330,8 +330,8 @@
 <h3>resize_by_list(size_list, num_case=1, inplace=True)<a class="headerlink" 
href="#resize-by-list-size-list-num-case-1-inplace-true" title="Permalink to 
this headline">¶</a></h3>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><p><strong>num_case</strong> – 缩放操作数目, 必须不超
过size_list的长度</p></li>
-<li><p><strong>inplace</strong> – 对原图对象操作或返回一张
新图</p></li>
+<li><strong>num_case</strong> – 缩放操作数目, 必须不超
过size_list的长度</li>
+<li><strong>inplace</strong> – 对原图对象操作或返回一张
新图</li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -339,8 +339,8 @@
 <h3>resize_by_range(rng, inplace=True)<a class="headerlink" 
href="#resize-by-range-rng-inplace-true" title="Permalink to this 
headline">¶</a></h3>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><p><strong>rng</strong> – 元组 (起始值, 结束值), 包
括起始值但不包括结束值</p></li>
-<li><p><strong>inplace</strong> – 对原图对象操作或返回一张
新图</p></li>
+<li><strong>rng</strong> – 元组 (起始值, 结束值), 包
括起始值但不包括结束值</li>
+<li><strong>inplace</strong> – 对原图对象操作或返回一张
新图</li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -348,8 +348,8 @@
 <h3>rotate_by_list(angle_list, num_case=1, inplace=True)<a class="headerlink" 
href="#rotate-by-list-angle-list-num-case-1-inplace-true" title="Permalink to 
this headline">¶</a></h3>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><p><strong>num_case</strong> – 旋转操作数目, 必须不超
过angle_list的长度</p></li>
-<li><p><strong>inplace</strong> – 对原图对象操作或返回一张
新图</p></li>
+<li><strong>num_case</strong> – 旋转操作数目, 必须不超
过angle_list的长度</li>
+<li><strong>inplace</strong> – 对原图对象操作或返回一张
新图</li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -357,8 +357,8 @@
 <h3>rotate_by_range(rng, inplace=True)<a class="headerlink" 
href="#rotate-by-range-rng-inplace-true" title="Permalink to this 
headline">¶</a></h3>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><p><strong>rng</strong> – 表示旋转角度范围的元组 (起始值, 
结束值), 包括起始值但不包括结束值</p></li>
-<li><p><strong>inplace</strong> – 对原图对象操作或返回一张
新图</p></li>
+<li><strong>rng</strong> – 表示旋转角度范围的元组 (起始值, 
结束值), 包括起始值但不包括结束值</li>
+<li><strong>inplace</strong> – 对原图对象操作或返回一张
新图</li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -372,8 +372,8 @@
 <p>截取给定位置和给定大小的图像块。</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><p><strong>patch (tuple)</strong> – 宽,高</p></li>
-<li><p><strong>position (list(str))</strong> – 
左上,左下,右上,右下,中间</p></li>
+<li><strong>patch (tuple)</strong> – 宽,高</li>
+<li><strong>position (list(str))</strong> – 
左上,左下,右上,右下,中间</li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -382,8 +382,8 @@
 <p>对给定位置,截取可能的最大方框并缩放到给定尺寸。</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><p><strong>patch (tuple)</strong> – 宽,高</p></li>
-<li><p><strong>position (list(str))</strong> – 
左,中,右,上,中,下</p></li>
+<li><strong>patch (tuple)</strong> – 宽,高</li>
+<li><strong>position (list(str))</strong> – 
左,中,右,上,中,下</li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -392,7 +392,7 @@
 <p>对色度、对比度、亮度和锐度采用随机增强。</p>
 <p><strong>参数:</strong></p>
 <ul class="simple">
-<li><p><strong>scale (float)</strong> – 增强范围 [1-scale, 
1+scale]</p></li>
+<li><strong>scale (float)</strong> – 增强范围 [1-scale, 1+scale]</li>
 </ul>
 </div>
 <hr class="docutils" />
@@ -456,46 +456,46 @@
   
     
   
-
-<div class="rst-versions" data-toggle="rst-versions" role="note" 
aria-label="versions">
-  <span class="rst-current-version" data-toggle="rst-current-version">
-    <span class="fa fa-book"> incubator-singa </span>
-    v: latest
-    <span class="fa fa-caret-down"></span>
-  </span>
-  <div class="rst-other-versions">
-      <dl>
-          <dt>Languages</dt>
-          <dd><a href="../../en/index.html">English</a></dd>
-          <dd><a href="../../zh/index.html">中文</a></dd>
-      </dl>
-      <dl>
-          <dt>Versions</dt>
-          <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
-          <dd><a href="http://singa.apache.org/v1.1.0/";>1.1</a></dd>
-      </dl>
-
-  </div>
-  <a href="http://incubator.apache.org/";> <img src= "../_static/apache.png" 
style="background-color:white;"> </a>
-
-  <a href="https://github.com/apache/incubator-singa"; class="fa fa-github" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
-  <a 
href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c";
 class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://hub.docker.com/r/apache/singa/"; class="fab fa-docker" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a> 
-  <a href="https://www.linkedin.com/groups/13550034"; class="fa fa-linkedin" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://twitter.com/ApacheSinga"; class="fa fa-twitter" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://www.facebook.com/Apache-SINGA-347284219056544/"; class="fa 
fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: 
center; text-decoration: none; margin: 5px 2px;"></a>
-  <a href="https://www.researchgate.net/project/Apache-SINGA"; class="fab 
fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
-
-</div>
-
- <a href="https://github.com/apache/incubator-singa";>
-    <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 
10000;"
-        
src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png";
-        alt="Fork me on GitHub">
-</a>
-
  
-
+ <div class="rst-versions" data-toggle="rst-versions" role="note" 
aria-label="versions">
+   <span class="rst-current-version" data-toggle="rst-current-version">
+     <span class="fa fa-book"> incubator-singa </span>
+     v: latest
+     <span class="fa fa-caret-down"></span>
+   </span>
+   <div class="rst-other-versions">
+       <dl>
+           <dt>Languages</dt>
+           <dd><a href="../../index.html">English</a></dd>
+           <dd><a href=".././index.html">中文</a></dd>
+       </dl>
+       <dl>
+           <dt>Versions</dt>
+           <dd><a href="http://singa.apache.org/v0.3.0/";>0.3</a></dd>
+           <dd><a href="http://singa.apache.org/v1.1.0/";>1.1</a></dd>
+       </dl>
+ 
+   </div>
+   <a href="http://incubator.apache.org/";> <img src= "../_static/apache.png" 
style="background-color:white;"> </a>
+ 
+   <a href="https://github.com/apache/incubator-singa"; class="fa fa-github" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
+   <a 
href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c";
 class="fab fa-aws" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://hub.docker.com/r/apache/singa/"; class="fab fa-docker" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a> 
+   <a href="https://www.linkedin.com/groups/13550034"; class="fa fa-linkedin" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://twitter.com/ApacheSinga"; class="fa fa-twitter" 
style="padding: 10px; font-size: 20px; width: 30px; text-align: center; 
text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://www.facebook.com/Apache-SINGA-347284219056544/"; class="fa 
fa-facebook" style="padding: 10px; font-size: 20px; width: 30px; text-align: 
center; text-decoration: none; margin: 5px 2px;"></a>
+   <a href="https://www.researchgate.net/project/Apache-SINGA"; class="fab 
fa-researchgate" style="padding: 10px; font-size: 20px; width: 30px; 
text-align: center; text-decoration: none; margin: 5px 2px;"></a>
+ 
+ </div>
+ 
+  <a href="https://github.com/apache/incubator-singa";>
+     <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 
10000;"
+         
src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png";
+         alt="Fork me on GitHub">
+ </a>
+ 
+  
+ 
 
 </body>
 </html>
\ No newline at end of file


Reply via email to