You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by wa...@apache.org on 2018/05/08 15:05:18 UTC

svn commit: r1831195 [15/24] - in /incubator/singa/site/trunk: en/ en/_sources/docs/ en/_sources/docs/model_zoo/imagenet/inception/ en/_sources/docs/model_zoo/imagenet/resnet/ en/_sources/docs/model_zoo/imagenet/vgg/ en/_static/ en/_static/css/ en/_sta...

Modified: incubator/singa/site/trunk/en/genindex.html
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/genindex.html?rev=1831195&r1=1831194&r2=1831195&view=diff
==============================================================================
--- incubator/singa/site/trunk/en/genindex.html (original)
+++ incubator/singa/site/trunk/en/genindex.html Tue May  8 15:05:16 2018
@@ -15,27 +15,22 @@
 
   
   
-
-  
-
   
   
-    
 
   
 
   
   
-    <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
-  
+    
 
   
 
   
-        <link rel="index" title="Index"
-              href="#"/>
-        <link rel="search" title="Search" href="search.html"/>
-    <link rel="top" title="incubator-singa 1.1.0 documentation" href="index.html"/>
+    <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
+  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+    <link rel="index" title="Index" href="#" />
+    <link rel="search" title="Search" href="search.html" />
     <link href="_static/style.css" rel="stylesheet" type="text/css">
 
 
@@ -44,8 +39,9 @@
 
 </head>
 
-<body class="wy-body-for-nav" role="document">
+<body class="wy-body-for-nav">
 
+   
   <div class="wy-grid-for-nav">
 
     
@@ -60,7 +56,7 @@
 
           
             
-            <img src="_static/singa.png" class="logo" />
+            <img src="_static/singa.png" class="logo" alt="Logo"/>
           
           </a>
 
@@ -89,7 +85,10 @@
           
             
             
-                <ul>
+              
+            
+            
+              <ul>
 <li class="toctree-l1"><a class="reference internal" href="downloads.html">Download SINGA</a></li>
 <li class="toctree-l1"><a class="reference internal" href="docs/index.html">Documentation</a></li>
 </ul>
@@ -117,32 +116,52 @@
     <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
 
       
-      <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
-        <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
-        <a href="index.html">incubator-singa</a>
+      <nav class="wy-nav-top" aria-label="top navigation">
+        
+          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+          <a href="index.html">incubator-singa</a>
+        
       </nav>
 
 
-      
       <div class="wy-nav-content">
+        
         <div class="rst-content">
+        
           
 
 
 
 
 
+
+
+
+
+
+
+
+
+
+
 <div role="navigation" aria-label="breadcrumbs navigation">
+
   <ul class="wy-breadcrumbs">
-    <li><a href="index.html">Docs</a> &raquo;</li>
-      
-    <li>Index</li>
+    
+      <li><a href="index.html">Docs</a> &raquo;</li>
+        
+      <li>Index</li>
+    
+    
       <li class="wy-breadcrumbs-aside">
         
-          
+            
         
       </li>
+    
   </ul>
+
+  
   <hr/>
 </div>
           <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
@@ -152,641 +171,12 @@
 <h1 id="index">Index</h1>
 
 <div class="genindex-jumpbox">
- <a href="#A"><strong>A</strong></a>
- | <a href="#B"><strong>B</strong></a>
- | <a href="#C"><strong>C</strong></a>
- | <a href="#D"><strong>D</strong></a>
- | <a href="#E"><strong>E</strong></a>
- | <a href="#F"><strong>F</strong></a>
- | <a href="#G"><strong>G</strong></a>
- | <a href="#I"><strong>I</strong></a>
- | <a href="#L"><strong>L</strong></a>
- | <a href="#M"><strong>M</strong></a>
- | <a href="#N"><strong>N</strong></a>
- | <a href="#O"><strong>O</strong></a>
- | <a href="#P"><strong>P</strong></a>
- | <a href="#R"><strong>R</strong></a>
- | <a href="#S"><strong>S</strong></a>
- | <a href="#T"><strong>T</strong></a>
- | <a href="#U"><strong>U</strong></a>
- | <a href="#W"><strong>W</strong></a>
  
 </div>
