docs: migrate HowToGalaxy URLs/prose to PyAutoLabs/HowToGalaxy repo#363
Merged
docs: migrate HowToGalaxy URLs/prose to PyAutoLabs/HowToGalaxy repo#363
Conversation
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; this commit points every HowToGalaxy reference in PyAutoGalaxy at the new location (tag 2026.4.13.6, matching autogalaxy_workspace at extraction). - Rewrite Colab URLs across docs/howtogalaxy/chapter_{1..4,optional}.rst from `autogalaxy_workspace/blob/.../notebooks/howtogalaxy/chapter_X/` to `HowToGalaxy/blob/.../notebooks/chapter_X/` (drops redundant howtogalaxy/ segment since the new repo root is the tutorial series). - Reword the README, docs/index.rst and docs/overview/overview_2 new-starter/"HowToGalaxy" sections to frame HowToGalaxy as a standalone repo alongside autogalaxy_workspace. - Rewrite docs/howtogalaxy/howtogalaxy.rst, docs/general/workspace.rst and paper/paper.md with the same framing; fix the broken local `file:///Users/...` readthedocs path in workspace.rst. - Remove the `scripts/howtogalaxy/` bullet from CLAUDE.md's workspace overview and add a short note that HowToGalaxy now lives externally. - Restore missing `|` separator between "Introduction on Colab" and "HowToGalaxy" links at the top of README.rst (pre-existing drift). Closes #362 Co-Authored-By: Claude Opus 4.7 <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
Sub-task 3 of 3 of the HowToGalaxy extraction (tracking issue: #362).
The HowToGalaxy tutorial series now lives in its own repository at https://github.com/PyAutoLabs/HowToGalaxy. Sub-task 1 (PyAutoLabs/HowToGalaxy#1) imported the content there; sub-task 2 (PyAutoLabs/autogalaxy_workspace#37) removed it from the workspace. This PR is the final piece: it points every HowToGalaxy reference in PyAutoGalaxy at the new location, at tag
2026.4.13.6(matches autogalaxy_workspace version at extraction).Changes
docs/howtogalaxy/chapter_{1..4,optional}.rstfromautogalaxy_workspace/blob/.../notebooks/howtogalaxy/chapter_X/toHowToGalaxy/blob/.../notebooks/chapter_X/(drops the redundanthowtogalaxy/segment since the new repo root is the tutorial series).docs/index.rstanddocs/overview/overview_2_new_user_guide.rstnew-starter/"HowToGalaxy" sections to frame HowToGalaxy as a standalone repo alongsideautogalaxy_workspace.docs/howtogalaxy/howtogalaxy.rst,docs/general/workspace.rstandpaper/paper.mdwith the same framing; fix the broken localfile:///Users/...readthedocs path inworkspace.rst.scripts/howtogalaxy/bullet fromCLAUDE.md's workspace overview and add a short note that HowToGalaxy now lives externally.|separator between "Introduction on Colab" and "HowToGalaxy" links at the top ofREADME.rst(pre-existing drift).Test plan
grep "autogalaxy_workspace.*howtogalaxy\|notebooks/howtogalaxy"returns zero matches across the repo.howtogalaxyoccurrences are either HowToGalaxy repo links, readthedocs paths (howtogalaxy/howtogalaxy.html), or references to the localdocs/howtogalaxy/sphinx directory.Follow-up
Register HowToGalaxy in PyAutoBuild so
/pre_buildcan auto-tag future HowToGalaxy versions in lockstep withautogalaxy_workspace(matches the HowToLens follow-up from the analogous sub-3 PR PyAutoLabs/PyAutoLens#468).Related
Closes #362
🤖 Generated with Claude Code