docs(tasks): drop stale n-to-1 task wrapper references from task_multi#373
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.qmdhad an executed{python}cell importingrun_pipelinefromspotforecast2_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.docs/tutorials/n2n_predict_with_covariates_demo10, whose frozen HTML still linked the removedtask_safe_n21_cov_df.qmd(the current source had already dropped it).Verification
quarto render --no-cache— 191/191 pages, zero WARN lines (both 'Unable to resolve link target' warnings gone)🤖 Generated with Claude Code