BEFORE: https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/howtogalaxy/chapter_X_Y/tutorial_Z.ipynb
AFTER: https://colab.research.google.com/github/PyAutoLabs/HowToGalaxy/blob/2026.4.13.6/notebooks/chapter_X_Y/tutorial_Z.ipynb
Overview
Sub-task 3 of 3 of the HowToGalaxy extraction. The HowToGalaxy tutorial series now lives in its own repository at https://github.com/PyAutoLabs/HowToGalaxy (sub-task 1 extracted the content there, sub-task 2 removed it from
autogalaxy_workspace). This task updates every HowToGalaxy reference in the PyAutoGalaxy docs and README to point at the new standalone repo.Plan
docs/howtogalaxy/chapter_*.rstchapter landings to the new repo at tag2026.4.13.6, dropping the redundanthowtogalaxy/path segment (new repo root is the tutorial series).autogalaxy_workspace.docs/general/workspace.rst,docs/howtogalaxy/howtogalaxy.rst,docs/index.rst,docs/overview/overview_2_new_user_guide.rst, andpaper/paper.mdwith the same framing.scripts/howtogalaxy/mention inCLAUDE.md— it's now an external repo.autogalaxy_workspace/.../howtogalaxyreferences remain.Detailed implementation plan
Affected Repositories
Work Classification
Library (docs)
Branch Survey
Suggested branch:
feature/howtogalaxy-sub3Worktree root:
~/Code/PyAutoLabs-wt/howtogalaxy-sub3/URL transform (colab chapter links)
Files to rewrite (12 files, 56 occurrences)
README.rstdocs/general/workspace.rstdocs/index.rstdocs/overview/overview_2_new_user_guide.rstdocs/howtogalaxy/howtogalaxy.rstdocs/howtogalaxy/chapter_1_introduction.rstdocs/howtogalaxy/chapter_2_modeling.rstdocs/howtogalaxy/chapter_3_search_chaining.rstdocs/howtogalaxy/chapter_4_pixelizations.rstdocs/howtogalaxy/chapter_optional.rstpaper/paper.mdCLAUDE.mdFollow-up (out of scope for this PR)
Register HowToGalaxy in PyAutoBuild so
/pre_buildcan auto-tag future HowToGalaxy versions in lockstep withautogalaxy_workspace.Related