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
To implement the predefined functions from HTCondor I made use of @overload to properly define function signatures. However, with overloaded functions the automatic docstring integration does not seem to work.
Do we now have to deal with those manually or is there a proper method?
The text was updated successfully, but these errors were encountered:
There is an open issue for autodoc (sphinx-doc/sphinx#3610) for this. It seems that right now, only manual definitions work; we could just as well wait for it to be release, but there is no ETA.
To implement the predefined functions from HTCondor I made use of
@overload
to properly define function signatures. However, with overloaded functions the automatic docstring integration does not seem to work.Do we now have to deal with those manually or is there a proper method?
The text was updated successfully, but these errors were encountered: