From 8739db8bb8a8199ad5a386e4a68996e70915b3ea Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Thu, 6 Mar 2025 15:54:18 -0500 Subject: [PATCH 1/3] DOCSP-46879: Add reference + link to MongoClient keyword arguments --- source/connect/mongoclient.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/connect/mongoclient.txt b/source/connect/mongoclient.txt index 82d4f671..ce5c1211 100644 --- a/source/connect/mongoclient.txt +++ b/source/connect/mongoclient.txt @@ -168,6 +168,11 @@ constructor accepts. All parameters are optional. **Data type:** `TypeRegistry <{+api-root+}bson/codec_options.html#bson.codec_options.TypeRegistry>`__ +You can also pass keyword arguments to the ``MongoClient()`` constructor to specify +optional parameters. For a complete list of keyword arguments, see the +`MongoClient <{+api-root+}pymongo/mongo_client.html#pymongo.mongo_client.MongoClient>`__ +class in the API documentation. + Concurrent Execution -------------------- From d65121576534910406d8f87a2b99da02c9ad193d Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Thu, 6 Mar 2025 16:11:12 -0500 Subject: [PATCH 2/3] Fix build errors --- source/index.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/index.txt b/source/index.txt index 86faa57e..c175ec2b 100644 --- a/source/index.txt +++ b/source/index.txt @@ -123,12 +123,6 @@ Third-Party Tools For a list of popular third-party Python libraries for working with MongoDB, see the :ref:`pymongo-tools` section. -Troubleshooting ---------------- - -For solutions to issues you might encounter when using the driver, see the -:ref:`pymongo-troubleshooting` section. - What's New ---------- From 4c6b516780810eb377f374b6dca4ae4f670cafdf Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Thu, 6 Mar 2025 16:11:47 -0500 Subject: [PATCH 3/3] Forgot to save the other changes --- source/index.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/index.txt b/source/index.txt index c175ec2b..499fe9df 100644 --- a/source/index.txt +++ b/source/index.txt @@ -26,8 +26,6 @@ MongoDB {+driver-short+} Documentation Monitoring Serialization Third-Party Tools - FAQ - Troubleshooting What's New Upgrade Migrate from Motor