Skip to content

Commit

Permalink
fix Sphinx errors for tutorials and install ToCs (apache#12945)
Browse files Browse the repository at this point in the history
* missing line break fix for tutorials toc

* fix the install index toc errors
  • Loading branch information
aaronmarkham authored and ChaiBapchya committed Oct 30, 2018
1 parent b8566ff commit 1d2d1e7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/install/index.md
Original file line number Diff line number Diff line change
@@ -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">
Expand Down
1 change: 1 addition & 0 deletions docs/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
```eval_rst
.. toctree::
:hidden:
basic/index.md
c++/index.md
control_flow/index.md
Expand Down

0 comments on commit 1d2d1e7

Please sign in to comment.