From bba6b487b99cb698efdfe309a23668733cffbdaa Mon Sep 17 00:00:00 2001 From: Zhiqiang Wang Date: Thu, 27 Jan 2022 02:25:04 +0800 Subject: [PATCH] Fixing navigation titles --- docs/source/index.rst | 14 +++++++++++++- notebooks/export-onnx-inference-onnxruntime.ipynb | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index e3879aba..8722640a 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -66,16 +66,28 @@ And we support loading the trained weights from YOLOv5: img_path = "bus.jpg" predictions = model.predict(img_path) - .. toctree:: :maxdepth: 2 :titlesonly: + :caption: Installation installation + +.. toctree:: + :maxdepth: 2 + :titlesonly: + :caption: Tutorials + notebooks/inference-pytorch-export-libtorch notebooks/how-to-align-with-ultralytics-yolov5 notebooks/anchor-label-assignment-visualization notebooks/model-graph-visualization + +.. toctree:: + :maxdepth: 2 + :titlesonly: + :caption: Deployment + notebooks/export-onnx-inference-onnxruntime notebooks/onnx-graphsurgeon-inference-tensorrt notebooks/export-relay-inference-tvm diff --git a/notebooks/export-onnx-inference-onnxruntime.ipynb b/notebooks/export-onnx-inference-onnxruntime.ipynb index 0d20d11e..b0d3a14b 100644 --- a/notebooks/export-onnx-inference-onnxruntime.ipynb +++ b/notebooks/export-onnx-inference-onnxruntime.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Deploying yolort on ONNXRuntime" + "# Deploying yolort on ONNX Runtime" ] }, {