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 f12a29a commit ae9288fCopy full SHA for ae9288f
quartodoc/renderers/md_renderer.py
@@ -140,6 +140,7 @@ def render_annotation(self, el: expr.Expr) -> str:
140
141
@dispatch
142
def signature(self, el: layout.Doc):
143
+ """Return a string representation of an object's signature."""
144
orig = self.display_name
145
146
# set signature path, generate signature, then set back
@@ -156,7 +157,6 @@ def signature(self, el: layout.Doc):
156
157
158
159
def signature(self, el: dc.Alias, source: Optional[dc.Alias] = None):
- """Return a string representation of an object's signature."""
160
return self.signature(el.final_target, el)
161
162
0 commit comments