Skip to content

Commit

Permalink
PYTHON-4402 Remove dead links (#1619)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Apr 25, 2024
1 parent 9f0c0c5 commit 256f5a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test-python.yml
Expand Up @@ -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
Expand Down
8 changes: 2 additions & 6 deletions doc/migrate-to-pymongo4.rst
Expand Up @@ -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
..................................................................

Expand Down Expand Up @@ -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
...................................
Expand Down

0 comments on commit 256f5a2

Please sign in to comment.