diff --git a/doc/index.rst b/doc/index.rst index c5765cfb9..c5afea2e6 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -4,7 +4,9 @@ PyMongo |release| Documentation Overview -------- **PyMongo** is a Python distribution containing tools for working with -`MongoDB `_, 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 `_, 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 +`_, in the "Python Driver" +project. Contributing ------------