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
If you have a function named print and a module named print, it's a crap shoot whether :mod:`print` will take you to the module or the function. I assume we can fix this by automatically appending -module to the Sphinx object id.
If you have a function named
printand a module namedprint, it's a crap shoot whether:mod:`print`will take you to the module or the function. I assume we can fix this by automatically appending-moduleto the Sphinx object id.