Skip to content

Commit ef6f37c

Browse files
committed
DOCSP-46879: Add reference + link to MongoClient keyword arguments (#199)
(cherry picked from commit 4d5dce8)
1 parent db231ed commit ef6f37c

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

source/connect/mongoclient.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,11 @@ constructor accepts. All parameters are optional.
168168

169169
**Data type:** `TypeRegistry <{+api-root+}bson/codec_options.html#bson.codec_options.TypeRegistry>`__
170170

171+
You can also pass keyword arguments to the ``MongoClient()`` constructor to specify
172+
optional parameters. For a complete list of keyword arguments, see the
173+
`MongoClient <{+api-root+}pymongo/mongo_client.html#pymongo.mongo_client.MongoClient>`__
174+
class in the API documentation.
175+
171176
Concurrent Execution
172177
--------------------
173178

source/index.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ MongoDB {+driver-short+} Documentation
2626
Monitoring </monitoring>
2727
Serialization </serialization>
2828
Third-Party Tools </tools>
29-
FAQ </faq>
30-
Troubleshooting </troubleshooting>
3129
What's New </whats-new>
3230
Upgrade </upgrade>
3331
Previous Versions </previous-versions>
@@ -121,12 +119,6 @@ Third-Party Tools
121119
For a list of popular third-party Python libraries for working with
122120
MongoDB, see the :ref:`pymongo-tools` section.
123121

124-
Troubleshooting
125-
---------------
126-
127-
For solutions to issues you might encounter when using the driver, see the
128-
:ref:`pymongo-troubleshooting` section.
129-
130122
What's New
131123
----------
132124

0 commit comments

Comments
 (0)