diff --git a/doc/api/pymongo/max_key.rst b/doc/api/pymongo/max_key.rst new file mode 100644 index 000000000..64d9ccacc --- /dev/null +++ b/doc/api/pymongo/max_key.rst @@ -0,0 +1,7 @@ +:mod:`max_key` -- Representation for the MongoDB internal MaxKey type +===================================================================== +.. versionadded:: 1.7 + +.. automodule:: pymongo.max_key + :synopsis: Representation for the MongoDB internal MaxKey type + :members: diff --git a/doc/api/pymongo/min_key.rst b/doc/api/pymongo/min_key.rst new file mode 100644 index 000000000..fd9222bd9 --- /dev/null +++ b/doc/api/pymongo/min_key.rst @@ -0,0 +1,7 @@ +:mod:`min_key` -- Representation for the MongoDB internal MinKey type +===================================================================== +.. versionadded:: 1.7 + +.. automodule:: pymongo.min_key + :synopsis: Representation for the MongoDB internal MinKey type + :members: