(self, url_prefix)
| 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 | |
| 380 | class _GenerateGuideIndex(py_guide_parser.PyGuideParser): |
no outgoing calls
no test coverage detected