From e9854d920cb6e38945e8b3aa00def6351bd68d70 Mon Sep 17 00:00:00 2001 From: Mike Dirolf Date: Sun, 9 May 2010 12:51:33 +0300 Subject: [PATCH] add note about filing bugs --- doc/index.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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 ------------