Skip to content

Commit

Permalink
docs: override DDFS signature so it doesnt print all settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jflatow committed Dec 6, 2010
1 parent ddfa05d commit 2a90031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/lib/ddfs.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.. automodule:: disco.ddfs
:members:
3 changes: 3 additions & 0 deletions lib/disco/ddfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
Parameters below which are indicated as tags can be specified as
a `tag://` URL, or the name of the tag.
.. autoclass:: DDFS(master=None, proxy=None, settings=DiscoSettings())
:members:
"""
import os, re, random
from cStringIO import StringIO
Expand Down

0 comments on commit 2a90031

Please sign in to comment.