Closed JHopeCollins closed 3 months ago
By default sphinx doesn't document special (dunder) methods. This PR adds a line to the documentation configuration to include __call__ method docstrings in the API.
__call__
It also updates a couple of __call__ docstrings so they build successfully.
Description
By default sphinx doesn't document special (dunder) methods. This PR adds a line to the documentation configuration to include
__call__
method docstrings in the API.It also updates a couple of
__call__
docstrings so they build successfully.