From 6ba83ca463aadf36cf836890239843e9213cff49 Mon Sep 17 00:00:00 2001
From: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
Date: Fri, 4 Aug 2023 11:30:46 -1000
Subject: [PATCH] docs: put tutorials above API reference in sidebar (#216)

---
 docs/source/index.rst | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/docs/source/index.rst b/docs/source/index.rst
index 9224e777..23b84bd9 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -125,6 +125,15 @@ More on how to get started with CleanVision:
    Quickstart <self>
 .. _api-reference:
 
+.. toctree::
+   :hidden:
+   :maxdepth: 3
+   :caption: Tutorials
+
+   tutorials/tutorial.ipynb
+   tutorials/torchvision_dataset.ipynb
+   tutorials/huggingface_dataset.ipynb
+
 .. toctree::
    :hidden:
    :maxdepth: 3
@@ -136,15 +145,6 @@ More on how to get started with CleanVision:
    cleanvision/dataset/index
    cleanvision/utils/index
 
-.. toctree::
-   :hidden:
-   :maxdepth: 3
-   :caption: Tutorials
-
-   tutorials/tutorial.ipynb
-   tutorials/torchvision_dataset.ipynb
-   tutorials/huggingface_dataset.ipynb
-
 .. toctree::
    :caption: Links
    :hidden: