From 22e8d24de7aed48f79a89b0e73c66ef00711a7ca Mon Sep 17 00:00:00 2001 From: Mike Dirolf Date: Thu, 22 Jan 2009 17:27:42 -0500 Subject: [PATCH] fix readme --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index eec23158d..e10f9172b 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ Dependencies - (to generate documentation) `epydoc `_ 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 `_ installed to generate the documentation. Documentation can be generated by running **epydoc --config=epydoc-config**. +You will need `epydoc `_ 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 =======