File tree Expand file tree Collapse file tree 12 files changed +74
-74
lines changed Expand file tree Collapse file tree 12 files changed +74
-74
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Transform Your Data with Aggregation
22
22
:titlesonly:
23
23
:maxdepth: 1
24
24
25
- /aggregation/aggregation-tutorials
25
+ Tutorials < /aggregation/aggregation-tutorials>
26
26
27
27
Overview
28
28
--------
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ Aggregation Tutorials
19
19
20
20
.. toctree::
21
21
22
- /aggregation/aggregation-tutorials/filtered-subset/
23
- /aggregation/aggregation-tutorials/group-total/
24
- /aggregation/aggregation-tutorials/unpack-arrays/
25
- /aggregation/aggregation-tutorials/one-to-one-join/
26
- /aggregation/aggregation-tutorials/multi-field-join/
22
+ Filtered Subset < /aggregation/aggregation-tutorials/filtered-subset/>
23
+ Group & Total < /aggregation/aggregation-tutorials/group-total/>
24
+ Unpack Arrays & Group < /aggregation/aggregation-tutorials/unpack-arrays/>
25
+ One-to-One Join < /aggregation/aggregation-tutorials/one-to-one-join/>
26
+ Multi-Field Join < /aggregation/aggregation-tutorials/multi-field-join/>
27
27
28
28
Overview
29
29
--------
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ Connect to MongoDB
22
22
:titlesonly:
23
23
:maxdepth: 1
24
24
25
- /connect/mongoclient
26
- /connect/connection-targets
27
- /connect/connection-options
28
- /connect/tls
29
- /connect/network-compression
30
- /connect/server-selection
31
- /connect/stable-api
32
- /connect/csot
25
+ Create a MongoClient < /connect/mongoclient>
26
+ Choose a Connection Target < /connect/connection-targets>
27
+ Specify Connection Options < /connect/connection-options>
28
+ Configure TLS < /connect/tls>
29
+ Compress Network Traffic < /connect/network-compression>
30
+ Customize Server Selection < /connect/server-selection>
31
+ Stable API < /connect/stable-api>
32
+ Limit Server Execution Time < /connect/csot>
33
33
34
34
Overview
35
35
--------
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ Specialized Data Formats
21
21
:titlesonly:
22
22
:maxdepth: 1
23
23
24
- /data-formats/custom-types
25
- /data-formats/dates-and-times
26
- /data-formats/uuid
27
- /data-formats/time-series
24
+ Custom Types < /data-formats/custom-types>
25
+ Dates & Times < /data-formats/dates-and-times>
26
+ UUIDs < /data-formats/uuid>
27
+ Time Series Data < /data-formats/time-series>
28
28
29
29
Overview
30
30
--------
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ Get Started with {+driver-short+}
20
20
21
21
.. toctree::
22
22
23
- /get-started/download-and-install/
24
- /get-started/create-a-deployment/
25
- /get-started/create-a-connection-string/
26
- /get-started/connect-to-mongodb/
27
- /get-started/next-steps/
23
+ Download & Install < /get-started/download-and-install/>
24
+ Create a Deployment < /get-started/create-a-deployment/>
25
+ Create a Connection String < /get-started/create-a-connection-string/>
26
+ Connect < /get-started/connect-to-mongodb/>
27
+ Next Steps < /get-started/next-steps/>
28
28
29
29
Overview
30
30
--------
Original file line number Diff line number Diff line change @@ -13,25 +13,25 @@ MongoDB {+driver-short+} Documentation
13
13
.. toctree::
14
14
15
15
Get Started </get-started>
16
- /connect
17
- /databases-collections
18
- /write-operations
19
- /read
20
- /run-command
21
- /indexes
22
- /aggregation
23
- /security
24
- /data-formats
25
- /tools
26
- /faq
27
- /troubleshooting
28
- /whats-new
29
- /upgrade
30
- /motor-async-migration
31
- /pymongo-to-async-guide
32
- /previous-versions
33
- /issues-and-help
34
- /compatibility
16
+ Connect < /connect>
17
+ Databases & Collections < /databases-collections>
18
+ Write Data < /write-operations>
19
+ Read Data < /read>
20
+ Run a Database Command < /run-command>
21
+ Indexes < /indexes>
22
+ Aggregation < /aggregation>
23
+ Security < /security>
24
+ Data Formats < /data-formats>
25
+ Third-Party Tools < /tools>
26
+ FAQ < /faq>
27
+ Troubleshooting < /troubleshooting>
28
+ What's New < /whats-new>
29
+ Upgrade < /upgrade>
30
+ Migrate from Motor < /motor-async-migration>
31
+ Switch to PyMongo Async < /pymongo-to-async-guide>
32
+ Previous Versions < /previous-versions>
33
+ Issues & Help < /issues-and-help>
34
+ Compatibility < /compatibility>
35
35
API Documentation <{+api-root+}>
36
36
37
37
Overview
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Optimize Queries with Indexes
22
22
:titlesonly:
23
23
:maxdepth: 1
24
24
25
- /work-with-indexes
25
+ Work with Indexes < /work-with-indexes>
26
26
27
27
Overview
28
28
--------
Original file line number Diff line number Diff line change 1
1
.. _pymongo-single-field-index:
2
2
3
3
====================
4
- Single- Field Indexes
4
+ Single Field Indexes
5
5
====================
6
6
7
7
.. contents:: On this page
@@ -20,13 +20,13 @@ Single-Field Indexes
20
20
Overview
21
21
--------
22
22
23
- :manual:`Single- field indexes </core/index-single/>` are indexes with a reference to a single field within a collection's
23
+ :manual:`Single field indexes </core/index-single/>` are indexes with a reference to a single field within a collection's
24
24
documents. They improve single field query and sort performance, and support :manual:`TTL Indexes </core/index-ttl>` that
25
25
automatically remove documents from a collection after a certain amount of time or at a specific clock time.
26
26
27
27
.. note::
28
28
29
- The ``_id_`` index is an example of a single- field index. This index is automatically created on the ``_id`` field
29
+ The ``_id_`` index is an example of a single field index. This index is automatically created on the ``_id`` field
30
30
when a new collection is created.
31
31
32
32
Sample Data
@@ -37,7 +37,7 @@ from the :atlas:`Atlas sample datasets </sample-data>`. To learn how to create a
37
37
free MongoDB Atlas cluster and load the sample datasets, see the
38
38
:ref:`<pymongo-get-started>`.
39
39
40
- Create Single- Field Index
40
+ Create Single Field Index
41
41
-------------------------
42
42
43
43
The following example creates an index in ascending order on the ``title`` field:
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ Read Data from MongoDB
22
22
:titlesonly:
23
23
:maxdepth: 1
24
24
25
- /read/specify-a-query
26
- /read/retrieve
27
- /read/project
28
- /read/specify-documents-to-return
29
- /read/count
30
- /read/distinct
31
- /read/cursors
32
- /read/change-streams
25
+ Query < /read/specify-a-query>
26
+ Retrieve Data < /read/retrieve>
27
+ Specify Fields to Return < /read/project>
28
+ Specify Documents to Return < /read/specify-documents-to-return>
29
+ Count Documents < /read/count>
30
+ Distinct Field Values < /read/distinct>
31
+ Access Data from a Cursor < /read/cursors>
32
+ Monitor Data Changes < /read/change-streams>
33
33
34
34
Overview
35
35
--------
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ Secure Your Data
22
22
:titlesonly:
23
23
:maxdepth: 1
24
24
25
- /security/authentication
26
- /security/enterprise-authentication
27
- /security/in-use-encryption
25
+ Authentication < /security/authentication>
26
+ Enterprise Authentication < /security/enterprise-authentication>
27
+ In-Use Encryption < /security/in-use-encryption>
28
28
29
29
Overview
30
30
--------
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ Work with Indexes
19
19
20
20
.. toctree::
21
21
22
- /indexes/single-field-index.txt
23
- /indexes/compound-index.txt
24
- /indexes/multikey-index.txt
25
- /indexes/atlas-search-index.txt
26
- /indexes/text-index.txt
27
- /indexes/geospatial-index.txt
28
- /indexes/unique-index.txt
29
- /indexes/wildcard-index.txt
30
- /indexes/clustered-index.txt
22
+ Single Field < /indexes/single-field-index>
23
+ Compound < /indexes/compound-index>
24
+ Multikey < /indexes/multikey-index>
25
+ Atlas & Vector Search < /indexes/atlas-search-index>
26
+ Text < /indexes/text-index>
27
+ Geospatial < /indexes/geospatial-index>
28
+ Unique < /indexes/unique-index>
29
+ Wildcard < /indexes/wildcard-index>
30
+ Clustered < /indexes/clustered-index>
31
31
32
32
Overview
33
33
--------
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ Write Data to MongoDB
22
22
:titlesonly:
23
23
:maxdepth: 1
24
24
25
- /write/insert
26
- /write/update
27
- /write/replace
28
- /write/delete
29
- /write/bulk-write
30
- /write/gridfs
31
- /write/transactions
25
+ Insert < /write/insert>
26
+ Update < /write/update>
27
+ Replace < /write/replace>
28
+ Delete < /write/delete>
29
+ Bulk Write Operations < /write/bulk-write>
30
+ Store Large Files < /write/gridfs>
31
+ Transactions < /write/transactions>
32
32
33
33
Overview
34
34
--------
You can’t perform that action at this time.
0 commit comments