We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8f53f commit f507deaCopy full SHA for f507dea
quartodoc/renderers/md_renderer.py
@@ -163,7 +163,7 @@ def signature(self, el: layout.Doc):
163
@dispatch
164
def signature(self, el: dc.Alias, source: Optional[dc.Alias] = None):
165
"""Return a string representation of an object's signature."""
166
- return self.signature(el.target, el)
+ return self.signature(el.final_target, el)
167
168
169
def signature(
0 commit comments