-<h2 id="A">A</h2>
-<table style="width: 100%" class="indextable genindextable"><tr>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/tensor.html#singa.tensor.abs">abs() (in module singa.tensor)</a>
-</li>
-      <li><a href="docs/metric.html#singa.metric.Accuracy">Accuracy (class in singa.metric)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.Activation">Activation (class in singa.layer)</a>
-</li>
-      <li><a href="docs/optimizer.html#singa.optimizer.AdaGrad">AdaGrad (class in singa.optimizer)</a>
-</li>
-      <li><a href="docs/optimizer.html#singa.optimizer.Adam">Adam (class in singa.optimizer)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.add">add() (in module singa.tensor)</a>
-
-      <ul>
-        <li><a href="docs/net.html#singa.net.FeedForwardNet.add">(singa.net.FeedForwardNet method)</a>
-</li>
-      </ul></li>
-      <li><a href="docs/tensor.html#singa.tensor.add_column">add_column() (in module singa.tensor)</a>
-
-      <ul>
-        <li><a href="docs/tensor.html#singa.tensor.Tensor.add_column">(singa.tensor.Tensor method)</a>
-</li>
-      </ul></li>
-      <li><a href="docs/tensor.html#singa.tensor.add_row">add_row() (in module singa.tensor)</a>
-
-      <ul>
-        <li><a href="docs/tensor.html#singa.tensor.Tensor.add_row">(singa.tensor.Tensor method)</a>
-</li>
-      </ul></li>
-      <li><a href="docs/optimizer.html#singa.optimizer.Constraint.apply">apply() (singa.optimizer.Constraint method)</a>
-
-      <ul>
-        <li><a href="docs/optimizer.html#singa.optimizer.CppConstraint.apply">(singa.optimizer.CppConstraint method)</a>
-</li>
-        <li><a href="docs/optimizer.html#singa.optimizer.CppRegularizer.apply">(singa.optimizer.CppRegularizer method)</a>
-</li>
-        <li><a href="docs/optimizer.html#singa.optimizer.L2Constraint.apply">(singa.optimizer.L2Constraint method)</a>
-</li>
-        <li><a href="docs/optimizer.html#singa.optimizer.L2Regularizer.apply">(singa.optimizer.L2Regularizer method)</a>
-</li>
-        <li><a href="docs/optimizer.html#singa.optimizer.Optimizer.apply">(singa.optimizer.Optimizer method)</a>
-</li>
-        <li><a href="docs/optimizer.html#singa.optimizer.Regularizer.apply">(singa.optimizer.Regularizer method)</a>
-</li>
-      </ul></li>
-  </ul></td>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/optimizer.html#singa.optimizer.Optimizer.apply_regularizer_constraint">apply_regularizer_constraint() (singa.optimizer.Optimizer method)</a>
-</li>
-      <li><a href="docs/optimizer.html#singa.optimizer.AdaGrad.apply_with_lr">apply_with_lr() (singa.optimizer.AdaGrad method)</a>
-
-      <ul>
-        <li><a href="docs/optimizer.html#singa.optimizer.Adam.apply_with_lr">(singa.optimizer.Adam method)</a>
-</li>
-        <li><a href="docs/optimizer.html#singa.optimizer.Nesterov.apply_with_lr">(singa.optimizer.Nesterov method)</a>
-</li>
-        <li><a href="docs/optimizer.html#singa.optimizer.Optimizer.apply_with_lr">(singa.optimizer.Optimizer method)</a>
-</li>
-        <li><a href="docs/optimizer.html#singa.optimizer.RMSProp.apply_with_lr">(singa.optimizer.RMSProp method)</a>
-</li>
-        <li><a href="docs/optimizer.html#singa.optimizer.SGD.apply_with_lr">(singa.optimizer.SGD method)</a>
-</li>
-      </ul></li>
-      <li><a href="docs/layer.html#singa.layer.Layer.as_type">as_type() (singa.layer.Layer method)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.average">average() (in module singa.tensor)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.AvgPooling1D">AvgPooling1D (class in singa.layer)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.AvgPooling2D">AvgPooling2D (class in singa.layer)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.axpy">axpy() (in module singa.tensor)</a>
-</li>
-  </ul></td>
-</tr></table>
-
-<h2 id="B">B</h2>
-<table style="width: 100%" class="indextable genindextable"><tr>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/layer.html#singa.layer.Concat.backward">backward() (singa.layer.Concat method)</a>
-
-      <ul>
-        <li><a href="docs/layer.html#singa.layer.Dummy.backward">(singa.layer.Dummy method)</a>
-</li>
-        <li><a href="docs/layer.html#singa.layer.Layer.backward">(singa.layer.Layer method)</a>
-</li>
-        <li><a href="docs/layer.html#singa.layer.Merge.backward">(singa.layer.Merge method)</a>
-</li>
-        <li><a href="docs/layer.html#singa.layer.RNN.backward">(singa.layer.RNN method)</a>
-</li>
-        <li><a href="docs/layer.html#singa.layer.Slice.backward">(singa.layer.Slice method)</a>
-</li>
-        <li><a href="docs/layer.html#singa.layer.Split.backward">(singa.layer.Split method)</a>
-</li>
-        <li><a href="docs/loss.html#singa.loss.Loss.backward">(singa.loss.Loss method)</a>
-</li>
-        <li><a href="docs/loss.html#singa.loss.SquaredError.backward">(singa.loss.SquaredError method)</a>
-</li>
-        <li><a href="docs/net.html#singa.net.FeedForwardNet.backward">(singa.net.FeedForwardNet method)</a>
-</li>
-      </ul></li>
-  </ul></td>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/layer.html#singa.layer.BatchNormalization">BatchNormalization (class in singa.layer)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.bernoulli">bernoulli() (in module singa.tensor)</a>
-
-      <ul>
-        <li><a href="docs/tensor.html#singa.tensor.Tensor.bernoulli">(singa.tensor.Tensor method)</a>
-</li>
-      </ul></li>
-  </ul></td>
-</tr></table>
-
-<h2 id="C">C</h2>
-<table style="width: 100%" class="indextable genindextable"><tr>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/layer.html#singa.layer.Layer.caffe_layer">caffe_layer() (singa.layer.Layer method)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.Tensor.clone">clone() (singa.tensor.Tensor method)</a>
-</li>
-      <li><a href="docs/image_tool.html#singa.image_tool.color_cast">color_cast() (in module singa.image_tool)</a>
-
-      <ul>
-        <li><a href="docs/image_tool.html#singa.image_tool.ImageTool.color_cast">(singa.image_tool.ImageTool method)</a>
-</li>
-      </ul></li>
-      <li><a href="docs/layer.html#singa.layer.Concat">Concat (class in singa.layer)</a>
-</li>
-      <li><a href="docs/optimizer.html#singa.optimizer.Constraint">Constraint (class in singa.optimizer)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.Conv1D">Conv1D (class in singa.layer)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.Conv2D">Conv2D (class in singa.layer)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.Tensor.copy">copy() (singa.tensor.Tensor method)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.Tensor.copy_data">copy_data() (singa.tensor.Tensor method)</a>
-</li>
-  </ul></td>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/tensor.html#singa.tensor.copy_data_to_from">copy_data_to_from() (in module singa.tensor)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.Tensor.copy_from_numpy">copy_from_numpy() (singa.tensor.Tensor method)</a>
-</li>
-      <li><a href="docs/optimizer.html#singa.optimizer.CppConstraint">CppConstraint (class in singa.optimizer)</a>
-</li>
-      <li><a href="docs/optimizer.html#singa.optimizer.CppRegularizer">CppRegularizer (class in singa.optimizer)</a>
-</li>
-      <li><a href="docs/device.html#singa.device.create_cuda_gpus">create_cuda_gpus() (in module singa.device)</a>
-</li>
-      <li><a href="docs/device.html#singa.device.create_cuda_gpus_on">create_cuda_gpus_on() (in module singa.device)</a>
-</li>
-      <li><a href="docs/image_tool.html#singa.image_tool.crop">crop() (in module singa.image_tool)</a>
-</li>
-      <li><a href="docs/image_tool.html#singa.image_tool.ImageTool.crop3">crop3() (singa.image_tool.ImageTool method)</a>
-</li>
-      <li><a href="docs/image_tool.html#singa.image_tool.ImageTool.crop5">crop5() (singa.image_tool.ImageTool method)</a>
-</li>
-      <li><a href="docs/image_tool.html#singa.image_tool.ImageTool.crop8">crop8() (singa.image_tool.ImageTool method)</a>
-</li>
-      <li><a href="docs/image_tool.html#singa.image_tool.crop_and_resize">crop_and_resize() (in module singa.image_tool)</a>
-</li>
-  </ul></td>
-</tr></table>
-
-<h2 id="D">D</h2>
-<table style="width: 100%" class="indextable genindextable"><tr>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/tensor.html#singa.tensor.Tensor.deepcopy">deepcopy() (singa.tensor.Tensor method)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.Dense">Dense (class in singa.layer)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.div">div() (in module singa.tensor)</a>
-</li>
-  </ul></td>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/tensor.html#singa.tensor.Tensor.div_column">div_column() (singa.tensor.Tensor method)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.Tensor.div_row">div_row() (singa.tensor.Tensor method)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.Dropout">Dropout (class in singa.layer)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.Dummy">Dummy (class in singa.layer)</a>
-</li>
-  </ul></td>
-</tr></table>
-
-<h2 id="E">E</h2>
-<table style="width: 100%" class="indextable genindextable"><tr>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/tensor.html#singa.tensor.eltwise_mult">eltwise_mult() (in module singa.tensor)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.engine">engine (in module singa.layer)</a>
-</li>
-      <li><a href="docs/image_tool.html#singa.image_tool.enhance">enhance() (in module singa.image_tool)</a>
-
-      <ul>
-        <li><a href="docs/image_tool.html#singa.image_tool.ImageTool.enhance">(singa.image_tool.ImageTool method)</a>
-</li>
-      </ul></li>
-  </ul></td>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/loss.html#singa.loss.Loss.evaluate">evaluate() (singa.loss.Loss method)</a>
-
-      <ul>
-        <li><a href="docs/loss.html#singa.loss.SquaredError.evaluate">(singa.loss.SquaredError method)</a>
-</li>
-        <li><a href="docs/metric.html#singa.metric.Metric.evaluate">(singa.metric.Metric method)</a>
-</li>
-        <li><a href="docs/net.html#singa.net.FeedForwardNet.evaluate">(singa.net.FeedForwardNet method)</a>
-</li>
-      </ul></li>
-      <li><a href="docs/tensor.html#singa.tensor.exp">exp() (in module singa.tensor)</a>
-</li>
-  </ul></td>
-</tr></table>
-
-<h2 id="F">F</h2>
-<table style="width: 100%" class="indextable genindextable"><tr>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/net.html#singa.net.FeedForwardNet">FeedForwardNet (class in singa.net)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.Flatten">Flatten (class in singa.layer)</a>
-</li>
-      <li><a href="docs/image_tool.html#singa.image_tool.ImageTool.flip">flip() (singa.image_tool.ImageTool method)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.Concat.forward">forward() (singa.layer.Concat method)</a>
-
-      <ul>
-        <li><a href="docs/layer.html#singa.layer.Dummy.forward">(singa.layer.Dummy method)</a>
-</li>
-        <li><a href="docs/layer.html#singa.layer.Layer.forward">(singa.layer.Layer method)</a>
-</li>
-        <li><a href="docs/layer.html#singa.layer.Merge.forward">(singa.layer.Merge method)</a>
-</li>
-        <li><a href="docs/layer.html#singa.layer.RNN.forward">(singa.layer.RNN method)</a>
-</li>
-        <li><a href="docs/layer.html#singa.layer.Slice.forward">(singa.layer.Slice method)</a>
-</li>
-        <li><a href="docs/layer.html#singa.layer.Split.forward">(singa.layer.Split method)</a>
-</li>
-        <li><a href="docs/loss.html#singa.loss.Loss.forward">(singa.loss.Loss method)</a>
-</li>
-        <li><a href="docs/loss.html#singa.loss.SquaredError.forward">(singa.loss.SquaredError method)</a>
-</li>
-        <li><a href="docs/metric.html#singa.metric.Metric.forward">(singa.metric.Metric method)</a>
-</li>
-        <li><a href="docs/net.html#singa.net.FeedForwardNet.forward">(singa.net.FeedForwardNet method)</a>
-</li>
-      </ul></li>
-  </ul></td>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/tensor.html#singa.tensor.from_numpy">from_numpy() (in module singa.tensor)</a>
-</li>
-  </ul></td>
-</tr></table>
-
-<h2 id="G">G</h2>
-<table style="width: 100%" class="indextable genindextable"><tr>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/initializer.html#singa.initializer.gaussian">gaussian() (in module singa.initializer)</a>
-
-      <ul>
-        <li><a href="docs/tensor.html#singa.tensor.gaussian">(in module singa.tensor)</a>
-</li>
-        <li><a href="docs/tensor.html#singa.tensor.Tensor.gaussian">(singa.tensor.Tensor method)</a>
-</li>
-      </ul></li>
-      <li><a href="docs/tensor.html#singa.tensor.ge">ge() (in module singa.tensor)</a>
-</li>
-      <li><a href="docs/device.html#singa.device.get_default_device">get_default_device() (in module singa.device)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.get_layer_list">get_layer_list() (in module singa.layer)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.AvgPooling1D.get_output_sample_shape">get_output_sample_shape() (singa.layer.AvgPooling1D method)</a>
-
-      <ul>
-        <li><a href="docs/layer.html#singa.layer.Conv1D.get_output_sample_shape">(singa.layer.Conv1D method)</a>
-</li>
-        <li><a href="docs/layer.html#singa.layer.Dummy.get_output_sample_shape">(singa.layer.Dummy method)</a>
-</li>
-        <li><a href="docs/layer.html#singa.layer.Layer.get_output_sample_shape">(singa.layer.Layer method)</a>
-</li>
-        <li><a href="docs/layer.html#singa.layer.MaxPooling1D.get_output_sample_shape">(singa.layer.MaxPooling1D method)</a>
-</li>
-        <li><a href="docs/layer.html#singa.layer.Merge.get_output_sample_shape">(singa.layer.Merge method)</a>
-</li>
-        <li><a href="docs/layer.html#singa.layer.Slice.get_output_sample_shape">(singa.layer.Slice method)</a>
-</li>
-        <li><a href="docs/layer.html#singa.layer.Split.get_output_sample_shape">(singa.layer.Split method)</a>
-</li>
-      </ul></li>
-  </ul></td>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/layer.html#singa.layer.GRU">GRU (class in singa.layer)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.gt">gt() (in module singa.tensor)</a>
-</li>
-  </ul></td>
-</tr></table>
-
-<h2 id="I">I</h2>
-<table style="width: 100%" class="indextable genindextable"><tr>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/data.html#singa.data.ImageBatchIter">ImageBatchIter (class in singa.data)</a>
-</li>
-      <li><a href="docs/image_tool.html#singa.image_tool.ImageTool">ImageTool (class in singa.image_tool)</a>
-</li>
-  </ul></td>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/tensor.html#singa.tensor.Tensor.is_empty">is_empty() (singa.tensor.Tensor method)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.Tensor.is_transpose">is_transpose() (singa.tensor.Tensor method)</a>
-</li>
-  </ul></td>
-</tr></table>
-
-<h2 id="L">L</h2>
-<table style="width: 100%" class="indextable genindextable"><tr>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/tensor.html#singa.tensor.Tensor.l1">l1() (singa.tensor.Tensor method)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.Tensor.l2">l2() (singa.tensor.Tensor method)</a>
-</li>
-      <li><a href="docs/optimizer.html#singa.optimizer.L2Constraint">L2Constraint (class in singa.optimizer)</a>
-</li>
-      <li><a href="docs/optimizer.html#singa.optimizer.L2Regularizer">L2Regularizer (class in singa.optimizer)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.Layer">Layer (class in singa.layer)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.le">le() (in module singa.tensor)</a>
-</li>
-  </ul></td>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/net.html#singa.net.FeedForwardNet.load">load() (singa.net.FeedForwardNet method)</a>
-</li>
-      <li><a href="docs/image_tool.html#singa.image_tool.load_img">load_img() (in module singa.image_tool)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.log">log() (in module singa.tensor)</a>
-</li>
-      <li><a href="docs/loss.html#singa.loss.Loss">Loss (class in singa.loss)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.LRN">LRN (class in singa.layer)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.LSTM">LSTM (class in singa.layer)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.lt">lt() (in module singa.tensor)</a>
-</li>
-  </ul></td>
-</tr></table>
-
-<h2 id="M">M</h2>
-<table style="width: 100%" class="indextable genindextable"><tr>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/layer.html#singa.layer.MaxPooling1D">MaxPooling1D (class in singa.layer)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.MaxPooling2D">MaxPooling2D (class in singa.layer)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.Tensor.memsize">memsize() (singa.tensor.Tensor method)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.Merge">Merge (class in singa.layer)</a>
-</li>
-  </ul></td>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/metric.html#singa.metric.Metric">Metric (class in singa.metric)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.mult">mult() (in module singa.tensor)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.Tensor.mult_column">mult_column() (singa.tensor.Tensor method)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.Tensor.mult_row">mult_row() (singa.tensor.Tensor method)</a>
-</li>
-  </ul></td>
-</tr></table>
-
-<h2 id="N">N</h2>
-<table style="width: 100%" class="indextable genindextable"><tr>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/tensor.html#singa.tensor.Tensor.ndim">ndim() (singa.tensor.Tensor method)</a>
-</li>
-  </ul></td>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/optimizer.html#singa.optimizer.Nesterov">Nesterov (class in singa.optimizer)</a>
-</li>
-      <li><a href="docs/image_tool.html#singa.image_tool.ImageTool.num_augmentation">num_augmentation() (singa.image_tool.ImageTool method)</a>
-</li>
-  </ul></td>
-</tr></table>
-
-<h2 id="O">O</h2>
-<table style="width: 100%" class="indextable genindextable"><tr>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/optimizer.html#singa.optimizer.Optimizer">Optimizer (class in singa.optimizer)</a>
-</li>
-  </ul></td>
-</tr></table>
-
-<h2 id="P">P</h2>
-<table style="width: 100%" class="indextable genindextable"><tr>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/layer.html#singa.layer.Layer.param_names">param_names() (singa.layer.Layer method)</a>
-
-      <ul>
-        <li><a href="docs/net.html#singa.net.FeedForwardNet.param_names">(singa.net.FeedForwardNet method)</a>
-</li>
-      </ul></li>
-      <li><a href="docs/net.html#singa.net.FeedForwardNet.param_specs">param_specs() (singa.net.FeedForwardNet method)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.Layer.param_values">param_values() (singa.layer.Layer method)</a>
-
-      <ul>
-        <li><a href="docs/net.html#singa.net.FeedForwardNet.param_values">(singa.net.FeedForwardNet method)</a>
-</li>
-      </ul></li>
-  </ul></td>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/layer.html#singa.layer.Pooling2D">Pooling2D (class in singa.layer)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.pow">pow() (in module singa.tensor)</a>
-</li>
-      <li><a href="docs/net.html#singa.net.FeedForwardNet.predict">predict() (singa.net.FeedForwardNet method)</a>
-</li>
-  </ul></td>
-</tr></table>
-
-<h2 id="R">R</h2>
-<table style="width: 100%" class="indextable genindextable"><tr>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/image_tool.html#singa.image_tool.ImageTool.random_crop">random_crop() (singa.image_tool.ImageTool method)</a>
-</li>
-      <li><a href="docs/snapshot.html#singa.snapshot.Snapshot.read">read() (singa.snapshot.Snapshot method)</a>
-</li>
-      <li><a href="docs/optimizer.html#singa.optimizer.Optimizer.register">register() (singa.optimizer.Optimizer method)</a>
-</li>
-      <li><a href="docs/optimizer.html#singa.optimizer.Regularizer">Regularizer (class in singa.optimizer)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.relu">relu() (in module singa.tensor)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.Tensor.reset_like">reset_like() (singa.tensor.Tensor method)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.reshape">reshape() (in module singa.tensor)</a>
-
-      <ul>
-        <li><a href="docs/tensor.html#singa.tensor.Tensor.reshape">(singa.tensor.Tensor method)</a>
-</li>
-      </ul></li>
-  </ul></td>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/image_tool.html#singa.image_tool.resize">resize() (in module singa.image_tool)</a>
-</li>
-      <li><a href="docs/image_tool.html#singa.image_tool.ImageTool.resize_by_list">resize_by_list() (singa.image_tool.ImageTool method)</a>
-</li>
-      <li><a href="docs/image_tool.html#singa.image_tool.ImageTool.resize_by_range">resize_by_range() (singa.image_tool.ImageTool method)</a>
-</li>
-      <li><a href="docs/optimizer.html#singa.optimizer.RMSProp">RMSProp (class in singa.optimizer)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.RNN">RNN (class in singa.layer)</a>
-</li>
-      <li><a href="docs/image_tool.html#singa.image_tool.ImageTool.rotate_by_list">rotate_by_list() (singa.image_tool.ImageTool method)</a>
-</li>
-      <li><a href="docs/image_tool.html#singa.image_tool.ImageTool.rotate_by_range">rotate_by_range() (singa.image_tool.ImageTool method)</a>
-</li>
-  </ul></td>
-</tr></table>
-
-<h2 id="S">S</h2>
-<table style="width: 100%" class="indextable genindextable"><tr>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/net.html#singa.net.FeedForwardNet.save">save() (singa.net.FeedForwardNet method)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.Tensor.set_value">set_value() (singa.tensor.Tensor method)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.Dummy.setup">setup() (singa.layer.Dummy method)</a>
-
-      <ul>
-        <li><a href="docs/layer.html#singa.layer.Layer.setup">(singa.layer.Layer method)</a>
-</li>
-        <li><a href="docs/layer.html#singa.layer.Merge.setup">(singa.layer.Merge method)</a>
-</li>
-        <li><a href="docs/layer.html#singa.layer.Split.setup">(singa.layer.Split method)</a>
-</li>
-      </ul></li>
-      <li><a href="docs/optimizer.html#singa.optimizer.SGD">SGD (class in singa.optimizer)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.sigmoid">sigmoid() (in module singa.tensor)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.sign">sign() (in module singa.tensor)</a>
-</li>
-      <li><a href="docs/converter.html#module-singa.converter">singa.converter (module)</a>
-</li>
-      <li><a href="docs/data.html#module-singa.data">singa.data (module)</a>
-</li>
-      <li><a href="docs/device.html#module-singa.device">singa.device (module)</a>
-</li>
-      <li><a href="docs/image_tool.html#module-singa.image_tool">singa.image_tool (module)</a>
-</li>
-      <li><a href="docs/initializer.html#module-singa.initializer">singa.initializer (module)</a>
-</li>
-      <li><a href="docs/layer.html#module-singa.layer">singa.layer (module)</a>
-</li>
-      <li><a href="docs/loss.html#module-singa.loss">singa.loss (module)</a>
-</li>
-      <li><a href="docs/metric.html#module-singa.metric">singa.metric (module)</a>
-</li>
-      <li><a href="docs/net.html#module-singa.net">singa.net (module)</a>
-</li>
-  </ul></td>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/optimizer.html#module-singa.optimizer">singa.optimizer (module)</a>
-</li>
-      <li><a href="docs/snapshot.html#module-singa.snapshot">singa.snapshot (module)</a>
-</li>
-      <li><a href="docs/tensor.html#module-singa.tensor">singa.tensor (module)</a>
-</li>
-      <li><a href="docs/utils.html#module-singa.utils">singa.utils (module)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.Tensor.size">size() (singa.tensor.Tensor method)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.sizeof">sizeof() (in module singa.tensor)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.Slice">Slice (class in singa.layer)</a>
-</li>
-      <li><a href="docs/snapshot.html#singa.snapshot.Snapshot">Snapshot (class in singa.snapshot)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.Softmax">Softmax (class in singa.layer)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.softmax">softmax() (in module singa.tensor)</a>
-</li>
-      <li><a href="docs/loss.html#singa.loss.SoftmaxCrossEntropy">SoftmaxCrossEntropy (class in singa.loss)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.Split">Split (class in singa.layer)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.sqrt">sqrt() (in module singa.tensor)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.square">square() (in module singa.tensor)</a>
-</li>
-      <li><a href="docs/loss.html#singa.loss.SquaredError">SquaredError (class in singa.loss)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.sub">sub() (in module singa.tensor)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.sum">sum() (in module singa.tensor)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.sum_columns">sum_columns() (in module singa.tensor)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.sum_rows">sum_rows() (in module singa.tensor)</a>
-</li>
-  </ul></td>
-</tr></table>
-
-<h2 id="T">T</h2>
-<table style="width: 100%" class="indextable genindextable"><tr>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/tensor.html#singa.tensor.Tensor.T">T() (singa.tensor.Tensor method)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.tanh">tanh() (in module singa.tensor)</a>
-</li>
-      <li><a href="docs/tensor.html#singa.tensor.Tensor">Tensor (class in singa.tensor)</a>
-</li>
-      <li><a href="docs/layer.html#singa.layer.Layer.to_device">to_device() (singa.layer.Layer method)</a>
-
-      <ul>
-        <li><a href="docs/net.html#singa.net.FeedForwardNet.to_device">(singa.net.FeedForwardNet method)</a>
-</li>
-        <li><a href="docs/tensor.html#singa.tensor.Tensor.to_device">(singa.tensor.Tensor method)</a>
-</li>
-      </ul></li>
-  </ul></td>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/tensor.html#singa.tensor.to_host">to_host() (in module singa.tensor)</a>
-
-      <ul>
-        <li><a href="docs/tensor.html#singa.tensor.Tensor.to_host">(singa.tensor.Tensor method)</a>
-</li>
-      </ul></li>
-      <li><a href="docs/tensor.html#singa.tensor.to_numpy">to_numpy() (in module singa.tensor)</a>
-</li>
-      <li><a href="docs/net.html#singa.net.FeedForwardNet.topo_sort">topo_sort() (singa.net.FeedForwardNet method)</a>
-</li>
-      <li><a href="docs/net.html#singa.net.FeedForwardNet.train">train() (singa.net.FeedForwardNet method)</a>
-</li>
-  </ul></td>
-</tr></table>
-
-<h2 id="U">U</h2>
-<table style="width: 100%" class="indextable genindextable"><tr>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/initializer.html#singa.initializer.uniform">uniform() (in module singa.initializer)</a>
-
-      <ul>
-        <li><a href="docs/tensor.html#singa.tensor.uniform">(in module singa.tensor)</a>
-</li>
-        <li><a href="docs/tensor.html#singa.tensor.Tensor.uniform">(singa.tensor.Tensor method)</a>
-</li>
-      </ul></li>
-  </ul></td>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/utils.html#singa.utils.update_progress">update_progress() (in module singa.utils)</a>
-</li>
-  </ul></td>
-</tr></table>
-
-<h2 id="W">W</h2>
-<table style="width: 100%" class="indextable genindextable"><tr>
-  <td style="width: 33%; vertical-align: top;"><ul>
-      <li><a href="docs/snapshot.html#singa.snapshot.Snapshot.write">write() (singa.snapshot.Snapshot method)</a>
-</li>
-  </ul></td>
-</tr></table>
-
 
 
            </div>
+           
           </div>
           <footer>
   
@@ -795,11 +185,11 @@
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2017 The Apache Software Foundation. All rights reserved. Apache SINGA, Apache, the Apache feather logo, and the Apache SINGA project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners..
+        &copy; Copyright 2018 The Apache Software Foundation. All rights reserved. Apache SINGA, Apache, the Apache feather logo, and the Apache SINGA project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners..
 
     </p>
   </div>
-  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 
+  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 
 
 </footer>
 
@@ -818,9 +208,11 @@
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'./',
             VERSION:'1.1.0',
+            LANGUAGE:'None',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
-            HAS_SOURCE:  true
+            HAS_SOURCE:  true,
+            SOURCELINK_SUFFIX: '.txt'
         };
     </script>
       <script type="text/javascript" src="_static/jquery.js"></script>
@@ -834,14 +226,13 @@
     <script type="text/javascript" src="_static/js/theme.js"></script>
   
 
-  
-  
   <script type="text/javascript">
       jQuery(function () {
-          SphinxRtdTheme.StickyNav.enable();
+          
+          SphinxRtdTheme.Navigation.enableSticky();
+          
       });
   </script>
-  
 
 <div class="rst-versions shift-up" data-toggle="rst-versions" role="note" aria-label="versions">
   <span class="rst-current-version" data-toggle="rst-current-version">

Modified: incubator/singa/site/trunk/en/index.html
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/index.html?rev=1831195&r1=1831194&r2=1831195&view=diff
==============================================================================
--- incubator/singa/site/trunk/en/index.html (original)
+++ incubator/singa/site/trunk/en/index.html Tue May  8 15:05:16 2018
@@ -14,28 +14,23 @@
 
   
   
-
-  
-
   
   
-    
 
   
 
   
   
-    <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
-  
+    
 
   
 
   
-        <link rel="index" title="Index"
-              href="genindex.html"/>
-        <link rel="search" title="Search" href="search.html"/>
-    <link rel="top" title="incubator-singa 1.1.0 documentation" href="#"/>
-        <link rel="next" title="Download SINGA" href="downloads.html"/>
+    <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
+  <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 rel="next" title="Download SINGA" href="downloads.html" />
     <link href="_static/style.css" rel="stylesheet" type="text/css">
 
 
@@ -44,8 +39,9 @@
 
 </head>
 
-<body class="wy-body-for-nav" role="document">
+<body class="wy-body-for-nav">
 
+   
   <div class="wy-grid-for-nav">
 
     
@@ -60,7 +56,7 @@
 
           
             
-            <img src="_static/singa.png" class="logo" />
+            <img src="_static/singa.png" class="logo" alt="Logo"/>
           
           </a>
 
@@ -89,7 +85,10 @@
           
             
             
-                <ul>
+              
+            
+            
+              <ul>
 <li class="toctree-l1"><a class="reference internal" href="downloads.html">Download SINGA</a></li>
 <li class="toctree-l1"><a class="reference internal" href="docs/index.html">Documentation</a></li>
 </ul>
@@ -117,32 +116,52 @@
     <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
 
       
-      <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
-        <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
-        <a href="#">incubator-singa</a>
+      <nav class="wy-nav-top" aria-label="top navigation">
+        
+          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+          <a href="#">incubator-singa</a>
+        
       </nav>
 
 
-      
       <div class="wy-nav-content">
+        
         <div class="rst-content">
+        
           
 
- 
+
+
+
+
+
+
+
+
+
+
+
 
 
 
 <div role="navigation" aria-label="breadcrumbs navigation">
+
   <ul class="wy-breadcrumbs">
-    <li><a href="#">Docs</a> &raquo;</li>
-      
-    <li>Welcome to Apache SINGA</li>
+    
+      <li><a href="#">Docs</a> &raquo;</li>
+        
+      <li>Welcome to Apache SINGA</li>
+    
+    
       <li class="wy-breadcrumbs-aside">
         
-          
+            
         
       </li>
+    
   </ul>
+
+  
   <hr/>
 </div>
           <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
@@ -187,10 +206,10 @@
 <col width="25%" />
 </colgroup>
 <tbody valign="top">
-<tr class="row-odd"><td><a class="reference external" href="https://github.com/apache/incubator-singa"><img alt="logo1" class="align-middle" src="_static/github.png" style="width: 64.0px; height: 64.0px;" /></a></td>
-<td><a class="reference external" href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c"><img alt="logo2" class="align-middle" src="_static/awsmp.gif" style="width: 120.0px; height: 60.0px;" /></a></td>
-<td><a class="reference external" href="https://hub.docker.com/r/nusdbsystem/singa/"><img alt="logo3" class="align-middle" src="_static/docker.png" style="width: 166.5px; height: 57.5px;" /></a></td>
-<td><a class="reference external" href="http://nbviewer.jupyter.org/github/apache/incubator-singa/blob/master/doc/en/docs/notebook/index.ipynb"><img alt="logo4" class="align-middle" src="_static/jupyter.png" style="width: 100.0px; height: 100.0px;" /></a></td>
+<tr class="row-odd"><td><a class="reference external" href="https://github.com/apache/incubator-singa"><img alt="logo1" class="align-middle" src="_static/github.png" /></a></td>
+<td><a class="reference external" href="https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c"><img alt="logo2" class="align-middle" src="_static/awsmp.gif" /></a></td>
+<td><a class="reference external" href="https://hub.docker.com/r/nusdbsystem/singa/"><img alt="logo3" class="align-middle" src="_static/docker.png" /></a></td>
+<td><a class="reference external" href="http://nbviewer.jupyter.org/github/apache/incubator-singa/blob/master/doc/en/docs/notebook/index.ipynb"><img alt="logo4" class="align-middle" src="_static/jupyter.png" /></a></td>
 </tr>
 </tbody>
 </table>
@@ -249,12 +268,13 @@ Please cite the following two papers if
 
 
            </div>
+           
           </div>
           <footer>
   
     <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
       
-        <a href="downloads.html" class="btn btn-neutral float-right" title="Download SINGA" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
+        <a href="downloads.html" class="btn btn-neutral float-right" title="Download SINGA" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
       
       
     </div>
@@ -264,11 +284,11 @@ Please cite the following two papers if
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2017 The Apache Software Foundation. All rights reserved. Apache SINGA, Apache, the Apache feather logo, and the Apache SINGA project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners..
+        &copy; Copyright 2018 The Apache Software Foundation. All rights reserved. Apache SINGA, Apache, the Apache feather logo, and the Apache SINGA project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners..
 
     </p>
   </div>
-  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 
+  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 
 
 </footer>
 
@@ -287,9 +307,11 @@ Please cite the following two papers if
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'./',
             VERSION:'1.1.0',
+            LANGUAGE:'None',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
-            HAS_SOURCE:  true
+            HAS_SOURCE:  true,
+            SOURCELINK_SUFFIX: '.txt'
         };
     </script>
       <script type="text/javascript" src="_static/jquery.js"></script>
@@ -303,14 +325,13 @@ Please cite the following two papers if
     <script type="text/javascript" src="_static/js/theme.js"></script>
   
 
-  
-  
   <script type="text/javascript">
       jQuery(function () {
-          SphinxRtdTheme.StickyNav.enable();
+          
+          SphinxRtdTheme.Navigation.enableSticky();
+          
       });
   </script>
-  
 
 <div class="rst-versions shift-up" data-toggle="rst-versions" role="note" aria-label="versions">
   <span class="rst-current-version" data-toggle="rst-current-version">

Modified: incubator/singa/site/trunk/en/objects.inv
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/objects.inv?rev=1831195&r1=1831194&r2=1831195&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/singa/site/trunk/en/releases/RELEASE_NOTES_0.1.0.html
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/releases/RELEASE_NOTES_0.1.0.html?rev=1831195&r1=1831194&r2=1831195&view=diff
==============================================================================
--- incubator/singa/site/trunk/en/releases/RELEASE_NOTES_0.1.0.html (original)
+++ incubator/singa/site/trunk/en/releases/RELEASE_NOTES_0.1.0.html Tue May  8 15:05:16 2018
@@ -14,27 +14,22 @@
 
   
   
-
-  
-
   
   
-    
 
   
 
   
   
-    <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
-  
+    
 
   
 
   
-        <link rel="index" title="Index"
-              href="../genindex.html"/>
-        <link rel="search" title="Search" href="../search.html"/>
-    <link rel="top" title="incubator-singa 1.1.0 documentation" href="../index.html"/>
+    <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
+  <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">
 
 
@@ -43,8 +38,9 @@
 
 </head>
 
-<body class="wy-body-for-nav" role="document">
+<body class="wy-body-for-nav">
 
+   
   <div class="wy-grid-for-nav">
 
     
@@ -59,7 +55,7 @@
 
           
             
-            <img src="../_static/singa.png" class="logo" />
+            <img src="../_static/singa.png" class="logo" alt="Logo"/>
           
           </a>
 
@@ -88,7 +84,10 @@
           
             
             
-                <ul>
+              
+            
+            
+              <ul>
 <li class="toctree-l1"><a class="reference internal" href="../downloads.html">Download SINGA</a></li>
 <li class="toctree-l1"><a class="reference internal" href="../docs/index.html">Documentation</a></li>
 </ul>
@@ -116,32 +115,52 @@
     <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
 
       
-      <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
-        <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
-        <a href="../index.html">incubator-singa</a>
+      <nav class="wy-nav-top" aria-label="top navigation">
+        
+          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+          <a href="../index.html">incubator-singa</a>
+        
       </nav>
 
 
-      
       <div class="wy-nav-content">
+        
         <div class="rst-content">
+        
           
 
- 
+
+
+
+
+
+
+
+
+
+
+
 
 
 
 <div role="navigation" aria-label="breadcrumbs navigation">
+
   <ul class="wy-breadcrumbs">
-    <li><a href="../index.html">Docs</a> &raquo;</li>
-      
-    <li>singa-incubating-0.1.0 Release Notes</li>
+    
+      <li><a href="../index.html">Docs</a> &raquo;</li>
+        
+      <li>singa-incubating-0.1.0 Release Notes</li>
+    
+    
       <li class="wy-breadcrumbs-aside">
         
-          
+            
         
       </li>
+    
   </ul>
+
+  
   <hr/>
 </div>
           <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
@@ -262,6 +281,7 @@ deep learning models.</p>
 
 
            </div>
+           
           </div>
           <footer>
   
@@ -270,11 +290,11 @@ deep learning models.</p>
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2017 The Apache Software Foundation. All rights reserved. Apache SINGA, Apache, the Apache feather logo, and the Apache SINGA project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners..
+        &copy; Copyright 2018 The Apache Software Foundation. All rights reserved. Apache SINGA, Apache, the Apache feather logo, and the Apache SINGA project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners..
 
     </p>
   </div>
-  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 
+  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 
 
 </footer>
 
@@ -293,9 +313,11 @@ deep learning models.</p>
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'../',
             VERSION:'1.1.0',
+            LANGUAGE:'None',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
-            HAS_SOURCE:  true
+            HAS_SOURCE:  true,
+            SOURCELINK_SUFFIX: '.txt'
         };
     </script>
       <script type="text/javascript" src="../_static/jquery.js"></script>
@@ -309,14 +331,13 @@ deep learning models.</p>
     <script type="text/javascript" src="../_static/js/theme.js"></script>
   
 
-  
-  
   <script type="text/javascript">
       jQuery(function () {
-          SphinxRtdTheme.StickyNav.enable();
+          
+          SphinxRtdTheme.Navigation.enableSticky();
+          
       });
   </script>
-  
 
 <div class="rst-versions shift-up" data-toggle="rst-versions" role="note" aria-label="versions">
   <span class="rst-current-version" data-toggle="rst-current-version">

Modified: incubator/singa/site/trunk/en/releases/RELEASE_NOTES_0.2.0.html
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/releases/RELEASE_NOTES_0.2.0.html?rev=1831195&r1=1831194&r2=1831195&view=diff
==============================================================================
--- incubator/singa/site/trunk/en/releases/RELEASE_NOTES_0.2.0.html (original)
+++ incubator/singa/site/trunk/en/releases/RELEASE_NOTES_0.2.0.html Tue May  8 15:05:16 2018
@@ -14,27 +14,22 @@
 
   
   
-
-  
-
   
   
-    
 
   
 
   
   
-    <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
-  
+    
 
   
 
   
-        <link rel="index" title="Index"
-              href="../genindex.html"/>
-        <link rel="search" title="Search" href="../search.html"/>
-    <link rel="top" title="incubator-singa 1.1.0 documentation" href="../index.html"/>
+    <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
+  <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">
 
 
@@ -43,8 +38,9 @@
 
 </head>
 
-<body class="wy-body-for-nav" role="document">
+<body class="wy-body-for-nav">
 
+   
   <div class="wy-grid-for-nav">
 
     
@@ -59,7 +55,7 @@
 
           
             
-            <img src="../_static/singa.png" class="logo" />
+            <img src="../_static/singa.png" class="logo" alt="Logo"/>
           
           </a>
 
@@ -88,7 +84,10 @@
           
             
             
-                <ul>
+              
+            
+            
+              <ul>
 <li class="toctree-l1"><a class="reference internal" href="../downloads.html">Download SINGA</a></li>
 <li class="toctree-l1"><a class="reference internal" href="../docs/index.html">Documentation</a></li>
 </ul>
@@ -116,32 +115,52 @@
     <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
 
       
-      <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
-        <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
-        <a href="../index.html">incubator-singa</a>
+      <nav class="wy-nav-top" aria-label="top navigation">
+        
+          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+          <a href="../index.html">incubator-singa</a>
+        
       </nav>
 
 
-      
       <div class="wy-nav-content">
+        
         <div class="rst-content">
+        
           
 
- 
+
+
+
+
+
+
+
+
+
+
+
 
 
 
 <div role="navigation" aria-label="breadcrumbs navigation">
+
   <ul class="wy-breadcrumbs">
-    <li><a href="../index.html">Docs</a> &raquo;</li>
-      
-    <li>singa-incubating-0.2.0 Release Notes</li>
+    
+      <li><a href="../index.html">Docs</a> &raquo;</li>
+        
+      <li>singa-incubating-0.2.0 Release Notes</li>
+    
+    
       <li class="wy-breadcrumbs-aside">
         
-          
+            
         
       </li>
+    
   </ul>
+
+  
   <hr/>
 </div>
           <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
@@ -251,6 +270,7 @@ of popular deep learning models.</p>
 
 
            </div>
+           
           </div>
           <footer>
   
@@ -259,11 +279,11 @@ of popular deep learning models.</p>
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2017 The Apache Software Foundation. All rights reserved. Apache SINGA, Apache, the Apache feather logo, and the Apache SINGA project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners..
+        &copy; Copyright 2018 The Apache Software Foundation. All rights reserved. Apache SINGA, Apache, the Apache feather logo, and the Apache SINGA project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners..
 
     </p>
   </div>
-  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 
+  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 
 
 </footer>
 
@@ -282,9 +302,11 @@ of popular deep learning models.</p>
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'../',
             VERSION:'1.1.0',
+            LANGUAGE:'None',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
-            HAS_SOURCE:  true
+            HAS_SOURCE:  true,
+            SOURCELINK_SUFFIX: '.txt'
         };
     </script>
       <script type="text/javascript" src="../_static/jquery.js"></script>
@@ -298,14 +320,13 @@ of popular deep learning models.</p>
     <script type="text/javascript" src="../_static/js/theme.js"></script>
   
 
-  
-  
   <script type="text/javascript">
       jQuery(function () {
-          SphinxRtdTheme.StickyNav.enable();
+          
+          SphinxRtdTheme.Navigation.enableSticky();
+          
       });
   </script>
-  
 
 <div class="rst-versions shift-up" data-toggle="rst-versions" role="note" aria-label="versions">
   <span class="rst-current-version" data-toggle="rst-current-version">

Modified: incubator/singa/site/trunk/en/releases/RELEASE_NOTES_0.3.0.html
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/releases/RELEASE_NOTES_0.3.0.html?rev=1831195&r1=1831194&r2=1831195&view=diff
==============================================================================
--- incubator/singa/site/trunk/en/releases/RELEASE_NOTES_0.3.0.html (original)
+++ incubator/singa/site/trunk/en/releases/RELEASE_NOTES_0.3.0.html Tue May  8 15:05:16 2018
@@ -14,27 +14,22 @@
 
   
   
-
-  
-
   
   
-    
 
   
 
   
   
-    <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
-  
+    
 
   
 
   
-        <link rel="index" title="Index"
-              href="../genindex.html"/>
-        <link rel="search" title="Search" href="../search.html"/>
-    <link rel="top" title="incubator-singa 1.1.0 documentation" href="../index.html"/>
+    <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
+  <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">
 
 
@@ -43,8 +38,9 @@
 
 </head>
 
-<body class="wy-body-for-nav" role="document">
+<body class="wy-body-for-nav">
 
+   
   <div class="wy-grid-for-nav">
 
     
@@ -59,7 +55,7 @@
 
           
             
-            <img src="../_static/singa.png" class="logo" />
+            <img src="../_static/singa.png" class="logo" alt="Logo"/>
           
           </a>
 
@@ -88,7 +84,10 @@
           
             
             
-                <ul>
+              
+            
+            
+              <ul>
 <li class="toctree-l1"><a class="reference internal" href="../downloads.html">Download SINGA</a></li>
 <li class="toctree-l1"><a class="reference internal" href="../docs/index.html">Documentation</a></li>
 </ul>
@@ -116,32 +115,52 @@
     <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
 
       
-      <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
-        <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
-        <a href="../index.html">incubator-singa</a>
+      <nav class="wy-nav-top" aria-label="top navigation">
+        
+          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+          <a href="../index.html">incubator-singa</a>
+        
       </nav>
 
 
-      
       <div class="wy-nav-content">
+        
         <div class="rst-content">
+        
           
 
- 
+
+
+
+
+
+
+
+
+
+
+
 
 
 
 <div role="navigation" aria-label="breadcrumbs navigation">
+
   <ul class="wy-breadcrumbs">
-    <li><a href="../index.html">Docs</a> &raquo;</li>
-      
-    <li>singa-incubating-0.3.0 Release Notes</li>
+    
+      <li><a href="../index.html">Docs</a> &raquo;</li>
+        
+      <li>singa-incubating-0.3.0 Release Notes</li>
+    
+    
       <li class="wy-breadcrumbs-aside">
         
-          
+            
         
       </li>
+    
   </ul>
+
+  
   <hr/>
 </div>
           <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
@@ -191,6 +210,7 @@ of popular deep learning models.</p>
 
 
            </div>
+           
           </div>
           <footer>
   
@@ -199,11 +219,11 @@ of popular deep learning models.</p>
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2017 The Apache Software Foundation. All rights reserved. Apache SINGA, Apache, the Apache feather logo, and the Apache SINGA project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners..
+        &copy; Copyright 2018 The Apache Software Foundation. All rights reserved. Apache SINGA, Apache, the Apache feather logo, and the Apache SINGA project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners..
 
     </p>
   </div>
-  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 
+  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 
 
 </footer>
 
@@ -222,9 +242,11 @@ of popular deep learning models.</p>
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'../',
             VERSION:'1.1.0',
+            LANGUAGE:'None',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
-            HAS_SOURCE:  true
+            HAS_SOURCE:  true,
+            SOURCELINK_SUFFIX: '.txt'
         };
     </script>
       <script type="text/javascript" src="../_static/jquery.js"></script>
@@ -238,14 +260,13 @@ of popular deep learning models.</p>
     <script type="text/javascript" src="../_static/js/theme.js"></script>
   
 
-  
-  
   <script type="text/javascript">
       jQuery(function () {
-          SphinxRtdTheme.StickyNav.enable();
+          
+          SphinxRtdTheme.Navigation.enableSticky();
+          
       });
   </script>
-  
 
 <div class="rst-versions shift-up" data-toggle="rst-versions" role="note" aria-label="versions">
   <span class="rst-current-version" data-toggle="rst-current-version">

Modified: incubator/singa/site/trunk/en/releases/RELEASE_NOTES_1.0.0.html
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/releases/RELEASE_NOTES_1.0.0.html?rev=1831195&r1=1831194&r2=1831195&view=diff
==============================================================================
--- incubator/singa/site/trunk/en/releases/RELEASE_NOTES_1.0.0.html (original)
+++ incubator/singa/site/trunk/en/releases/RELEASE_NOTES_1.0.0.html Tue May  8 15:05:16 2018
@@ -14,27 +14,22 @@
 
   
   
-
-  
-
   
   
-    
 
   
 
   
   
-    <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
-  
+    
 
   
 
   
-        <link rel="index" title="Index"
-              href="../genindex.html"/>
-        <link rel="search" title="Search" href="../search.html"/>
-    <link rel="top" title="incubator-singa 1.1.0 documentation" href="../index.html"/>
+    <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
+  <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">
 
 
@@ -43,8 +38,9 @@
 
 </head>
 
-<body class="wy-body-for-nav" role="document">
+<body class="wy-body-for-nav">
 
+   
   <div class="wy-grid-for-nav">
 
     
@@ -59,7 +55,7 @@
 
           
             
-            <img src="../_static/singa.png" class="logo" />
+            <img src="../_static/singa.png" class="logo" alt="Logo"/>
           
           </a>
 
@@ -88,7 +84,10 @@
           
             
             
-                <ul>
+              
+            
+            
+              <ul>
 <li class="toctree-l1"><a class="reference internal" href="../downloads.html">Download SINGA</a></li>
 <li class="toctree-l1"><a class="reference internal" href="../docs/index.html">Documentation</a></li>
 </ul>
@@ -116,32 +115,52 @@
     <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
 
       
-      <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
-        <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
-        <a href="../index.html">incubator-singa</a>
+      <nav class="wy-nav-top" aria-label="top navigation">
+        
+          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+          <a href="../index.html">incubator-singa</a>
+        
       </nav>
 
 
-      
       <div class="wy-nav-content">
+        
         <div class="rst-content">
+        
           
 
- 
+
+
+
+
+
+
+
+
+
+
+
 
 
 
 <div role="navigation" aria-label="breadcrumbs navigation">
+
   <ul class="wy-breadcrumbs">
-    <li><a href="../index.html">Docs</a> &raquo;</li>
-      
-    <li>singa-incubating-1.0.0 Release Notes</li>
+    
+      <li><a href="../index.html">Docs</a> &raquo;</li>
+        
+      <li>singa-incubating-1.0.0 Release Notes</li>
+    
+    
       <li class="wy-breadcrumbs-aside">
         
-          
+            
         
       </li>
+    
   </ul>
+
+  
   <hr/>
 </div>
           <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
@@ -200,7 +219,7 @@ of popular deep learning models.</p>
 <li>[SINGA-198]  Change Layer::Setup API to include input Tensor shapes</li>
 <li>[SINGA-193]  Add Python layers</li>
 <li>[SINGA-192]  Implement optimization algorithms for SINGA v1 (nesterove, adagrad, rmsprop)</li>
-<li>[SINGA-191]  Add &#8220;autotune&#8221; for CudnnConvolution Layer</li>
+<li>[SINGA-191]  Add “autotune” for CudnnConvolution Layer</li>
 <li>[SINGA-190]  Add prelu layer and flatten layer</li>
 <li>[SINGA-189]  Generate python outputs of proto files</li>
 <li>[SINGA-188]  Add Dense layer</li>
@@ -250,6 +269,7 @@ of popular deep learning models.</p>
 
 
            </div>
+           
           </div>
           <footer>
   
@@ -258,11 +278,11 @@ of popular deep learning models.</p>
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2017 The Apache Software Foundation. All rights reserved. Apache SINGA, Apache, the Apache feather logo, and the Apache SINGA project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners..
+        &copy; Copyright 2018 The Apache Software Foundation. All rights reserved. Apache SINGA, Apache, the Apache feather logo, and the Apache SINGA project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners..
 
     </p>
   </div>
-  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 
+  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 
 
 </footer>
 
@@ -281,9 +301,11 @@ of popular deep learning models.</p>
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'../',
             VERSION:'1.1.0',
+            LANGUAGE:'None',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
-            HAS_SOURCE:  true
+            HAS_SOURCE:  true,
+            SOURCELINK_SUFFIX: '.txt'
         };
     </script>
       <script type="text/javascript" src="../_static/jquery.js"></script>
@@ -297,14 +319,13 @@ of popular deep learning models.</p>
     <script type="text/javascript" src="../_static/js/theme.js"></script>
   
 
-  
-  
   <script type="text/javascript">
       jQuery(function () {
-          SphinxRtdTheme.StickyNav.enable();
+          
+          SphinxRtdTheme.Navigation.enableSticky();
+          
       });
   </script>
-  
 
 <div class="rst-versions shift-up" data-toggle="rst-versions" role="note" aria-label="versions">
   <span class="rst-current-version" data-toggle="rst-current-version">

Modified: incubator/singa/site/trunk/en/releases/RELEASE_NOTES_1.1.0.html
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/releases/RELEASE_NOTES_1.1.0.html?rev=1831195&r1=1831194&r2=1831195&view=diff
==============================================================================
--- incubator/singa/site/trunk/en/releases/RELEASE_NOTES_1.1.0.html (original)
+++ incubator/singa/site/trunk/en/releases/RELEASE_NOTES_1.1.0.html Tue May  8 15:05:16 2018
@@ -14,27 +14,22 @@
 
   
   
-
-  
-
   
   
-    
 
   
 
   
   
-    <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
-  
+    
 
   
 
   
-        <link rel="index" title="Index"
-              href="../genindex.html"/>
-        <link rel="search" title="Search" href="../search.html"/>
-    <link rel="top" title="incubator-singa 1.1.0 documentation" href="../index.html"/>
+    <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
+  <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">
 
 
@@ -43,8 +38,9 @@
 
 </head>
 
-<body class="wy-body-for-nav" role="document">
+<body class="wy-body-for-nav">
 
+   
   <div class="wy-grid-for-nav">
 
     
@@ -59,7 +55,7 @@
 
           
             
-            <img src="../_static/singa.png" class="logo" />
+            <img src="../_static/singa.png" class="logo" alt="Logo"/>
           
           </a>
 
@@ -88,7 +84,10 @@
           
             
             
-                <ul>
+              
+            
+            
+              <ul>
 <li class="toctree-l1"><a class="reference internal" href="../downloads.html">Download SINGA</a></li>
 <li class="toctree-l1"><a class="reference internal" href="../docs/index.html">Documentation</a></li>
 </ul>
@@ -116,32 +115,52 @@
     <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
 
       
-      <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
-        <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
-        <a href="../index.html">incubator-singa</a>
+      <nav class="wy-nav-top" aria-label="top navigation">
+        
+          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+          <a href="../index.html">incubator-singa</a>
+        
       </nav>
 
 
-      
       <div class="wy-nav-content">
+        
         <div class="rst-content">
+        
           
 
- 
+
+
+
+
+
+
+
+
+
+
+
 
 
 
 <div role="navigation" aria-label="breadcrumbs navigation">
+
   <ul class="wy-breadcrumbs">
-    <li><a href="../index.html">Docs</a> &raquo;</li>
-      
-    <li>singa-incubating-1.1.0 Release Notes</li>
+    
+      <li><a href="../index.html">Docs</a> &raquo;</li>
+        
+      <li>singa-incubating-1.1.0 Release Notes</li>
+    
+    
       <li class="wy-breadcrumbs-aside">
         
-          
+            
         
       </li>
+    
   </ul>
+
+  
   <hr/>
 </div>
           <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
@@ -203,6 +222,7 @@ learning models over large datasets.</p>
 
 
            </div>
+           
           </div>
           <footer>
   
@@ -211,11 +231,11 @@ learning models over large datasets.</p>
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2017 The Apache Software Foundation. All rights reserved. Apache SINGA, Apache, the Apache feather logo, and the Apache SINGA project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners..
+        &copy; Copyright 2018 The Apache Software Foundation. All rights reserved. Apache SINGA, Apache, the Apache feather logo, and the Apache SINGA project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners..
 
     </p>
   </div>
-  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 
+  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 
 
 </footer>
 
@@ -234,9 +254,11 @@ learning models over large datasets.</p>
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'../',
             VERSION:'1.1.0',
+            LANGUAGE:'None',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
-            HAS_SOURCE:  true
+            HAS_SOURCE:  true,
+            SOURCELINK_SUFFIX: '.txt'
         };
     </script>
       <script type="text/javascript" src="../_static/jquery.js"></script>
@@ -250,14 +272,13 @@ learning models over large datasets.</p>
     <script type="text/javascript" src="../_static/js/theme.js"></script>
   
 
-  
-  
   <script type="text/javascript">
       jQuery(function () {
-          SphinxRtdTheme.StickyNav.enable();
+          
+          SphinxRtdTheme.Navigation.enableSticky();
+          
       });
   </script>
-  
 
 <div class="rst-versions shift-up" data-toggle="rst-versions" role="note" aria-label="versions">
   <span class="rst-current-version" data-toggle="rst-current-version">

Modified: incubator/singa/site/trunk/en/search.html
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/en/search.html?rev=1831195&r1=1831194&r2=1831195&view=diff
==============================================================================
--- incubator/singa/site/trunk/en/search.html (original)
+++ incubator/singa/site/trunk/en/search.html Tue May  8 15:05:16 2018
@@ -14,27 +14,22 @@
 
   
   
-
-  
-
   
   
-    
 
   
 
   
   
-    <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
-  
+    
 
   
 
   
-        <link rel="index" title="Index"
-              href="genindex.html"/>
-        <link rel="search" title="Search" href="#"/>
-    <link rel="top" title="incubator-singa 1.1.0 documentation" href="index.html"/>
+    <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
+  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+    <link rel="index" title="Index" href="genindex.html" />
+    <link rel="search" title="Search" href="#" />
     <link href="_static/style.css" rel="stylesheet" type="text/css">
 
 
@@ -43,8 +38,9 @@
 
 </head>
 
-<body class="wy-body-for-nav" role="document">
+<body class="wy-body-for-nav">
 
+   
   <div class="wy-grid-for-nav">
 
     
@@ -59,7 +55,7 @@
 
           
             
-            <img src="_static/singa.png" class="logo" />
+            <img src="_static/singa.png" class="logo" alt="Logo"/>
           
           </a>
 
@@ -88,7 +84,10 @@
           
             
             
-                <ul>
+              
+            
+            
+              <ul>
 <li class="toctree-l1"><a class="reference internal" href="downloads.html">Download SINGA</a></li>
 <li class="toctree-l1"><a class="reference internal" href="docs/index.html">Documentation</a></li>
 </ul>
@@ -116,30 +115,52 @@
     <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
 
       
-      <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
-        <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
-        <a href="index.html">incubator-singa</a>
+      <nav class="wy-nav-top" aria-label="top navigation">
+        
+          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+          <a href="index.html">incubator-singa</a>
+        
       </nav>
 
 
-      
       <div class="wy-nav-content">
+        
         <div class="rst-content">
+        
           
 
 
 
 
 
+
+
+
+
+
+
+
+
+
+
 <div role="navigation" aria-label="breadcrumbs navigation">
+
   <ul class="wy-breadcrumbs">
-    <li><a href="index.html">Docs</a> &raquo;</li>
-      
-    <li>Search</li>
+    
+      <li><a href="index.html">Docs</a> &raquo;</li>
+        
+      <li>Search</li>
+    
+    
       <li class="wy-breadcrumbs-aside">
         
+            
+        
       </li>
+    
   </ul>
+
+  
   <hr/>
 </div>
           <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
@@ -160,6 +181,7 @@
   </div>
 
            </div>
+           
           </div>
           <footer>
   
@@ -168,11 +190,11 @@
 
   <div role="contentinfo">
     <p>
-        &copy; Copyright 2017 The Apache Software Foundation. All rights reserved. Apache SINGA, Apache, the Apache feather logo, and the Apache SINGA project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners..
+        &copy; Copyright 2018 The Apache Software Foundation. All rights reserved. Apache SINGA, Apache, the Apache feather logo, and the Apache SINGA project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners..
 
     </p>
   </div>
-  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 
+  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 
 
 </footer>
 
@@ -191,9 +213,11 @@
         var DOCUMENTATION_OPTIONS = {
             URL_ROOT:'./',
             VERSION:'1.1.0',
+            LANGUAGE:'None',
             COLLAPSE_INDEX:false,
             FILE_SUFFIX:'.html',
-            HAS_SOURCE:  true
+            HAS_SOURCE:  true,
+            SOURCELINK_SUFFIX: '.txt'
         };
     </script>
       <script type="text/javascript" src="_static/jquery.js"></script>
@@ -208,14 +232,13 @@
     <script type="text/javascript" src="_static/js/theme.js"></script>
   
 
-  
-  
   <script type="text/javascript">
       jQuery(function () {
-          SphinxRtdTheme.StickyNav.enable();
+          
+          SphinxRtdTheme.Navigation.enableSticky();
+          
       });
   </script>
-  
   <script type="text/javascript">
     jQuery(function() { Search.loadIndex("searchindex.js"); });
   </script>