Skip to content

Commit 0970563

Browse files
committed
move examples before background
1 parent 2afbcd7 commit 0970563

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/source/index.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ TorchDrift is a PyTorch package for monitoring models and detecting drift.
55

66
.. toctree::
77
:maxdepth: 2
8-
:caption: Overview:
8+
:caption: Get started:
99

1010
installation
11-
notebooks/drift_detection_overview
12-
notebooks/comparing_drift_detectors
13-
notebooks/note_on_mmd
1411

1512
.. toctree::
1613
:maxdepth: 2
@@ -19,6 +16,14 @@ TorchDrift is a PyTorch package for monitoring models and detecting drift.
1916
notebooks/drift_detection_on_images
2017
notebooks/deployment_monitoring_example
2118

19+
.. toctree::
20+
:maxdepth: 2
21+
:caption: Background:
22+
23+
notebooks/drift_detection_overview
24+
notebooks/comparing_drift_detectors
25+
notebooks/note_on_mmd
26+
2227
.. toctree::
2328
:maxdepth: 2
2429
:caption: torchdrift API:

0 commit comments

Comments
 (0)