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
Sometimes a function's documentation will contain a section like
'Usage' or 'Examples', warnings about edge cases, etc. These
sections are introduced with a .. directive::. This makes it so
that sphinx-autodoc-typehints inserts the return type ahead of
these sections, rather than after them.
0 commit comments