This is an automated email from the ASF dual-hosted git repository.
indhub 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 f2dcd7c fix toctree Sphinx errors (#13489)
f2dcd7c is described below
commit f2dcd7c7b8676b55d912997fc3f9c62c55915307
Author: Aaron Markham <[email protected]>
AuthorDate: Mon Dec 3 17:27:41 2018 -0800
fix toctree Sphinx errors (#13489)
* fix toctree errors
* nudging file for CI
---
docs/api/index.md | 2 ++
docs/tutorials/index.md | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/docs/api/index.md b/docs/api/index.md
index eff6807..9e7a58f 100644
--- a/docs/api/index.md
+++ b/docs/api/index.md
@@ -1,11 +1,13 @@
# MXNet APIs
+
```eval_rst
.. toctree::
:maxdepth: 1
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 52e2be8..7d102bb 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