diff --git a/doc/tools.rst b/doc/tools.rst index e88b57ee6..7aea84cb0 100644 --- a/doc/tools.rst +++ b/doc/tools.rst @@ -85,12 +85,6 @@ MongoKit is an ORM-like layer on top of PyMongo. There is also a MongoKit `google group `_. -MongoAlchemy - `MongoAlchemy `_ is another ORM-like layer on top of - PyMongo. Its API is inspired by `SQLAlchemy `_. The - code is available `on GitHub `_; - for more information, see `the tutorial `_. - Minimongo `minimongo `_ is a lightweight, pythonic interface to MongoDB. It retains pymongo's query and update API,