indhub closed pull request #13489: fix toctree Sphinx errors
URL: https://github.com/apache/incubator-mxnet/pull/13489
 
 
   

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/api/index.md b/docs/api/index.md
index eff6807678e..9e7a58f7778 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 52e2be8f6a2..7d102bb88f8 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


 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to