diff --git a/README.rst b/README.rst index f6866e3e..a8588c8c 100644 --- a/README.rst +++ b/README.rst @@ -3,20 +3,21 @@ MongoEngine =========== :Info: MongoEngine is an ORM-like layer on top of PyMongo. :Author: Harry Marr (http://github.com/hmarr) +:Maintainer: Ross Lawley (http://github.com/rozza) About ===== -MongoEngine is a Python Object-Document Mapper for working with MongoDB. -Documentation available at http://hmarr.com/mongoengine/ - there is currently -a `tutorial `_, a `user guide -`_ and an `API reference -`_. +MongoEngine is a Python Object-Document Mapper for working with MongoDB. +Documentation available at http://mongoengine-odm.rtfd.org - there is currently +a `tutorial `_, a `user guide +`_ and an `API reference +`_. Installation ============ If you have `setuptools `_ you can use ``easy_install -U mongoengine``. Otherwise, you can download the -source from `GitHub `_ and run ``python +source from `GitHub `_ and run ``python setup.py install``. Dependencies @@ -84,14 +85,14 @@ the standard port, and run ``python setup.py test``. Community ========= -- `MongoEngine Users mailing list +- `MongoEngine Users mailing list `_ -- `MongoEngine Developers mailing list +- `MongoEngine Developers mailing list `_ - `#mongoengine IRC channel `_ Contributing ============ -The source is available on `GitHub `_ - to +The source is available on `GitHub `_ - to contribute to the project, fork it on GitHub and send a pull request, all contributions and suggestions are welcome!