Skip to content

Commit 5d81945

Browse files
committed
build fixes
1 parent 1527fce commit 5d81945

File tree

7 files changed

+20
-9
lines changed

7 files changed

+20
-9
lines changed

source/connect/connection-options.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ Specify Connection Options
1717
.. meta::
1818
:keywords: connection string, URI, server, Atlas, settings, configure
1919

20+
.. toctree::
21+
:titlesonly:
22+
:maxdepth: 1
23+
24+
Compress Network Traffic </connect/connection-options/network-compression>
25+
Customize Server Selection </connect/connection-options/server-selection>
26+
Stable API </connect/connection-options/stable-api>
27+
Limit Server Execution Time </connect/connection-options/csot>
28+
2029
Overview
2130
--------
2231

source/crud/delete.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.. _pymongo-write-delete:
2+
.. _pymongo-delete:
23

34
================
45
Delete Documents

source/crud/insert.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.. _pymongo-write-insert:
2+
.. _pymongo-insert:
23

34
================
45
Insert Documents
@@ -144,7 +145,7 @@ Additional Information
144145
----------------------
145146

146147
For runnable code examples of inserting documents with {+driver-short+}, see
147-
:ref:`pymongo-write`.
148+
:ref:`pymongo-crud`.
148149

149150
API Documentation
150151
~~~~~~~~~~~~~~~~~

source/crud/query.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Query
2222
:titlesonly:
2323
:maxdepth: 1
2424

25-
Find Documents </find>
26-
Specify Documents to Return </specify-documents-to-return>
27-
Specify Fields to Return </project>
28-
Count Documents </read/count>
29-
Distinct Field Values </read/distinct>
30-
Access Data from a Cursor </read/cursors>
25+
Find Documents </crud/query/find>
26+
Specify Documents to Return </crud/query/specify-documents-to-return>
27+
Specify Fields to Return </crud/query/project>
28+
Count Documents </crud/query/count>
29+
Distinct Field Values </crud/query/distinct>
30+
Access Data from a Cursor </crud/query/cursors>
3131

3232
Overview
3333
--------
File renamed without changes.

source/crud/update.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.. _pymongo-write-update:
2+
.. _pymongo-update:
23

34
================
45
Update Documents
@@ -21,7 +22,7 @@ Update Documents
2122
:titlesonly:
2223
:maxdepth: 1
2324

24-
Replace </replace>
25+
Replace </crud/update/replace>
2526

2627
Overview
2728
--------

source/index.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ MongoDB {+driver-short+} Documentation
2424
Atlas Vector Search <https://www.mongodb.com/docs/atlas/atlas-vector-search/vector-search-overview/>
2525
Monitoring and Logging </monitoring-and-logging>
2626
Security </security>
27-
Third-Party Tools </tools>
2827
Reference </reference>
2928
API Documentation <{+api-root+}>
3029
Issues & Help </issues-and-help>

0 commit comments

Comments
 (0)