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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3e3ac4c  Changed How To String to FAQ and added Discuss Tab to the 
Navigation bar (#7950)
3e3ac4c is described below

commit 3e3ac4c9b481b25fffae5d360125a477ba0a9ce2
Author: thinksanky <31976455+thinksa...@users.noreply.github.com>
AuthorDate: Thu Sep 21 12:15:11 2017 -0700

    Changed How To String to FAQ and added Discuss Tab to the Navigation bar 
(#7950)
    
    * Changed How To String to FAQ and added Discuss Tab to the Navigation bar
    
    * [Perl] reduce buffer copies in NDArray<->PDL conversions (#7815)
    
    * Update README.md (#7940)
    
    * simplify CTC forward after namespace reorganize (#7936)
    
    * R-package RNN refactor (#7476)
    
    * R-package RNN refactor
    
    * Changed How To String to FAQ and added Discuss Tab to the Navigation bar
    
    * updated side bar and nav bar per PR 7950
    
    * PR 7950 comments fixed for FAQ URL
---
 docs/{how_to => FAQ}/bucketing.md           | 0
 docs/{how_to => FAQ}/caffe.md               | 0
 docs/{how_to => FAQ}/cloud.md               | 0
 docs/{how_to => FAQ}/develop_and_hack.md    | 0
 docs/{how_to => FAQ}/env_var.md             | 0
 docs/{how_to => FAQ}/faq.md                 | 0
 docs/{how_to => FAQ}/finetune.md            | 0
 docs/{how_to => FAQ}/index.md               | 2 +-
 docs/{how_to => FAQ}/model_parallel_lstm.md | 0
 docs/{how_to => FAQ}/multi_devices.md       | 0
 docs/{how_to => FAQ}/new_op.md              | 0
 docs/{how_to => FAQ}/nnpack.md              | 0
 docs/{how_to => FAQ}/perf.md                | 0
 docs/{how_to => FAQ}/recordio.md            | 0
 docs/{how_to => FAQ}/s3_integration.md      | 0
 docs/{how_to => FAQ}/smart_device.md        | 0
 docs/{how_to => FAQ}/torch.md               | 0
 docs/{how_to => FAQ}/visualize_graph.md     | 0
 docs/_static/js/navbar.js                   | 2 +-
 docs/_static/js/sidebar.js                  | 2 +-
 docs/_static/mxnet-theme/navbar.html        | 5 +++--
 21 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/docs/how_to/bucketing.md b/docs/FAQ/bucketing.md
similarity index 100%
rename from docs/how_to/bucketing.md
rename to docs/FAQ/bucketing.md
diff --git a/docs/how_to/caffe.md b/docs/FAQ/caffe.md
similarity index 100%
rename from docs/how_to/caffe.md
rename to docs/FAQ/caffe.md
diff --git a/docs/how_to/cloud.md b/docs/FAQ/cloud.md
similarity index 100%
rename from docs/how_to/cloud.md
rename to docs/FAQ/cloud.md
diff --git a/docs/how_to/develop_and_hack.md b/docs/FAQ/develop_and_hack.md
similarity index 100%
rename from docs/how_to/develop_and_hack.md
rename to docs/FAQ/develop_and_hack.md
diff --git a/docs/how_to/env_var.md b/docs/FAQ/env_var.md
similarity index 100%
rename from docs/how_to/env_var.md
rename to docs/FAQ/env_var.md
diff --git a/docs/how_to/faq.md b/docs/FAQ/faq.md
similarity index 100%
rename from docs/how_to/faq.md
rename to docs/FAQ/faq.md
diff --git a/docs/how_to/finetune.md b/docs/FAQ/finetune.md
similarity index 100%
rename from docs/how_to/finetune.md
rename to docs/FAQ/finetune.md
diff --git a/docs/how_to/index.md b/docs/FAQ/index.md
similarity index 99%
rename from docs/how_to/index.md
rename to docs/FAQ/index.md
index 4920e1c..e6537d9 100644
--- a/docs/how_to/index.md
+++ b/docs/FAQ/index.md
@@ -1,4 +1,4 @@
-# MXNet How To
+# MXNet FAQ
 
 This section addresses common questions about how to use _MXNet_. These 
include performance issues, e.g., how to train with multiple GPUs.
 They also include workflow questions, e.g., how to visualize a neural network 
computation graph.
diff --git a/docs/how_to/model_parallel_lstm.md 
b/docs/FAQ/model_parallel_lstm.md
similarity index 100%
rename from docs/how_to/model_parallel_lstm.md
rename to docs/FAQ/model_parallel_lstm.md
diff --git a/docs/how_to/multi_devices.md b/docs/FAQ/multi_devices.md
similarity index 100%
rename from docs/how_to/multi_devices.md
rename to docs/FAQ/multi_devices.md
diff --git a/docs/how_to/new_op.md b/docs/FAQ/new_op.md
similarity index 100%
rename from docs/how_to/new_op.md
rename to docs/FAQ/new_op.md
diff --git a/docs/how_to/nnpack.md b/docs/FAQ/nnpack.md
similarity index 100%
rename from docs/how_to/nnpack.md
rename to docs/FAQ/nnpack.md
diff --git a/docs/how_to/perf.md b/docs/FAQ/perf.md
similarity index 100%
rename from docs/how_to/perf.md
rename to docs/FAQ/perf.md
diff --git a/docs/how_to/recordio.md b/docs/FAQ/recordio.md
similarity index 100%
rename from docs/how_to/recordio.md
rename to docs/FAQ/recordio.md
diff --git a/docs/how_to/s3_integration.md b/docs/FAQ/s3_integration.md
similarity index 100%
rename from docs/how_to/s3_integration.md
rename to docs/FAQ/s3_integration.md
diff --git a/docs/how_to/smart_device.md b/docs/FAQ/smart_device.md
similarity index 100%
rename from docs/how_to/smart_device.md
rename to docs/FAQ/smart_device.md
diff --git a/docs/how_to/torch.md b/docs/FAQ/torch.md
similarity index 100%
rename from docs/how_to/torch.md
rename to docs/FAQ/torch.md
diff --git a/docs/how_to/visualize_graph.md b/docs/FAQ/visualize_graph.md
similarity index 100%
rename from docs/how_to/visualize_graph.md
rename to docs/FAQ/visualize_graph.md
diff --git a/docs/_static/js/navbar.js b/docs/_static/js/navbar.js
index 419d7d8..11761e7 100644
--- a/docs/_static/js/navbar.js
+++ b/docs/_static/js/navbar.js
@@ -1,6 +1,6 @@
 var searchBox = $("#search-input-wrap");
 var TITLE = ['/get_started/', '/tutorials/', '/community/contribute.html', 
'/api/'];
-var DOC_TITLE = ['/how_to/', '/architecture/', '/model_zoo/'];
+var DOC_TITLE = ['/faq/', '/architecture/', '/model_zoo/'];
 var APISubmenu, versionSubmenu, docSubmenu;
 $("#burgerMenu").children().each(function () {
     if($(this).children().first().html() == 'API') APISubmenu = 
$(this).clone();
diff --git a/docs/_static/js/sidebar.js b/docs/_static/js/sidebar.js
index 5d75b0d..f5e7d09 100644
--- a/docs/_static/js/sidebar.js
+++ b/docs/_static/js/sidebar.js
@@ -1,6 +1,6 @@
 /*Preprocess*/
 var LANG = ['python', 'scala', 'r', 'julia', 'c++', 'perl'];
-var TITLE_WITH_LANG = ['/get_started/', '/tutorials/', '/how_to/', 
'/architecture/', '/community/'];
+var TITLE_WITH_LANG = ['/get_started/', '/tutorials/', '/faq/', 
'/architecture/', '/community/'];
 for(var i = 0; i < LANG.length; ++i) {
     TITLE_WITH_LANG.push('/api/' + LANG[i] + '/');
 }
diff --git a/docs/_static/mxnet-theme/navbar.html 
b/docs/_static/mxnet-theme/navbar.html
index 166f799..558f08f 100644
--- a/docs/_static/mxnet-theme/navbar.html
+++ b/docs/_static/mxnet-theme/navbar.html
@@ -31,7 +31,7 @@
           <a href="#" class="main-nav-link dropdown-toggle" 
data-toggle="dropdown" role="button" aria-haspopup="true" 
aria-expanded="true">Docs <span class="caret"></span></a>
           <ul id="package-dropdown-menu-docs" class="dropdown-menu 
navbar-menu">
             <li><a class="main-nav-link" 
href="{{url_root}}tutorials/index.html">Tutorials</a></li>
-            <li><a class="main-nav-link" 
href="{{url_root}}how_to/index.html">How To</a></li>
+            <li><a class="main-nav-link" 
href="{{url_root}}faq/index.html">FAQ</a></li>
             <li><a class="main-nav-link" 
href="{{url_root}}architecture/index.html">Architecture</a></li>
             <li><a class="main-nav-link" 
href="https://github.com/apache/incubator-mxnet/tree/master/example";>Examples</a></li>
             <li><a class="main-nav-link" 
href="{{url_root}}model_zoo/index.html">Model Zoo</a></li>
@@ -39,6 +39,7 @@
         </span>
 
         <a class="main-nav-link" 
href="https://github.com/dmlc/mxnet";>Github</a>
+        <a class="main-nav-link" 
href="https://discuss.mxnet.incubator.apache.org/";>Discuss</a>
       </nav>
       <script> function getRootPath(){ return "{{url_root}}" } </script>
       <div class="burgerIcon dropdown">
@@ -68,7 +69,7 @@
                 <a href="#" tabindex="-1">Docs</a>
                 <ul class="dropdown-menu">
                   <li><a tabindex="-1"  
href="{{url_root}}tutorials/index.html">Tutorials</a></li>
-                  <li><a tabindex="-1"  
href="{{url_root}}how_to/index.html">How To</a></li>
+                  <li><a tabindex="-1"  
href="{{url_root}}faq/index.html">FAQ</a></li>
                   <li><a tabindex="-1"  
href="{{url_root}}architecture/index.html">Architecture</a></li>
                   <li><a tabindex="-1"  
href="https://github.com/apache/incubator-mxnet/tree/master/example";>Examples</a></li>
                   <li><a tabindex="-1"  
href="{{url_root}}model_zoo/index.html">Model Zoo</a></li>

-- 
To stop receiving notification emails like this one, please contact
['"comm...@mxnet.apache.org" <comm...@mxnet.apache.org>'].

Reply via email to