Skip to content

Commit 8778f5f

Browse files
committed
edits
1 parent e29ccda commit 8778f5f

File tree

1 file changed

+3
-28
lines changed

1 file changed

+3
-28
lines changed

source/aggregation.txt

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ return computed results. The MongoDB Aggregation framework is modeled on the
3434
concept of data processing pipelines. Documents enter a pipeline comprised of one or
3535
more stages, and this pipeline transforms the documents into an aggregated result.
3636

37-
To learn more about the Aggregation Pipeline, see the
38-
:manual:`Aggregation Pipeline </core/aggregation-pipeline/>` server manual page.
37+
To learn more about the aggregation stages supported by the {+driver-short+}, see
38+
:ref:`Aggregation Stages <csharp-aggregation-stages>`.
3939

4040
Analogy
4141
~~~~~~~
@@ -96,8 +96,6 @@ performing aggregation operations:
9696
the `AllowDiskUse <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.AggregateOptions.AllowDiskUse.html#MongoDB_Driver_AggregateOptions_AllowDiskUse>`__
9797
property of the ``AggregateOptions`` object that you pass to the ``Aggregate()`` method.
9898

99-
Link to Stages page
100-
10199
Troubleshooting
102100
---------------
103101

@@ -106,32 +104,9 @@ Troubleshooting
106104
Additional Information
107105
----------------------
108106

109-
MongoDB Server Manual
110-
~~~~~~~~~~~~~~~~~~~~~
111-
112107
To view a full list of expression operators, see
113108
:manual:`Aggregation Operators </reference/operator/aggregation/>`.
114109

115-
To learn more about assembling an aggregation pipeline and view examples, see
116-
:manual:`Aggregation Pipeline </core/aggregation-pipeline/>`.
117-
118-
To learn more about creating pipeline stages, see
119-
:manual:`Aggregation Stages </reference/operator/aggregation-pipeline/>`.
120-
121110
To learn about explaining MongoDB aggregation operations, see
122111
:manual:`Explain Results </reference/explain-results/>` and
123-
:manual:`Query Plans </core/query-plans/>`.
124-
125-
API Documentation
126-
~~~~~~~~~~~~~~~~~
127-
128-
For more information about the aggregation operations discussed in this guide, see the
129-
following API documentation:
130-
131-
- `Aggregate() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.IMongoCollection-1.Aggregate.html>`__
132-
- `AggregateOptions <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.AggregateOptions.html>`__
133-
- `Group() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.PipelineStageDefinitionBuilder.Group.html>`__
134-
- `Match() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.PipelineStageDefinitionBuilder.Match.html>`__
135-
- `Where() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Linq.MongoQueryable.Where.html>`__
136-
- `GroupBy() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Linq.MongoQueryable.GroupBy.html>`__
137-
- `Select() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Linq.MongoQueryable.Select.html>`__
112+
:manual:`Query Plans </core/query-plans/>`.

0 commit comments

Comments
 (0)