Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ markdown_entry_text
Function
markdown_entry_text
tools/commitlist.py:519–520 ·
view source on GitHub ↗
(commit: CommitRow)
Source
from the content-addressed store, hash-verified
517
518
519
def
markdown_entry_text(commit: CommitRow) -> str:
520
return
cleanup_title(commit.title)
521
522
523
def
category_output_name(category: str) -> str:
Callers
2
render_markdown
Function · 0.85
render_category_markdown
Function · 0.85
Calls
1
cleanup_title
Function · 0.85
Tested by
no test coverage detected