File tree Expand file tree Collapse file tree 7 files changed +6
-25
lines changed Expand file tree Collapse file tree 7 files changed +6
-25
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ Specify Connection Options
21
21
:titlesonly:
22
22
:maxdepth: 1
23
23
24
- Authentication and Encryption </connect/connection-options/authentication-encryption>
25
24
Compress Network Traffic </connect/connection-options/network-compression>
26
25
Customize Server Selection </connect/connection-options/server-selection>
27
26
Stable API </connect/connection-options/stable-api>
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,11 +25,12 @@ CRUD Operations
25
25
Insert Documents </crud/insert>
26
26
Query Documents </crud/query>
27
27
Update Documents </crud/update>
28
+ Replace Documents </crud/update/replace>
28
29
Delete Documents </crud/delete>
29
30
Bulk Write Operations </crud/bulk-write>
30
31
Transactions </crud/transactions>
31
- Configure CRUD Operations </crud/configure>
32
32
Store Large Files </crud/gridfs>
33
+ Configure CRUD Operations </crud/configure>
33
34
34
35
Overview
35
36
--------
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Monitoring and Logging
100
100
----------------------
101
101
102
102
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.
104
104
105
105
Secure Your Data
106
106
----------------
Original file line number Diff line number Diff line change 1
- .. _pymongo-monitoring- logging:
1
+ .. _pymongo-logging-monitoring :
2
2
3
- Monitoring and Logging
3
+ Logging and Monitoring
4
4
======================
5
5
6
6
.. facet::
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ Reference
10
10
11
11
Release Notes </reference/release-notes>
12
12
Compatibility </reference/compatibility>
13
- Third-Party Tools </reference/third-party-tools>
14
13
Upgrade Guides </reference/upgrade>
15
14
Migrate to PyMongo Async </reference/migration>
16
15
Previous Versions </reference/previous-versions>
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
- TLS </security/tls>
26
25
Authentication </security/authentication>
27
26
In-Use Encryption </security/in-use-encryption>
27
+ TLS </security/tls>
28
28
29
29
Overview
30
30
--------
You can’t perform that action at this time.
0 commit comments