Skip to content

Commit a3aa060

Browse files
lindseymooregithub-actions[bot]
authored andcommitted
DOCSP-44948 TOC Relabel (#127)
* DOCSP-44948 TOC Relabel * final changes * 2 line edit :( * suggestions * linking format * edit vector search (cherry picked from commit e8c1a41)
1 parent 9ea67c5 commit a3aa060

12 files changed

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

2929
Overview
3030
--------

source/index.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@ MongoDB {+driver-short+} Documentation
1313
.. toctree::
1414

1515
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>
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/indexes/single-field-index.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _pymongo-single-field-index:
22

33
====================
4-
Single-Field Indexes
4+
Single Field Indexes
55
====================
66

77
.. contents:: On this page
@@ -20,13 +20,13 @@ Single-Field Indexes
2020
Overview
2121
--------
2222

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
2424
documents. They improve single field query and sort performance, and support :manual:`TTL Indexes </core/index-ttl>` that
2525
automatically remove documents from a collection after a certain amount of time or at a specific clock time.
2626

2727
.. note::
2828

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
3030
when a new collection is created.
3131

3232
Sample Data
@@ -37,7 +37,7 @@ from the :atlas:`Atlas sample datasets </sample-data>`. To learn how to create a
3737
free MongoDB Atlas cluster and load the sample datasets, see the
3838
:ref:`<pymongo-get-started>`.
3939

40-
Create Single-Field Index
40+
Create Single Field Index
4141
-------------------------
4242

4343
The following example creates an index in ascending order on the ``title`` field:

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

3232
Overview
3333
--------

source/write-operations.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Write Data to MongoDB
2222
:titlesonly:
2323
:maxdepth: 1
2424

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

3333
Overview
3434
--------

0 commit comments

Comments
 (0)