File tree Expand file tree Collapse file tree 1 file changed +7
-20
lines changed Expand file tree Collapse file tree 1 file changed +7
-20
lines changed Original file line number Diff line number Diff line change 4
4
Aggregation
5
5
===========
6
6
7
- The :ref:` Aggregation framework <aggregation-framework>` provides
7
+ Aggregation provides
8
8
a natural method for aggregating data inside of MongoDB.
9
9
10
- Documentation
11
- -------------
10
+ For a description of MongoDB aggregation, see
11
+ :doc:`/applications/aggregation`. For examples of aggregation, see
12
+ :doc:`/tutorial/aggregation-examples`. For descriptions of aggregation
13
+ operators, see :doc:`/reference/aggregation`.
12
14
13
- The following document describes MongoDB aggregation:
15
+ The following is the outline of the aggregation documentation :
14
16
15
17
.. toctree::
16
18
:maxdepth: 3
17
19
18
20
applications/aggregation
19
-
20
- Tutorial
21
- ---------
22
-
23
- The following tutorial provides examples of aggregation operations:
24
-
25
- .. toctree::
26
- :maxdepth: 1
27
-
28
21
tutorial/aggregation-examples
29
-
30
- Reference
31
- ---------
32
-
33
- The following reference section describes aggregation operators:
34
-
35
- - :doc:`/reference/aggregation`
22
+ reference/aggregation
You can’t perform that action at this time.
0 commit comments