fix readme

This commit is contained in:
Mike Dirolf 2009-01-22 17:27:42 -05:00
parent e61baa8399
commit 22e8d24de7

View File

@ -20,7 +20,7 @@ Dependencies
- (to generate documentation) `epydoc <http://epydoc.sourceforge.net/>`_
Examples
=======
========
Here's a basic example (for more see the *examples/* directory):
>>> from pymongo.connection import Connection
@ -59,7 +59,7 @@ ObjectId('\x03\x1c\x06\x8d|\x9d}O\x8b\xaf!\xa0'))])
Documentation
=============
You will need `epydoc <http://epydoc.sourceforge.net/>`_ installed to generate the documentation. Documentation can be generated by running **epydoc --config=epydoc-config**.
You will need `epydoc <http://epydoc.sourceforge.net/>`_ installed to generate the documentation. Documentation can be generated by running **epydoc --config=epydoc-config**. Generate documentation can be found in the *doc/* directory.
Testing
=======