mongoengine/docs/index.rst
Ross Lawley e3cd398f70 Changed default collection naming
Also added upgrade text
2011-06-20 14:00:06 +01:00

37 lines
870 B
ReStructuredText

==============================
MongoEngine User Documentation
==============================
MongoEngine is an Object-Document Mapper, written in Python for working with
MongoDB. To install it, simply run
.. code-block:: console
# pip install -U mongoengine
The source is available on `GitHub <http://github.com/hmarr/mongoengine>`_.
To get help with using MongoEngine, use the `MongoEngine Users mailing list
<http://groups.google.com/group/mongoengine-users>`_ or come chat on the
`#mongoengine IRC channel <irc://irc.freenode.net/mongoengine>`_.
If you are interested in contributing, join the developers' `mailing list
<http://groups.google.com/group/mongoengine-dev>`_.
.. toctree::
:maxdepth: 2
tutorial
guide/index
apireference
django
changelog
upgrading
Indices and tables
==================
* :ref:`genindex`
* :ref:`search`