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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: