new autodoc options

This commit is contained in:
Michael Greene
2014-07-21 19:18:25 -07:00
parent b9b4d89d96
commit f20f00c31f

View File

@@ -107,6 +107,12 @@ pygments_style = 'sphinx'
# If true, keep warnings as "system message" paragraphs in the built documents.
#keep_warnings = False
# -- Options for ext.autodoc ----------------------------------------------
autoclass_content = 'init'
autodoc_member_order = 'groupwise'
autodoc_default_flags = ['members']
# -- Options for ext.autosummary ------------------------------------------
numpydoc_show_class_members = False