playing w/ epydoc for doc generation
This commit is contained in:
parent
d985dc7c38
commit
facebe7cee
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
*.cm
|
||||
*.class
|
||||
*.pyc
|
||||
doc/
|
||||
|
||||
15
epydoc-config
Normal file
15
epydoc-config
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user