From b2a217b34b39d9f78d1b152ef88818388ce65d20 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 17 Dec 2024 07:10:43 -0300 Subject: [PATCH] [DOCs][Updated] New slicing in Include Table --- docs/source/configuration/preflights/IncludeTableOptions.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/source/configuration/preflights/IncludeTableOptions.rst b/docs/source/configuration/preflights/IncludeTableOptions.rst index b22b8828..b0fbb87a 100644 --- a/docs/source/configuration/preflights/IncludeTableOptions.rst +++ b/docs/source/configuration/preflights/IncludeTableOptions.rst @@ -10,7 +10,10 @@ IncludeTableOptions parameters - ``group_name`` :index:`: ` [:ref:`string `] (default: ``'kibot_table'``) Name for the group containing the table. The name of the group should be _X where X is the output name. |br| When the output generates more than one CSV use *kibot_table_out[2]* - to select the second CSV. + to select the second CSV. Python expressions for slicing are supported, + for example *kibot_table_out[:10]* would include all elements until the 10th + element (10th excluded), and *kibot_table_out[2][5:8]* would include the second + output's elements number 6 to 8 (python indexes start at 0). |br|. .. toctree:: :caption: Used dicts