Skip to content

Commit 6930810

Browse files
committed
Relabel
1 parent b3e7d13 commit 6930810

File tree

4 files changed

+10
-16
lines changed

4 files changed

+10
-16
lines changed

docs/source/tutorials/code_samples.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Code samples
1+
Code Samples
22
============
33

44
.. toctree::
@@ -12,7 +12,7 @@ Code samples
1212

1313
Code samples are used for automated testing. They are also a great starting point for the gen2 API.
1414

15-
.. rubric:: List of simple samples
15+
.. rubric:: Simple
1616

1717
- :ref:`RGB Preview` - Displays a small preview of the RGB camera
1818
- :ref:`RGB video` - Displays high resolution frames of the RGB camera
@@ -29,7 +29,7 @@ Code samples are used for automated testing. They are also a great starting poin
2929
- :ref:`Mono & MobilenetSSD` - Runs MobileNetSSD on mono frames and displays detections on the frame
3030
- :ref:`Video & MobilenetSSD` - Runs MobileNetSSD on the video from the host
3131

32-
.. rubric:: List of complex samples
32+
.. rubric:: Complex
3333

3434
- :ref:`RGB Camera Control` - Demonstrates how to control the RGB camera (crop, focus, exposure, sensitivity) from the host
3535
- :ref:`Mono Camera Control` - Demonstrates how to control the mono camera (crop, exposure, sensitivity) from the host
@@ -52,7 +52,7 @@ Code samples are used for automated testing. They are also a great starting poin
5252
- :ref:`Mono & MobilenetSSD with spatial data` - Displays mono frames with MobileNet detections and spatial coordinates on them
5353
- :ref:`RGB & TinyYolo with spatial data`- Displays RGB frames with Yolo detections and spatial coordinates on them
5454

55-
.. rubric:: List of mixed samples
55+
.. rubric:: Mixed
5656

5757
- :ref:`System information` - Displays device system information (memory/cpu usage, temperature)
5858
- :ref:`OpenCV support` - Demonstrates how to retrieve an image frame as an OpenCV frame

docs/source/tutorials/complex_samples.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Complex samples
2-
===============
1+
Complex
2+
=======
33

44
.. toctree::
55
:maxdepth: 0
@@ -27,8 +27,6 @@ Complex samples
2727
../samples/spatial_mobilenet_mono.rst
2828
../samples/spatial_tiny_yolo.rst
2929

30-
.. rubric:: List of complex samples
31-
3230
These samples are great starting point for the gen2 API.
3331
If you want to see more interesting examples you should check out our `Experiments on GitHub <https://github.com/luxonis/depthai-experiments>`_.
3432

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Mixed samples
2-
=============
1+
Mixed
2+
=====
33

44
.. toctree::
55
:maxdepth: 0
@@ -9,7 +9,5 @@ Mixed samples
99
../samples/system_information.rst
1010
../samples/opencv_support.rst
1111

12-
.. rubric:: List of mixed samples
13-
1412
- :ref:`System information` - Displays device system information (memory/cpu usage, temperature)
1513
- :ref:`OpenCV support` - Demonstrates how to retrieve an image frame as an OpenCV frame

docs/source/tutorials/simple_samples.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Simple samples
2-
==============
1+
Simple
2+
======
33

44
.. toctree::
55
:maxdepth: 0
@@ -21,8 +21,6 @@ Simple samples
2121
../samples/mono_mobilenet.rst
2222
../samples/video_mobilenet.rst
2323

24-
.. rubric:: List of simple samples
25-
2624
These samples are great starting point for the gen2 API.
2725

2826
- :ref:`RGB Preview` - Displays a small preview of the RGB camera

0 commit comments

Comments
 (0)