docs: fix dead HowToGalaxy Colab links + purge stale allowlist entries#493
Merged
Conversation
…tries docs/howtogalaxy chapter pages: the model-fit entry becomes Tutorial 5 matching the actual tutorial_5_model_fit notebook, and the removed mass-profiles / sub-grids optional tutorials' entries are deleted (HowToGalaxy chapter_optional now contains only tutorial_searches). The three grandfathered Colab entries leave .url_check_allowlist.txt. Final leg of PyAutoLabs/PyAutoBuild#124. 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
Final leg of the Colab maturity work (tracker PyAutoLabs/PyAutoBuild#124). Fixes the three dead HowToGalaxy Colab links in
docs/howtogalaxy/— the model-fit entry becomes Tutorial 5: Model Fit matching the actualtutorial_5_model_fitnotebook (the chapter has five tutorials, not six), and the entries for the deletedchapter_optionalmass-profiles / sub-grids tutorials are removed (the chapter now contains onlytutorial_searches) — and purges the three grandfathered Colab entries from.url_check_allowlist.txt.Every Colab URL in the repo is machine-verified (canonical owner, current tag, target notebook exists in HowToGalaxy) and Heart's hardened offline guard exits clean. Human-directed run: the repo claim held by
release-docs-polish-learn-pathswas explicitly overridden by the maintainer; file-level overlap with that task's uncommitted work is zero.API Changes
None — docs-only.
Test Plan
heart/checks/url_check.sh(incl. new phase-1 patterns): CLEAN🤖 Generated with Claude Code