Skip to content

Commit 542d8b3

Browse files
timsaucerclaude
andcommitted
Add agent instructions to keep aggregation/window docs in sync
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 410f4c4 commit 542d8b3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

AGENTS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,15 @@ Every Python function must include a docstring with usage examples.
4242
- **Alias functions**: Functions that are simple aliases (e.g., `list_sort` aliasing
4343
`array_sort`) only need a one-line description and a `See Also` reference to the
4444
primary function. They do not need their own examples.
45+
46+
## Aggregate and Window Function Documentation
47+
48+
When adding or updating an aggregate or window function, ensure the corresponding
49+
site documentation is kept in sync:
50+
51+
- **Aggregations**: `docs/source/user-guide/common-operations/aggregations.rst`
52+
add new aggregate functions to the "Aggregate Functions" list and include usage
53+
examples if appropriate.
54+
- **Window functions**: `docs/source/user-guide/common-operations/windows.rst`
55+
add new window functions to the "Available Functions" list and include usage
56+
examples if appropriate.

0 commit comments

Comments
 (0)