File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -109,9 +109,6 @@ jobs:
109109 - name : Install dependencies
110110 run : |
111111 pip install -q tox
112- - name : Check links
113- run : |
114- tox -m linkcheck
115112 - name : Build docs
116113 run : |
117114 tox -m doc
Original file line number Diff line number Diff line change @@ -637,12 +637,10 @@ Collection.group is removed
637637...........................
638638
639639Removed :meth: `pymongo.collection.Collection.group `. This method was
640- deprecated in PyMongo 3.5. MongoDB 4.2 removed the ` group command `_ .
640+ deprecated in PyMongo 3.5. MongoDB 4.2 removed the group command.
641641Use :meth: `~pymongo.collection.Collection.aggregate ` with the ``$group `` stage
642642instead.
643643
644- .. _group command : https://mongodb.com/docs/manual/reference/command/group/
645-
646644Collection.map_reduce and Collection.inline_map_reduce are removed
647645..................................................................
648646
@@ -940,9 +938,7 @@ Collection.parallel_scan is removed
940938...................................
941939
942940Removed :meth: `~pymongo.collection.Collection.parallel_scan `. MongoDB 4.2
943- removed the `parallelCollectionScan command `_. There is no replacement.
944-
945- .. _parallelCollectionScan command : https://mongodb.com/docs/manual/reference/command/parallelCollectionScan/
941+ removed the parallelCollectionScan command. There is no replacement.
946942
947943pymongo.message helpers are removed
948944...................................
You can’t perform that action at this time.
0 commit comments