Skip to content

Commit facebe7

Browse files
author
Mike Dirolf
committed
playing w/ epydoc for doc generation
1 parent d985dc7 commit facebe7

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
*.cm
55
*.class
66
*.pyc
7+
doc/

epydoc-config

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[epydoc]
2+
3+
modules: __init__, bson, objectid, dbref, mongo, son
4+
output: html
5+
target: doc/
6+
verbosity: 1
7+
debug: 1
8+
9+
docformat: reStructuredText
10+
inheritance: grouped
11+
private: no
12+
imports: no
13+
14+
name: Python Mongo Driver
15+
url: http://github.com/mongodb/mongo-python-driver/tree/master

0 commit comments

Comments
 (0)