From 6de0fa5641c0b08071b944826abf5828dfd411ad Mon Sep 17 00:00:00 2001 From: Tomas Date: Thu, 2 Jul 2020 23:18:03 +0100 Subject: [PATCH] Add table structure --- docs/source/tutorials.rst | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/source/tutorials.rst b/docs/source/tutorials.rst index 659022da..ac134295 100644 --- a/docs/source/tutorials.rst +++ b/docs/source/tutorials.rst @@ -10,9 +10,18 @@ The available tutorials are: You can see these notebooks here: -* `Basic tutorial `_ |notebook_basic_colab| -* `Detailed example (featuring configuration, Apache Spark and more) `_ |notebook_advanced_colab| -* `Incremental datasets (online analysis) `_ |notebook_incremental_data_colab| +.. list-table:: + :widths: 80 20 + :header-rows: 1 + + * - Tutorial + - Colab link + * - `Basic tutorial `_ + - |notebook_basic_colab| + * - `Detailed example (featuring configuration, Apache Spark and more) `_ + - |notebook_advanced_colab| + * - `Incremental datasets (online analysis) `_ + - |notebook_incremental_data_colab| .. |notebook_basic_colab| image:: https://colab.research.google.com/assets/colab-badge.svg :alt: Open in Colab