MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / make_md_link

Method make_md_link

tensorflow/tools/docs/generate_lib.py:376–377  ·  view source on GitHub ↗
(self, url_prefix)

Source from the content-addressed store, hash-verified

374 if section_title else title)
375
376 def make_md_link(self, url_prefix):
377 return '[%s](%s%s)' % (self.link_text, url_prefix, self.url)
378
379
380class _GenerateGuideIndex(py_guide_parser.PyGuideParser):

Callers 1

_get_guides_markdownFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected