Home
last modified time | relevance | path

Searched refs:to_markdown (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/scripts/release_notes/
Dcommitlist.py452 def to_markdown(commit_list: CommitList, category): function
572 lines += to_markdown(commits, category)
DREADME.md161 from commitlist import CommitList, to_markdown
168 lines =to_markdown(cherry_pick_commit_list, category)
/external/rust/android-crates-io/crates/diplomat_core/src/ast/
Ddocs.rs51 pub fn to_markdown(&self, docs_url_gen: &DocsUrlGenerator) -> String { in to_markdown() method
/external/python/cpython3/Tools/scripts/
Dsummarize_stats.py1316 def to_markdown(x): function