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 -------------------- diff --git a/source/index.txt b/source/index.txt index 86faa57e..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 @@ -123,12 +121,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 ----------