Skip to content

Clean up rendered documentation output - #225

Merged
t-kalinowski merged 1 commit into
mainfrom
polish
Aug 10, 2026
Merged

Clean up rendered documentation output#225
t-kalinowski merged 1 commit into
mainfrom
polish

Conversation

@t-kalinowski

Copy link
Copy Markdown
Member

Summary

  • Remove the redundant printed label from the README confusion-matrix example.
  • Hide the bare NULL result from the model-persistence save example.
  • Regenerate the tracked pkgdown, LLM, and search artifacts.

Root cause

The README uses collapsed chunk output, so the cat() result appeared before the source expression that produced the matrix. The model-persistence save call also exposed its otherwise uninformative NULL result during rendering.

Impact

The public documentation renders each result beside the expression that produced it and omits an unhelpful serialization result. There are no public API or internal runtime changes.

Validation

  • Rendered README.Rmd with rmarkdown.
  • Rebuilt the pkgdown home page and model-persistence article, including LLM and search exports.
  • Ran documentation output assertions and git diff --check.

@t-kalinowski
t-kalinowski merged commit 43741c2 into main Aug 10, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant