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 2016/01/15 05:50:37 UTC

svn commit: r1724728 - in /incubator/singa/site/trunk/content: markdown/docs/index.md site.xml

Author: wangwei
Date: Fri Jan 15 04:50:37 2016
New Revision: 1724728

URL: http://svn.apache.org/viewvc?rev=1724728&view=rev
Log:
Update left panel to add entries for versions for diff languages.

Modified:
    incubator/singa/site/trunk/content/markdown/docs/index.md
    incubator/singa/site/trunk/content/site.xml

Modified: incubator/singa/site/trunk/content/markdown/docs/index.md
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/content/markdown/docs/index.md?rev=1724728&r1=1724727&r2=1724728&view=diff
==============================================================================
--- incubator/singa/site/trunk/content/markdown/docs/index.md (original)
+++ incubator/singa/site/trunk/content/markdown/docs/index.md Fri Jan 15 04:50:37 2016
@@ -24,9 +24,3 @@
     * [RBM + Auto-encoder](rbm.html)
     * [Vanilla RNN for language modelling](rnn.html)
     * [Char-RNN](general-rnn.html)
-
----
-
-* [Chinese](zh/index.html)
-* [Japanese](jp/index.html)
-* [Korean](kr/index.html)

Modified: incubator/singa/site/trunk/content/site.xml
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/content/site.xml?rev=1724728&r1=1724727&r2=1724728&view=diff
==============================================================================
--- incubator/singa/site/trunk/content/site.xml (original)
+++ incubator/singa/site/trunk/content/site.xml Fri Jan 15 04:50:37 2016
@@ -65,37 +65,11 @@
     </head>
 
     <menu name="Documentaion">
-      <item name = "Latest" href="docs/index.html" collapse="true" >
-        <item name="Installation" href="docs/installation.html" collapse="true">
-	  <item name="From source" href="docs/installation_source.html"/>
-	  <item name="Using Docker" href="docs/docker.html"/>
-	</item>
-        <item name="Programmer Guide" href="docs/programmer-guide.html" collapse="true">
-          <item name ="Model Configuration" href="docs/model-config.html"/>
-          <item name="Neural Network" href="docs/neural-net.html"/>
-          <item name="Layer" href="docs/layer.html"/>
-          <item name="Param" href="docs/param.html"/>
-          <item name="TrainOneBatch" href="docs/train-one-batch.html"/>
-          <item name="Updater" href="docs/updater.html"/>
-        </item>
-        <item name="Distributed Training" href="docs/distributed-training.html" collapse="true" >
-          <item name="System Architecture" href="docs/architecture.html"/>
-          <item name="Frameworks" href="docs/frameworks.html"/>
-          <item name="Communication" href="docs/communication.html"/>
-          <item name="Hybrid Parallelism" href="docs/hybrid.html"/>
-	        <item name="Training on Mesos" href="docs/mesos.html"/>
-          <item name="Using HDFS" href="docs/hdfs.html"/>
-        </item>
-        <item name="Data Preparation" href="docs/data.html"/>
-        <item name="Checkpoint" href="docs/checkpoint.html"/>
-        <item name="Test" href="docs/test.html"/>
-        <item name="Examples" href="docs/examples.html" collapse="true" >
-          <item name="CNN" href="docs/cnn.html"/>
-          <item name="MLP" href="docs/mlp.html"/>
-          <item name="RBM + Auto-encoder" href="docs/rbm.html"/>
-          <item name="RNN" href="docs/rnn.html"/>
-        </item>
-        <item name="Debug" href="docs/debug.html"/>
+      <item name = "v0.2.0" href="docs/index.html" collapse="true" >
+        <item name="English" href="docs/index.html"/>
+        <item name="中文" href="docs/zh/index.html"/>
+        <item name="日本語" href="docs/jp/index.html"/>
+        <item name="한국어" href="docs/kr/index.html"/>
       </item>
       <item name = "v0.1.0" href="v0.1.0/index.html"/>
     </menu>