From 02eeb88338e0e82df15c82394359dc5184bb9ece Mon Sep 17 00:00:00 2001 From: norareidy Date: Tue, 17 Jun 2025 16:12:17 -0400 Subject: [PATCH 1/3] DOCSP-50756: Aggregation links --- source/fundamentals/aggregation.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/fundamentals/aggregation.txt b/source/fundamentals/aggregation.txt index 79ebcd8e..5c69ea93 100644 --- a/source/fundamentals/aggregation.txt +++ b/source/fundamentals/aggregation.txt @@ -66,6 +66,12 @@ stations represent the *aggregation stages*, the specialized tools represent the *expression operators*, and the finished product represents the *aggregated result*. +.. sharedinclude:: dbx/agg-tutorials-manual-tip.rst + + .. replacement:: language + + :guilabel:`{+language+}` + .. _rust-agg-compare: Compare Aggregation and Find Operations From ab50cbb9c5a49055471c6c957191755ba1dd2e7b Mon Sep 17 00:00:00 2001 From: norareidy Date: Tue, 17 Jun 2025 16:15:53 -0400 Subject: [PATCH 2/3] move up --- source/fundamentals/aggregation.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/fundamentals/aggregation.txt b/source/fundamentals/aggregation.txt index 5c69ea93..ca3604ed 100644 --- a/source/fundamentals/aggregation.txt +++ b/source/fundamentals/aggregation.txt @@ -51,6 +51,14 @@ This guide includes the following sections: provides links to resources and API documentation for types and methods mentioned in this guide +.. sharedinclude:: dbx/agg-tutorials-manual-tip.rst + + .. replacement:: language + + :guilabel:`{+language+}` + +.. _rust-agg-compare: + Analogy ~~~~~~~ @@ -66,14 +74,6 @@ stations represent the *aggregation stages*, the specialized tools represent the *expression operators*, and the finished product represents the *aggregated result*. -.. sharedinclude:: dbx/agg-tutorials-manual-tip.rst - - .. replacement:: language - - :guilabel:`{+language+}` - -.. _rust-agg-compare: - Compare Aggregation and Find Operations --------------------------------------- From ba3cf563b2eefea77285d79b2487accec9a6e61b Mon Sep 17 00:00:00 2001 From: norareidy Date: Tue, 17 Jun 2025 16:16:38 -0400 Subject: [PATCH 3/3] fix --- source/fundamentals/aggregation.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/fundamentals/aggregation.txt b/source/fundamentals/aggregation.txt index ca3604ed..6caac108 100644 --- a/source/fundamentals/aggregation.txt +++ b/source/fundamentals/aggregation.txt @@ -57,8 +57,6 @@ This guide includes the following sections: :guilabel:`{+language+}` -.. _rust-agg-compare: - Analogy ~~~~~~~ @@ -74,6 +72,8 @@ stations represent the *aggregation stages*, the specialized tools represent the *expression operators*, and the finished product represents the *aggregated result*. +.. _rust-agg-compare: + Compare Aggregation and Find Operations ---------------------------------------