Skip to content

Commit e5959ab

Browse files
author
Rafael Pierre
committed
rollback generate_ref_files
1 parent 8f4609e commit e5959ab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/scripts/generate_ref_files.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def md_target(py_path: Path) -> Path:
3131
rel = py_path.relative_to(SRC_ROOT).with_suffix(".md")
3232
return DOCS_ROOT / rel
3333

34-
3534
def pretty_title(last_segment: str) -> str:
3635
"""
3736
Convert a module/file segment like 'tool_context' to 'Tool Context'.
@@ -40,7 +39,6 @@ def pretty_title(last_segment: str) -> str:
4039
cleaned = last_segment.replace("_", " ").replace("-", " ")
4140
return capwords(cleaned)
4241

43-
4442
# ---- Main ------------------------------------------------------------
4543

4644

@@ -75,4 +73,4 @@ def main() -> None:
7573

7674

7775
if __name__ == "__main__":
78-
main()
76+
main()

0 commit comments

Comments
 (0)