Replace defunct test description links with test sandbox in notebooks#519
Replace defunct test description links with test sandbox in notebooks#519nrichers wants to merge 3 commits into
Conversation
…where appropriate
…ichers/sc-15539/integrate-beta-test-sandbox-into-quarto-and
|
|
PR SummaryThis pull request refines several Jupyter notebooks by updating the documentation that explains how to run and interpret various tests. The main changes involve removing markdown hyperlinks from test names (e.g., ClassifierPerformance, ROCCurve, HighPearsonCorrelation, etc.) in favor of plain text references. Additionally, the pull request standardizes trailing newline characters for a more consistent presenting style. These changes do not alter any test functionality but instead improve the readability and consistency of the instructions provided to users. In essence, the update:
Test Suggestions
|
What and why?
Notebook links that pointed at removed text-only test description pages now point at the production test sandbox documentation instead, so readers following quickstart, validation, and use-case notebooks land on the current docs surface.
Before: Relative or legacy links to defunct per-test description pages.
After: Links to the interactive test sandbox guide where appropriate across eight notebooks.
How to test
quarto preview(or your usual docs build) if these notebooks are rendered as part of the site and verify links are not broken.What needs special review?
Dependencies, breaking changes, and deployment notes
validmind-library.Release notes
internal— Notebook link maintenance only; no product behavior change.Checklist