Open
Description
When writing a docstring, If one writes something like
See also: Kernel.ando3 (i.e. (Kernel.ando3 with backticks around Kernel.ando)
where Kernel is a module, then currently the documentation browser will not find the function ando3 defined in the Kernel module, but instead will match the first part of the word and try to bring up documentation for Kernel if it exists.