Closed BSmith156 closed 1 year ago
Using `foo-bar.foo.x` in a docstring should create a link to the x function in foo.py
`foo-bar.foo.x`
x
foo.py
No link is created.
foo-bar
foobar
`foobar.foo.x`
Expected Behavior
Using
`foo-bar.foo.x`
in a docstring should create a link to thex
function infoo.py
Actual Behavior
No link is created.
Additional info
foo-bar
folder is renamed tofoobar
and docstring edited to`foobar.foo.x`