From fed5d2ce37a46c996af2071f091eb8e760273976 Mon Sep 17 00:00:00 2001 From: Zhiqiang Wang Date: Thu, 27 Jan 2022 02:45:38 +0800 Subject: [PATCH] Fixed navigation titles --- docs/source/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 0c807669..2ed4295f 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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: @@ -94,7 +96,6 @@ And we support loading the trained weights from YOLOv5: .. toctree:: :maxdepth: 2 - :titlesonly: :caption: API Reference models