What do we call the feature of pydocweb whereby it automatically finds the internal link for a function reference when we surround its name w/ back ticks (e.g., in numpy.polynomial.chebyshev, `chebdomain` is sufficient for "chebdomain" in the rendered docstring to be a link to http://docs.scipy.org/numpy/docs/numpy.polynomial.chebyshev.chebdomain/#chebdomain)?  It's broken below numpy.polynomial.chebyshev.Chebyshev, e.g., in numpy.polynomial.chebyshev.Chebyshev.deriv, `chebder` is insufficient to find numpy.polynomial.chebyshev.chebder (I had to use the full reference to get the link to appear in the rendered docstring).  I'll file a ticket, but I want to refer to the feature properly and succinctly.  Thanks!

DG

--
Mathematician: noun, someone who disavows certainty when their uncertainty set is non-empty, even if that set has measure zero.