Tweaks to documentation comments for user-facing Grist functions (#126)

- Update internal links in function documentation
- Remove emphasis in code blocks
- Remove trailing whitespace
This commit is contained in:
Dmitry
2022-02-13 00:45:24 -05:00
committed by GitHub
parent 2611d05c39
commit 25b7e6c245
4 changed files with 21 additions and 21 deletions

View File

@@ -38,8 +38,8 @@ class Record(object):
Name: $group, rec.group
Usage: __$group__
In a [summary table](https://support.getgrist.com/summary-tables/), `$group` is a special field
containing the list of Records that are summarized by the current summary line. E.g. the formula
In a [summary table](summary-tables.md), `$group` is a special field
containing the list of Records that are summarized by the current summary line. E.g. the formula
`len($group)` counts the number of those records being summarized in each row.
See [RecordSet](#recordset) for useful properties offered by the returned object.