Skip to content

Commit 712b553

Browse files
committed
final changes
1 parent ea89e8b commit 712b553

File tree

11 files changed

+56
-56
lines changed

11 files changed

+56
-56
lines changed

source/aggregation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Transform Your Data with Aggregation
2222
:titlesonly:
2323
:maxdepth: 1
2424

25-
/aggregation/aggregation-tutorials
25+
Tutorials </aggregation/aggregation-tutorials>
2626

2727
Overview
2828
--------

source/aggregation/aggregation-tutorials.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Aggregation Tutorials
1919

2020
.. toctree::
2121

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/>
2727

2828
Overview
2929
--------

source/connect.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Connect to MongoDB
2222
:titlesonly:
2323
:maxdepth: 1
2424

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>
3333

3434
Overview
3535
--------

source/data-formats.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Specialized Data Formats
2121
:titlesonly:
2222
:maxdepth: 1
2323

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>
2828

2929
Overview
3030
--------

source/get-started.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Get Started with {+driver-short+}
2020

2121
.. toctree::
2222

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 to MongoDB </get-started/connect-to-mongodb/>
27+
Next Steps </get-started/next-steps/>
2828

2929
Overview
3030
--------

source/index.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ MongoDB {+driver-short+} Documentation
1616
Connect to MongoDB </connect>
1717
Databases & Collections </databases-collections>
1818
Write Data </write-operations>
19-
read Data </read>
19+
Read Data </read>
2020
Run a Database Command </run-command>
2121
Indexes </indexes>
2222
Aggregation </aggregation>
@@ -28,10 +28,10 @@ MongoDB {+driver-short+} Documentation
2828
What's New </whats-new>
2929
Upgrade </upgrade>
3030
Migrate Motor to PyMongo Async </motor-async-migration>
31-
Switch PyMongo to PyMongo Async/pymongo-to-async-guide
32-
/previous-versions
33-
/issues-and-help
34-
/compatibility
31+
Switch PyMongo to PyMongo Async </pymongo-to-async-guide>
32+
Previous Versions </previous-versions>
33+
Issues & Help </issues-and-help>
34+
Compatibility </compatibility>
3535
API Documentation <{+api-root+}>
3636

3737
Overview

source/indexes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Optimize Queries with Indexes
2222
:titlesonly:
2323
:maxdepth: 1
2424

25-
/work-with-indexes
25+
Work with Indexes </work-with-indexes
2626

2727
Overview
2828
--------

source/read.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Read Data from MongoDB
2222
:titlesonly:
2323
:maxdepth: 1
2424

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>
3333

3434
Overview
3535
--------

source/security.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Secure Your Data
2222
:titlesonly:
2323
:maxdepth: 1
2424

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>
2828

2929
Overview
3030
--------

source/work-with-indexes.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ Work with Indexes
1919

2020
.. toctree::
2121

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 </indexes/single-field-index.txt>
23+
Compound Indexes </indexes/compound-index.txt>
24+
Multikey Indexes </indexes/multikey-index.txt>
25+
Atlas Search Indexes /indexes/atlas-search-index.txt
26+
Text Indexes </indexes/text-index.txt>
27+
Geospatial Indexes </indexes/geospatial-index.txt>
28+
Unique Indexes </indexes/unique-index.txt>
29+
Wildcard Indexes </indexes/wildcard-index.txt>
30+
Clustered Indexes </indexes/clustered-index.txt>
3131

3232
Overview
3333
--------

0 commit comments

Comments
 (0)