Skip to content

Commit 82b415e

Browse files
committed
Remove duplicate page (#163)
(cherry picked from commit ee3bc3a)
1 parent 28927b5 commit 82b415e

File tree

3 files changed

+7
-90
lines changed

3 files changed

+7
-90
lines changed

source/connect.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Connect to MongoDB
3131
Stable API </connect/stable-api>
3232
Limit Server Execution Time </connect/csot>
3333
Connection Pools </connect/connection-pools>
34-
Compression </connect/compression>
3534

3635
Overview
3736
--------

source/connect/compression.txt

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

source/connect/network-compression.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,10 @@ The following code example specifies the ``zlib`` compression algorithm and a va
9191
"compressors=zlib"
9292
"zlibCompressionLevel=1")
9393
client = pymongo.MongoClient(uri)
94+
95+
API Documentation
96+
-----------------
97+
98+
To learn more about any of the methods or types discussed in this
99+
guide, see the `MongoClient <{+api-root+}pymongo/mongo_client.html#pymongo.mongo_client.MongoClient>`__
100+
API documentation.

0 commit comments

Comments
 (0)