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

fix toctree Sphinx errors #13489

Merged
merged 2 commits into from
Dec 4, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

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