Skip to content

Commit

Permalink
Fixed navigation titles
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqwang committed Jan 26, 2022
1 parent 9023937 commit fed5d2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ And we support loading the trained weights from YOLOv5:
img_path = "bus.jpg"
predictions = model.predict(img_path)
**Use Cases and Solutions**

.. toctree::
:maxdepth: 2
:titlesonly:
Expand Down Expand Up @@ -94,7 +96,6 @@ And we support loading the trained weights from YOLOv5:

.. toctree::
:maxdepth: 2
:titlesonly:
:caption: API Reference

models
Expand Down

0 comments on commit fed5d2c

Please sign in to comment.