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:
109
109
- name : Install dependencies
110
110
run : |
111
111
pip install -q tox
112
- - name : Check links
113
- run : |
114
- tox -m linkcheck
115
112
- name : Build docs
116
113
run : |
117
114
tox -m doc
Original file line number Diff line number Diff line change @@ -637,12 +637,10 @@ Collection.group is removed
637
637
...........................
638
638
639
639
Removed :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.
641
641
Use :meth: `~pymongo.collection.Collection.aggregate ` with the ``$group `` stage
642
642
instead.
643
643
644
- .. _group command : https://mongodb.com/docs/manual/reference/command/group/
645
-
646
644
Collection.map_reduce and Collection.inline_map_reduce are removed
647
645
..................................................................
648
646
@@ -940,9 +938,7 @@ Collection.parallel_scan is removed
940
938
...................................
941
939
942
940
Removed :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.
946
942
947
943
pymongo.message helpers are removed
948
944
...................................
You can’t perform that action at this time.
0 commit comments