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

Commit

Permalink
add TensorRT tutorial to index and fix ToC (#12587)
Browse files Browse the repository at this point in the history
* adding tensorrt tutorial to index

* fix toc for tutorials

* adding back new tutorials

* add control_flow index to whitelist
  • Loading branch information
aaronmarkham authored and indhub committed Sep 19, 2018
1 parent d01fbf3 commit 73d8897
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/tutorials/control_flow/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Tutorials

```eval_rst
.. toctree::
:glob:
*
```
4 changes: 3 additions & 1 deletion docs/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
```eval_rst
.. toctree::
:hidden:
basic/index.md
c++/index.md
control_flow/index.md
embedded/index.md
gluon/index.md
nlp/index.md
Expand All @@ -15,6 +15,7 @@
scala/index.md
sparse/index.md
speech_recognition/index.md
tensorrt/index.md
unsupervised_learning/index.md
vision/index.md
```
Expand Down Expand Up @@ -118,6 +119,7 @@ Select API: 
* [Large-Scale Multi-Host Multi-GPU Image Classification](/tutorials/vision/large_scale_classification.html)
* [Importing an ONNX model into MXNet](/tutorials/onnx/super_resolution.html)
* [Hybridize Gluon models with control flows](/tutorials/control_flow/ControlFlowTutorial.html)
* [Optimizing Deep Learning Computation Graphs with TensorRT](/tutorials/tensorrt/inference_with_trt.html)
* API Guides
* Core APIs
* NDArray
Expand Down
1 change: 1 addition & 0 deletions tests/tutorials/test_sanity_tutorials.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
whitelist = ['basic/index.md',
'c++/basics.md',
'c++/index.md',
'control_flow/index.md',
'embedded/index.md',
'embedded/wine_detector.md',
'gluon/index.md',
Expand Down

0 comments on commit 73d8897

Please sign in to comment.