Skip to content

Commit

Permalink
docs: show __init__ docstrings (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
henry0312 authored and guolinke committed May 9, 2017
1 parent b53cd80 commit 62b4691
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False

# Both the class' and the __init__ method's docstring are concatenated and inserted.
autoclass_content = 'both'

# -- Options for HTML output ----------------------------------------------

Expand Down

0 comments on commit 62b4691

Please sign in to comment.