diff --git a/docs/source/tutorials/example0.rst b/docs/source/tutorials/example0.rst
index fce932fe0e6b3fcb335d08e5b085008c1111c08d..0fc1e6b67b72b6fd2b1f650d0a7e0a7b8996fe5c 100644
--- a/docs/source/tutorials/example0.rst
+++ b/docs/source/tutorials/example0.rst
@@ -4,7 +4,12 @@ Example 0 : Getting started with |platf| on digits
 
 In the example, we will run |platf| on a famous dataset : `digits <https://scikit-learn.org/stable/auto_examples/datasets/plot_digits_last_image.html>`_, available, already formatted :base_source:`in the project <multiview_platform/examples/data/>` .
 
-TODO.
+This dataset consists in 3 views:
+
+- view 0: (1797 samples, 64 features) with colors values,
+- view 1: (1797 samples, 64 features) with gradiant on axis 0,
+- view 2: (1797 samples, 64 features) with gradiant on axis 1.
+
 
 Running |platf| on digits
 -------------------------