Skip to content

Commit 36ae619

Browse files
committed
chore: remove dead references to render_source_md
1 parent 8b75b7e commit 36ae619

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

openkb/tree_renderer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ def _render_nodes_summary(nodes: list[dict], depth: int) -> str:
3838
def render_summary_md(tree: dict, source_name: str, doc_id: str) -> str:
3939
"""Render the summary Markdown page for a PageIndex tree.
4040
41-
Identical structure to :func:`render_source_md` but replaces node text
42-
with ``Summary: {summary}`` for each node.
41+
Renders each node as a heading with page range and its summary text.
4342
"""
4443
frontmatter = _yaml_frontmatter(source_name, doc_id)
4544
structure = tree.get("structure", [])

0 commit comments

Comments
 (0)