Skip to content

Commit

Permalink
Merge pull request #21 from ConorMacBride/undoc-special-methods
Browse files Browse the repository at this point in the history
Remove documentation for special methods
  • Loading branch information
ConorMacBride committed Feb 11, 2021
2 parents d9c1981 + e5c9eb6 commit 9eaaa7f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,7 @@
]
numpydoc_show_class_members = False
nbsphinx_execute = 'never'
all_methods = [
'mcalf.models.ModelBase',
]
automodsumm_private_methods_of = all_methods
automodsumm_special_methods_of = all_methods
automodsumm_private_methods_of = ['mcalf.models.ModelBase']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down

0 comments on commit 9eaaa7f

Please sign in to comment.