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

Method ref

awscli/bcdoc/style.py:121–124  ·  view source on GitHub ↗
(self, title, link=None)

Source from the content-addressed store, hash-verified

119 self.end_bold()
120
121 def ref(self, title, link=None):
122 if link is None:
123 link = title
124 self.doc.write(':doc:`%s <%s>`' % (title, link))
125
126 def _heading(self, s, border_char):
127 border = border_char * len(s)

Callers 2

test_refMethod · 0.95
test_refMethod · 0.95

Calls 1

writeMethod · 0.45

Tested by 2

test_refMethod · 0.76
test_refMethod · 0.76