MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / get_markdown_header

Function get_markdown_header

tools/commitlist.py:529–535  ·  view source on GitHub ↗
(category: str)

Source from the content-addressed store, hash-verified

527
528
529def get_markdown_header(category: str) -> str:
530 return (
531 f'# Release Notes worksheet {category}\n'
532 '- polish PR title to make it human read friendly.\n'
533 '- edit, delete, merge multiple PRs.\n'
534 '- summarize notes for this category.\n\n'
535 )
536
537
538def render_markdown(

Callers 1

render_category_markdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected