MCPcopy
hub / github.com/aws/aws-cli / link_target_definition

Method link_target_definition

awscli/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('.. _%s: %s' % (refname, link))
221
222 def sphinx_reference_label(self, label, text=None):
223 if text is None:

Callers 4

doc_titleMethod · 0.45
doc_titleMethod · 0.45
getvalueMethod · 0.45
flush_structureMethod · 0.45

Calls 1

writelnMethod · 0.45

Tested by

no test coverage detected