Skip to content

Commit

Permalink
feat(docs): include undocumented members (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Mar 31, 2024
1 parent 1fb61da commit b348407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
'private-members': True,
'special-members': '__init__,__call__,__getitem__,__iter__,__aiter__,__next__,__anext__',
'inherited-members': True,
'undoc-members': True,
'member-order': 'groupwise',
# hide private methods that aren't relevant to us here
'exclude-members': '_abc_impl,_fget,_fset,_fdel,_ASyncSingletonMeta__instances,_ASyncSingletonMeta__lock'
Expand Down

0 comments on commit b348407

Please sign in to comment.