From 1d2d1e745f774ed4fa2e3aaa59b56086f990e3c7 Mon Sep 17 00:00:00 2001 From: Aaron Markham Date: Sun, 28 Oct 2018 22:25:40 -0700 Subject: [PATCH] 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 7ddbaa88c1b2..e53fe18a7f91 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.