-
-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Labels
bugSomething isn't workingSomething isn't workingduplicateThis issue or pull request already existsThis issue or pull request already exists
Description
Expected Behavior
When a docstring has a `module.identifier`
, it should always resolve the link.
Actual Behavior
When a docstring has a mention with double back quotes ``something``
, afterwards the `module.identifier`
does not resolve anymore.
Steps to Reproduce
- Create a
foobar/__init__.py
with the following content:VERSION = "0" """ The identifier `foobar.VERSION` links correctly to the version, but ``if there are double back quotes``, this link does not work anymore `foobar.VERSION` (without warning) """
pdoc3 foobar --html
- See
html/index.html
that the firstfoobar.VERSION
is resolved but not the second one.
Additional info
- pdoc version: 0.6.3
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingduplicateThis issue or pull request already existsThis issue or pull request already exists