pdoc3 / pdoc

:snake: :arrow_right: :scroll: Auto-generate API documentation for Python projects
https://pdoc3.github.io/pdoc/
GNU Affero General Public License v3.0
1.11k stars 143 forks source link

Using a - in folder names prevents linking #425

Closed BSmith156 closed 11 months ago

BSmith156 commented 1 year ago

Expected Behavior

Using `foo-bar.foo.x` in a docstring should create a link to the x function in foo.py

Actual Behavior

No link is created.

Additional info