Skip to content

Commit

Permalink
[DOCs][Updated] New slicing in Include Table
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Dec 17, 2024
1 parent 875ec57 commit b2a217b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/configuration/preflights/IncludeTableOptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ IncludeTableOptions parameters
- ``group_name`` :index:`: <pair: preflight - include_table - include_table; group_name>` [:ref:`string <string>`] (default: ``'kibot_table'``) Name for the group containing the table. The name of the group
should be <group_name>_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
Expand Down

0 comments on commit b2a217b

Please sign in to comment.