From ba13cf1e90cc7b64b47831b9de62b17f7a3a6206 Mon Sep 17 00:00:00 2001 From: Matt Roeschke Date: Sat, 14 Nov 2020 13:51:53 -0800 Subject: [PATCH] DOC: Add a reference to window.rst in computation.rst --- doc/source/user_guide/computation.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/user_guide/computation.rst b/doc/source/user_guide/computation.rst index f05eb9cc40402..17d1809638d61 100644 --- a/doc/source/user_guide/computation.rst +++ b/doc/source/user_guide/computation.rst @@ -205,3 +205,10 @@ parameter: - ``min`` : lowest rank in the group - ``max`` : highest rank in the group - ``first`` : ranks assigned in the order they appear in the array + +.. _computation.windowing: + +Windowing functions +~~~~~~~~~~~~~~~~~~~ + +See :ref:`the window operations user guide ` for an overview of windowing functions.