Skip to content

Commit

Permalink
Fixing navigation titles
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqwang committed Jan 26, 2022
1 parent a56232c commit bba6b48
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion notebooks/export-onnx-inference-onnxruntime.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Deploying yolort on ONNXRuntime"
"# Deploying yolort on ONNX Runtime"
]
},
{
Expand Down

0 comments on commit bba6b48

Please sign in to comment.