You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to include special methods (i.e., dunder methods) in the API references that we make through [automodapi](https://github.com/astropy/sphinx-automodapi/]. Sphinx autodoc supports with with a special-members option:
We want to include special methods (i.e., dunder methods) in the API references that we make through [automodapi](https://github.com/astropy/sphinx-automodapi/]. Sphinx autodoc supports with with a
special-members
option:It looks like the place to implement this is https://github.com/astropy/sphinx-automodapi/blob/master/sphinx_automodapi/automodapi.py#L308-L312 I think we can PR to sphinx-automodapi to add a
private-members
option toautomodapi
that's passed through to theautoclass
directives.The text was updated successfully, but these errors were encountered: