Skip to content

docs(tasks): drop stale n-to-1 task wrapper references from task_multi#373

Merged
bartzbeielstein merged 1 commit into
developfrom
docs/fix-stale-task-links
Jun 13, 2026
Merged

docs(tasks): drop stale n-to-1 task wrapper references from task_multi#373
bartzbeielstein merged 1 commit into
developfrom
docs/fix-stale-task-links

Conversation

@bartzbeielstein

Copy link
Copy Markdown
Collaborator

Summary

Clears the two pre-existing dead-link warnings in the safe docs render (unrelated to the recent tasks train — they stem from safe's own 20.0.0 task removal).

  • docs/tasks/task_multi.qmd had an executed {python} cell importing run_pipeline from spotforecast2_safe.tasks.task_safe_n_to_1_with_covariates_and_dataframe — a module removed in 20.0.0. It only rendered because the page was frozen; it would fail on re-execution. Removed the dead 'n-to-1 task entry point' section and the dead 'Where to go next' reference link.
  • Regenerated the stale freeze for docs/tutorials/n2n_predict_with_covariates_demo10, whose frozen HTML still linked the removed task_safe_n21_cov_df.qmd (the current source had already dropped it).

Verification

  • quarto render --no-cache191/191 pages, zero WARN lines (both 'Unable to resolve link target' warnings gone)
  • Docs-only; no version bump.

🤖 Generated with Claude Code

The task_safe_n_to_1_with_covariates_and_dataframe console task and its
reference page were removed in 20.0.0, but docs/tasks/task_multi.qmd still
imported run_pipeline from it in an executed {python} cell and linked the
removed reference page twice. The cell only rendered because the page was
frozen; it would fail on any re-execution. Removes the dead 'n-to-1 task
entry point' section and the dead 'Where to go next' link, and regenerates
the affected freeze plus the stale n2n_predict_with_covariates_demo10 freeze
(which still carried a removed task_safe_n21_cov_df.qmd link). Full quarto
render is now warning-free.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@bartzbeielstein bartzbeielstein merged commit 26d3d90 into develop Jun 13, 2026
10 checks passed
@bartzbeielstein bartzbeielstein deleted the docs/fix-stale-task-links branch June 13, 2026 06:07
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