PYTHON-4402 Remove dead links (#1619)

This commit is contained in:
Steven Silvester 2024-04-25 14:51:13 -05:00 committed by GitHub
parent 9f0c0c50d7
commit 256f5a23a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 9 deletions

View File

@ -109,9 +109,6 @@ jobs:
- name: Install dependencies
run: |
pip install -q tox
- name: Check links
run: |
tox -m linkcheck
- name: Build docs
run: |
tox -m doc

View File

@ -637,12 +637,10 @@ Collection.group is removed
...........................
Removed :meth:`pymongo.collection.Collection.group`. This method was
deprecated in PyMongo 3.5. MongoDB 4.2 removed the `group command`_.
deprecated in PyMongo 3.5. MongoDB 4.2 removed the group command.
Use :meth:`~pymongo.collection.Collection.aggregate` with the ``$group`` stage
instead.
.. _group command: https://mongodb.com/docs/manual/reference/command/group/
Collection.map_reduce and Collection.inline_map_reduce are removed
..................................................................
@ -940,9 +938,7 @@ Collection.parallel_scan is removed
...................................
Removed :meth:`~pymongo.collection.Collection.parallel_scan`. MongoDB 4.2
removed the `parallelCollectionScan command`_. There is no replacement.
.. _parallelCollectionScan command: https://mongodb.com/docs/manual/reference/command/parallelCollectionScan/
removed the parallelCollectionScan command. There is no replacement.
pymongo.message helpers are removed
...................................