From 9c9a804f229c8d1a778382830127dd6100eda10e Mon Sep 17 00:00:00 2001
From: Baptiste Bauvin <baptiste.bauvin@lis-lab.fr>
Date: Mon, 6 Apr 2020 16:09:02 -0400
Subject: [PATCH] Updated from master

---
 docs/source/tutorials/example0.rst | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/source/tutorials/example0.rst b/docs/source/tutorials/example0.rst
index fce932fe..0fc1e6b6 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
 -------------------------
-- 
GitLab