docs: audit-driven URL fixes (workspace phase)#7
Merged
Conversation
Apply scripted URL rewrites surfaced by admin_jammy/software/url_check. This is the workspace counterpart to the library-side cleanup that shipped under the same task. All changes are doc-only: URL strings in .md / .rst / .ipynb / .py docstrings and comments. No code behaviour changes. Line endings preserved. Patterns applied: - Jammy2211/<workspace> → PyAutoLabs/<workspace> (workspaces migrated orgs) - Jammy2211|rhayes777/<library> → PyAutoLabs/<library> - /blob/release/ and /tree/release/ → /main/ (release branch removed) - joshspeagle/nautilus → johannesulf/nautilus (sampler moved orgs) - rhayes777/PyAutoBuild → PyAutoLabs/PyAutoBuild - bokeh CoC → /docs/CODE_OF_CONDUCT.md - numfocus CoC → numfocus.org/code-of-conduct - www.sphinx-doc.org /en/main → /en/master - pyautofit.readthedocs.io renames (cookbook_1_basics → cookbooks/model, overview/model_fit → overview/the_basics, etc.) - Workspace notebook reorganisation (overview/{simple,complex}/{fit,result} → new flat structure; modeling/imaging/features/<x>.ipynb → imaging/features/<x>/modeling.ipynb; tree/main/notebooks/plot → notebooks/guides/plot) Tool + report: PyAutoLabs/admin_jammy#21 (merged) Library wave: PyAutoLabs/PyAutoLens#509 (and paired PRs, all merged) Issue: PyAutoLabs/PyAutoLens#508 Co-Authored-By: Claude Opus 4.7 (1M context) <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
Workspace counterpart to the library-side URL cleanup. Doc-only — every change is a URL string in a
.md,.rst,.ipynb, or.pydocstring/comment. No code behaviour changes. CRLF line endings preserved.Patterns applied (driven by
admin_jammy/software/url_check/):Jammy2211/<workspace>→PyAutoLabs/<workspace>;Jammy2211|rhayes777/<library>→PyAutoLabs/<library>releasebranch on workspaces:/blob/release/and/tree/release/→/main/joshspeagle/nautilus→johannesulf/nautilusrhayes777/PyAutoBuild→PyAutoLabs/PyAutoBuild/docs/CODE_OF_CONDUCT.md; numfocus →numfocus.org/code-of-conduct/en/main→/en/mastercookbook_1_basics→cookbooks/model, etc.)Test plan
/smoke_testrunsRelated