Skip to content

Commit 7860459

Browse files
committed
sync with java
1 parent 99fc6f7 commit 7860459

File tree

7 files changed

+6
-25
lines changed

7 files changed

+6
-25
lines changed

source/connect/connection-options.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Specify Connection Options
2121
:titlesonly:
2222
:maxdepth: 1
2323

24-
Authentication and Encryption </connect/connection-options/authentication-encryption>
2524
Compress Network Traffic </connect/connection-options/network-compression>
2625
Customize Server Selection </connect/connection-options/server-selection>
2726
Stable API </connect/connection-options/stable-api>

source/connect/connection-options/authentication-encryption.txt

Lines changed: 0 additions & 18 deletions
This file was deleted.

source/crud.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ CRUD Operations
2525
Insert Documents </crud/insert>
2626
Query Documents </crud/query>
2727
Update Documents </crud/update>
28+
Replace Documents </crud/update/replace>
2829
Delete Documents </crud/delete>
2930
Bulk Write Operations </crud/bulk-write>
3031
Transactions </crud/transactions>
31-
Configure CRUD Operations </crud/configure>
3232
Store Large Files </crud/gridfs>
33+
Configure CRUD Operations </crud/configure>
3334

3435
Overview
3536
--------

source/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Monitoring and Logging
100100
----------------------
101101

102102
Learn how to monitor changes to your application and write them to logs in the
103-
:ref:`pymongo-monitoring-logging` section.
103+
:ref:`pymongo-logging-monitoring` section.
104104

105105
Secure Your Data
106106
----------------

source/monitoring-and-logging.txt renamed to source/logging-and-monitoring.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.. _pymongo-monitoring-logging:
1+
.. _pymongo-logging-monitoring:
22

3-
Monitoring and Logging
3+
Logging and Monitoring
44
======================
55

66
.. facet::

source/reference.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Reference
1010

1111
Release Notes </reference/release-notes>
1212
Compatibility </reference/compatibility>
13-
Third-Party Tools </reference/third-party-tools>
1413
Upgrade Guides </reference/upgrade>
1514
Migrate to PyMongo Async </reference/migration>
1615
Previous Versions </reference/previous-versions>

source/security.txt

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

25-
TLS </security/tls>
2625
Authentication </security/authentication>
2726
In-Use Encryption </security/in-use-encryption>
27+
TLS </security/tls>
2828

2929
Overview
3030
--------

0 commit comments

Comments
 (0)