add note about filing bugs

This commit is contained in:
Mike Dirolf 2010-05-09 12:51:33 +03:00
parent 59b644061d
commit e9854d920c

View File

@ -4,7 +4,9 @@ PyMongo |release| Documentation
Overview
--------
**PyMongo** is a Python distribution containing tools for working with
`MongoDB <http://www.mongodb.org>`_, and is the recommended way to work with MongoDB from Python. This documentation attempts to explain everything you need to know to use **PyMongo**.
`MongoDB <http://www.mongodb.org>`_, and is the recommended way to
work with MongoDB from Python. This documentation attempts to explain
everything you need to know to use **PyMongo**.
.. todo:: a list of PyMongo's features
@ -24,7 +26,15 @@ Overview
The complete API documentation, organized by module.
:doc:`tools`
A listing of Python tools and libraries that have been written for MongoDB.
A listing of Python tools and libraries that have been written for
MongoDB.
Issues
------
All issues should be reported (and can be tracked / voted for /
commented on) at the main `MongoDB JIRA bug tracker
<http://jira.mongodb.org/browse/PYTHON>`_, in the "Python Driver"
project.
Contributing
------------