Skip to content

Commit

Permalink
Set default autodoc settings in conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dreverri committed Dec 15, 2010
1 parent c446c1f commit a1f10df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/bucket.rst
Expand Up @@ -7,7 +7,3 @@ RiakBucket
.. currentmodule:: riak.bucket

.. autoclass:: riak.bucket.RiakBucket
:members:
:member-order: bysource
:undoc-members:

4 changes: 4 additions & 0 deletions docs/conf.py
Expand Up @@ -254,3 +254,7 @@

# Allow duplicate toc entries.
#epub_tocdup = True

# Autodoc settings
autodoc_default_flags = ['members', 'undoc-members']
autodoc_member_order = 'bysource'

0 comments on commit a1f10df

Please sign in to comment.