You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ns...@apache.org on 2018/10/29 05:26:00 UTC

[incubator-mxnet] branch master updated: fix Sphinx errors for tutorials and install ToCs (#12945)

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

nswamy 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 1555735  fix Sphinx errors for tutorials and install ToCs (#12945)
1555735 is described below

commit 1555735f7a1a250c98ee808eb207367fce1b6406
Author: Aaron Markham <ma...@amazon.com>
AuthorDate: Sun Oct 28 22:25:40 2018 -0700

    fix Sphinx errors for tutorials and install ToCs (#12945)
    
    * missing line break fix for tutorials toc
    
    * fix the install index toc errors
---
 docs/install/index.md   | 18 ++++++++++++++++++
 docs/tutorials/index.md |  1 +
 2 files changed, 19 insertions(+)

diff --git a/docs/install/index.md b/docs/install/index.md
index 7ddbaa8..e53fe18 100644
--- a/docs/install/index.md
+++ b/docs/install/index.md
@@ -1,5 +1,23 @@
 # Installing MXNet
 
+```eval_rst
+.. toctree::
+   :hidden:
+
+   amazonlinux_setup.md
+   build_from_source.md
+   c_plus_plus.md
+   centos_setup.md
+   download.md
+   osx_setup.md
+   raspbian_setup.md
+   scala_setup.md
+   tx2_setup.md
+   ubuntu_setup.md
+   validate_mxnet.md
+   windows_setup.md
+```
+
 Indicate your preferred configuration. Then, follow the customized commands to install MXNet.
 
 <div class="dropdown">
diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md
index 07f32b5..7ad16d0 100644
--- a/docs/tutorials/index.md
+++ b/docs/tutorials/index.md
@@ -3,6 +3,7 @@
 ```eval_rst
 .. toctree::
    :hidden:
+   
    basic/index.md
    c++/index.md
    control_flow/index.md