From c6dfd9d1512105a4120df993997d1c6c318fc054 Mon Sep 17 00:00:00 2001 From: Aaron Markham Date: Thu, 29 Nov 2018 11:57:53 -0800 Subject: [PATCH 1/2] fix toctree errors --- docs/api/index.md | 1 + docs/tutorials/index.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/api/index.md b/docs/api/index.md index eff6807678ea..f63b8095096b 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -6,6 +6,7 @@ c++/index.md clojure/index.md + java/index.md julia/index.md perl/index.md python/index.md diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md index 52e2be8f6a2b..7d102bb88f89 100644 --- a/docs/tutorials/index.md +++ b/docs/tutorials/index.md @@ -3,12 +3,13 @@ ```eval_rst .. toctree:: :hidden: - + basic/index.md c++/index.md control_flow/index.md embedded/index.md gluon/index.md + java/index.md nlp/index.md onnx/index.md python/index.md From 60456d5084970988f2627f5ef60325c01659115e Mon Sep 17 00:00:00 2001 From: Aaron Markham Date: Mon, 3 Dec 2018 14:36:45 -0800 Subject: [PATCH 2/2] nudging file for CI --- docs/api/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/index.md b/docs/api/index.md index f63b8095096b..9e7a58f7778c 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -1,5 +1,6 @@ # MXNet APIs + ```eval_rst .. toctree:: :maxdepth: 1