MCPcopy Create free account
hub / github.com/aws/aws-cli / link_target_definition

Method link_target_definition

awscli/botocore/docs/bcdoc/style.py:219–220  ·  view source on GitHub ↗
(self, refname, link)

Source from the content-addressed store, hash-verified

217 self.doc.do_translation = True
218
219 def link_target_definition(self, refname, link):
220 self.doc.writeln(f'.. _{refname}: {link}')
221
222 def sphinx_reference_label(self, label, text=None):
223 if text is None:

Callers 2

getvalueMethod · 0.45
flush_structureMethod · 0.45

Calls 1

writelnMethod · 0.45

Tested by

no test coverage detected