Skip to content

Commit

Permalink
feat(docs): document iter, aiter, next, anext dundermethods (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Mar 31, 2024
1 parent ddd66a3 commit 1fb61da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

autodoc_default_options = {
'private-members': True,
'special-members': '__init__,__call__,__getitem__',
'special-members': '__init__,__call__,__getitem__,__iter__,__aiter__,__next__,__anext__',
'inherited-members': True,
'member-order': 'groupwise',
# hide private methods that aren't relevant to us here
Expand Down

0 comments on commit 1fb61da

Please sign in to comment.