Skip to content

Commit

Permalink
Use class docstrings and not __init__ docstrings in documentation: ch…
Browse files Browse the repository at this point in the history
…anged autoclass_content from "both" to "class" in conf.py
  • Loading branch information
scizen9 committed Sep 26, 2023
1 parent 3e1afe6 commit c94f1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

# Class documentation should contain *both* the class docstring and
# the __init__ docstring
autoclass_content = "both"
autoclass_content = "class"


master_doc = 'index'
Expand Down

0 comments on commit c94f1e4

Please sign in to comment.