refactor: remove howtogalaxy tutorial dirs (now in PyAutoLabs/HowToGalaxy)#37
Merged
Conversation
…laxy) Sub-task 2 of 3 of the HowToGalaxy extraction. The tutorial series now lives in its own repository at https://github.com/PyAutoLabs/HowToGalaxy, so this workspace no longer needs to host it. - Delete scripts/howtogalaxy/ and notebooks/howtogalaxy/ (70 files). - Relocate the sersic simulator dependency to scripts/imaging/simulator_sersic.py (matches sibling simulator.py, simulator_sample.py) and rewrite all 9 non-tutorial script callers plus their 9 notebook counterparts to invoke the new path via the auto-sim subprocess block. - Slim the HowToGalaxy sections of README.rst, start_here.py / .ipynb, CLAUDE.md, scripts/README.rst, notebooks/README.rst down to a single external-repo pointer. Rewrite 3 in-script prose references (imaging/modeling.py, interferometer/modeling.py, ellipse/modeling.py) plus their notebook equivalents. - Drop the howtogalaxy-specific entries from config/build/env_vars.yaml and config/build/no_run.yaml, since the scripts they referenced are gone. Closes #36 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This was referenced Apr 21, 2026
Closed
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 2 of 3 of the HowToGalaxy extraction (tracking issue: #36).
The HowToGalaxy tutorial series now lives in its own repository at
https://github.com/PyAutoLabs/HowToGalaxy, so this workspace no longer
needs to host it. Sub-task 1 (PyAutoLabs/HowToGalaxy#1) imported the
content there; this PR removes it from
autogalaxy_workspaceandpatches up the callers.
Changes
scripts/howtogalaxy/andnotebooks/howtogalaxy/(70 files).scripts/imaging/simulator_sersic.py(matches the existingsimulator.py/simulator_sample.pynaming) and rewrite all 9non-tutorial script callers plus their 9 notebook counterparts to
invoke the new path via the auto-sim subprocess block.
README.rst,start_here.py/.ipynb,CLAUDE.md,scripts/README.rst,notebooks/README.rstto a singleexternal-repo pointer.
imaging/modeling.py,interferometer/modeling.py,ellipse/modeling.py) plus theirnotebook equivalents.
howtogalaxy/-specific entries fromconfig/build/env_vars.yamlandconfig/build/no_run.yaml.Test plan
scripts/imaging/features/shapelets/fit.pyend-to-end(EXIT=0) — confirms the auto-sim block now invokes
scripts/imaging/simulator_sersic.pyand the downstream fit runs.scripts/guides/modeling/customize.pyend-to-end(EXIT=0) — same.
Follow-up
Sub-task 3 of 3 (separate task): update the PyAutoGalaxy docs / README /
Colab URLs that still point at the old
autogalaxy_workspace/howtogalaxy/location.
Closes #36
🤖 Generated with Claude Code