playing w/ epydoc for doc generation

This commit is contained in:
Mike Dirolf 2009-01-16 10:44:08 -05:00
parent d985dc7c38
commit facebe7cee
2 changed files with 16 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
*.cm
*.class
*.pyc
doc/

15
epydoc-config Normal file
View File

@ -0,0 +1,15 @@
[epydoc]
modules: __init__, bson, objectid, dbref, mongo, son
output: html
target: doc/
verbosity: 1
debug: 1
docformat: reStructuredText
inheritance: grouped
private: no
imports: no
name: Python Mongo Driver
url: http://github.com/mongodb/mongo-python-driver/tree/master