File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ The following MongoDB drivers support Kerberos authentication:
197
197
- `Node.js <http://mongodb.github.io/node-mongodb-native/2.0/tutorials/enterprise_features/>`_
198
198
- `Perl <https://metacpan.org/pod/MongoDB::MongoClient#GSSAPI-(for-Kerberos)>`_
199
199
- `PHP <http://php.net/manual/en/mongodb-driver-manager.construct.php>`_
200
- - :api: `Python <pymongo>`
200
+ - `Python <https:// pymongo.readthedocs.io/en/stable/index.html>`__
201
201
- :ruby:`Ruby </tutorials/ruby-driver-authentication/#kerberos-gssapi-mechanism>`
202
202
- `Scala <http://mongodb.github.io/mongo-scala-driver/2.1/reference/connecting/authenticating/>`_
203
203
- `Swift <https://mongodb.github.io/mongo-swift-driver/docs/current/>`_
Original file line number Diff line number Diff line change 38
38
- id: python
39
39
content: |
40
40
To create an index using the
41
- :api: `Python driver <pymongo> `,
41
+ `PyMongo Python driver
42
+ <https://pymongo.readthedocs.io/en/stable/index.html> `__,
42
43
use :py:meth: `pymongo.collection.Collection.create_index `.
43
44
44
-
45
45
.. code-block :: python
46
46
47
47
db.collection.create_index([(< key and index type specification> )], < options> )
Original file line number Diff line number Diff line change 20
20
content: |
21
21
This page provides examples of |query_operations | using the
22
22
:py:meth: `pymongo.collection.Collection.find ` method in the
23
- :api: `PyMongo <pymongo> `
23
+ `PyMongo <https:// pymongo.readthedocs.io/en/stable/index.html >`__
24
24
Python driver. The examples on this page use the ``inventory ``
25
25
collection. To populate the ``inventory `` collection, run the
26
26
following:
Original file line number Diff line number Diff line change 15
15
16
16
- `Perl 2.2.0 <https://metacpan.org/author/MONGODB >`__
17
17
18
- - :api: `Python 3.9.0 < pymongo> `
18
+ - `Python < https:// pymongo.readthedocs.io/en/stable/index.html >`__
19
19
20
20
- :ruby: `Ruby 2.10.0 </> `
21
21
Original file line number Diff line number Diff line change @@ -81,9 +81,9 @@ data types like arrays.
81
81
82
82
- driver language's regular expression objects
83
83
84
- For example, the following :api: `PyMongo <pymongo>` query uses Python's
85
- ``re.compile()`` method to compile a regular
86
- expression:
84
+ For example, the following `PyMongo
85
+ <https://pymongo.readthedocs.io/en/stable/index.html>`__ query uses
86
+ Python's ``re.compile()`` method to compile a regular expression:
87
87
88
88
.. code-block:: python
89
89
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ upper-right to set the language of the following examples.
53
53
54
54
- id: python
55
55
content: |
56
- This page uses the
57
- following :api: `PyMongo <pymongo>`
56
+ This page uses the following
57
+ `PyMongo <https:// pymongo.readthedocs.io/en/stable/index.html>`__
58
58
Python driver methods:
59
59
60
60
- :py:meth:`pymongo.collection.Collection.delete_many`
Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ upper-right to set the language of the following examples.
61
61
.. tab::
62
62
:tabid: python
63
63
64
- This page uses the
65
- following :api: `PyMongo <pymongo>`
64
+ This page uses the following
65
+ `PyMongo <https:// pymongo.readthedocs.io/en/stable/index.html>`__
66
66
Python driver methods:
67
67
68
68
- :py:meth:`pymongo.collection.Collection.update_one`
You can’t perform that action at this time.
0 commit comments