MCPcopy Index your code
hub / github.com/aws/aws-cli / external_link

Method external_link

awscli/bcdoc/style.py:406–410  ·  view source on GitHub ↗
(self, title, link)

Source from the content-addressed store, hash-verified

404 self.doc.writeln(docstring_line)
405
406 def external_link(self, title, link):
407 if self.doc.target == 'html':
408 self.doc.write('`%s <%s>`_' % (title, link))
409 else:
410 self.doc.write(title)
411
412 def internal_link(self, title, page):
413 if self.doc.target == 'html':

Callers 5

test_external_linkMethod · 0.95
test_external_linkMethod · 0.95
_add_webapi_crosslinkMethod · 0.45

Calls 1

writeMethod · 0.45

Tested by 4

test_external_linkMethod · 0.76
test_external_linkMethod · 0.76