Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix toctree Sphinx errors (#13489)
Browse files Browse the repository at this point in the history
* fix toctree errors

* nudging file for CI
  • Loading branch information
aaronmarkham authored and indhub committed Dec 4, 2018
1 parent 65edc95 commit f2dcd7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/api/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion docs/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2dcd7c

Please sign in to comment.