Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion source/connect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Connect to MongoDB
Stable API </connect/stable-api>
Limit Server Execution Time </connect/csot>
Connection Pools </connect/connection-pools>
Compression </connect/compression>

Overview
--------
Expand Down
89 changes: 0 additions & 89 deletions source/connect/compression.txt

This file was deleted.

7 changes: 7 additions & 0 deletions source/connect/network-compression.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,10 @@ The following code example specifies the ``zlib`` compression algorithm and a va
"compressors=zlib"
"zlibCompressionLevel=1")
client = pymongo.MongoClient(uri)

API Documentation
-----------------

To learn more about any of the methods or types discussed in this
guide, see the `MongoClient <{+api-root+}pymongo/mongo_client.html#pymongo.mongo_client.MongoClient>`__
API documentation.
Loading