numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
18 stars 6 forks source link

Add start:step:end operator to documentation #34

Closed raphael-sys closed 1 year ago

raphael-sys commented 1 year ago

DESCRIPTION

Is your change request related to a problem? Please describe. The syntax myTable(start:step:end) can currently not be found in documentation. Add the option (with an example) to the documentation for table and cluster (and possibly others if affected). The keyword range could also be considered for additional reference.

Describe the solution you'd like Adapt documentation.

Describe possible alternatives you've considered Add a documentation article.

Additional context Relates to the issue #33, where such a feature that already exists was requested.

(Do not write below this line)


DEVS' SECTION

ANALYSIS

This operator is already part of the documentation (See help operator), so find out, where a reference is missing and add it there.

IMPLEMENTATION STEPS

(see also our Wiki for implementation guidelines)

DOCUMENTATION STEPS

(see also our Wiki for further information)

PULL REQUEST