You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/10/29 05:25:42 UTC

[GitHub] nswamy closed pull request #12945: fix Sphinx errors for tutorials and install ToCs

nswamy closed pull request #12945: fix Sphinx errors for tutorials and install ToCs
URL: https://github.com/apache/incubator-mxnet/pull/12945
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/install/index.md b/docs/install/index.md
index fc136978ac5..89ce661bdac 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 07f32b501d9..7ad16d08c0f 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


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services