Skip to content

Commit 031018e

Browse files
committed
Use class docstring with autodoc.
1 parent e3ef6bc commit 031018e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
[u'Ask Solem'], 1)
230230
]
231231

232-
autoclass_content = "init"
232+
autoclass_content = "class"
233233
autodoc_default_flags = ['members', ]
234234

235235
intersphinx_mapping = {

0 commit comments

Comments
 (0)