From 62a55130963517f8370c4d241c8d52133cd384d1 Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Fri, 15 May 2026 08:29:28 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20audit-driven=20URL=20fixes=20(Jammy2211?= =?UTF-8?q?=20=E2=86=92=20PyAutoLabs,=20/release/=20=E2=86=92=20/main/,=20?= =?UTF-8?q?etc.)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apply scripted URL rewrites surfaced by the new admin_jammy/software/url_check/ audit tool. All changes are doc-only (README, *.md, *.rst, plus docstring URLs in source files). No behaviour changes. Line endings preserved. Patterns applied: - hhttps:// → https:// (user-reported typo in overview_2_new_user_guide.md) - Jammy2211/ → PyAutoLabs/ (workspaces migrated orgs) - Jammy2211|rhayes777/ → PyAutoLabs/ - /blob/release/ and /tree/release/ → /main/ (release branch removed) - joshspeagle/nautilus → johannesulf/nautilus (sampler moved orgs) - rhayes777/PyAutoBuild → PyAutoLabs/PyAutoBuild - bokeh CoC moved to /docs/CODE_OF_CONDUCT.md - numfocus CoC moved to 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.) - autofit_workspace overview/{simple,complex}/{fit,result}.ipynb → new flat structure - workspaces modeling/imaging/features/.ipynb → imaging/features//modeling.ipynb - workspaces multi/modeling/features/.ipynb → multi/features//modeling.ipynb - workspaces multi/modeling/start_here.ipynb → multi/start_here.ipynb - workspaces tree/main/notebooks/plot → notebooks/guides/plot - Colab badge URL: workspace-root start_here.ipynb → notebooks//start_here.ipynb Tool + report: PyAutoLabs/admin_jammy#21 Issue: PyAutoLabs/PyAutoLens#508 Co-Authored-By: Claude Opus 4.7 (1M context) --- autoarray/inversion/pixelization.py | 18 +++++++++--------- docs/conf.py | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/autoarray/inversion/pixelization.py b/autoarray/inversion/pixelization.py index 73f17f90f..8497b257d 100644 --- a/autoarray/inversion/pixelization.py +++ b/autoarray/inversion/pixelization.py @@ -22,13 +22,13 @@ def __init__( For the simplest case, we have a 2D image whose pixel centres are defined on a (y,x) grid of Cartesian coordinates, which are paired with the ``Mesh`` of the ``Pixelization``: - .. image:: https://github.com/Jammy2211/PyAutoGalaxy/blob/main/docs/api/images/pixelization_image_plane/data_image_plane.png?raw=true + .. image:: https://github.com/PyAutoLabs/PyAutoGalaxy/blob/main/docs/api/images/pixelization_image_plane/data_image_plane.png?raw=true :width: 240 - .. image:: https://github.com/Jammy2211/PyAutoGalaxy/blob/main/docs/api/images/pixelization_image_plane/grid_image_plane.png?raw=true + .. image:: https://github.com/PyAutoLabs/PyAutoGalaxy/blob/main/docs/api/images/pixelization_image_plane/grid_image_plane.png?raw=true :width: 240 - .. image:: https://github.com/Jammy2211/PyAutoGalaxy/blob/main/docs/api/images/pixelization_image_plane/image_plane_mesh.png?raw=true + .. image:: https://github.com/PyAutoLabs/PyAutoGalaxy/blob/main/docs/api/images/pixelization_image_plane/image_plane_mesh.png?raw=true :width: 240 The visual above shows: @@ -53,13 +53,13 @@ def __init__( The images below use the same image, which has had a 2.5" circular mask applied to it: - .. image:: https://github.com/Jammy2211/PyAutoGalaxy/blob/main/docs/api/images/pixelization_masked_image_plane/data_image_plane.png?raw=true + .. image:: https://github.com/PyAutoLabs/PyAutoGalaxy/blob/main/docs/api/images/pixelization_masked_image_plane/data_image_plane.png?raw=true :width: 240 - .. image:: https://github.com/Jammy2211/PyAutoGalaxy/blob/main/docs/api/images/pixelization_masked_image_plane/grid_image_plane.png?raw=true + .. image:: https://github.com/PyAutoLabs/PyAutoGalaxy/blob/main/docs/api/images/pixelization_masked_image_plane/grid_image_plane.png?raw=true :width: 240 - .. image:: https://github.com/Jammy2211/PyAutoGalaxy/blob/main/docs/api/images/pixelization_masked_image_plane/image_plane_mesh.png?raw=true + .. image:: https://github.com/PyAutoLabs/PyAutoGalaxy/blob/main/docs/api/images/pixelization_masked_image_plane/image_plane_mesh.png?raw=true :width: 240 The behaviour is analogous to the non-masked case, however only unmasked pixel's in the image's (y,x) grid @@ -73,13 +73,13 @@ def __init__( In the strong lensing package **PyAutoLens**, gravitational lensing deflects the observed image's (y,x) grid of coordinates and the ``mesh`` is overlaid in the source-plane: - .. image:: https://github.com/Jammy2211/PyAutoGalaxy/blob/main/docs/api/images/pixelization_masked_source_plane/data_image_plane.png?raw=true + .. image:: https://github.com/PyAutoLabs/PyAutoGalaxy/blob/main/docs/api/images/pixelization_masked_source_plane/data_image_plane.png?raw=true :width: 240 - .. image:: https://github.com/Jammy2211/PyAutoGalaxy/blob/main/docs/api/images/pixelization_masked_source_plane/grid_image_plane.png?raw=true + .. image:: https://github.com/PyAutoLabs/PyAutoGalaxy/blob/main/docs/api/images/pixelization_masked_source_plane/grid_image_plane.png?raw=true :width: 240 - .. image:: https://github.com/Jammy2211/PyAutoGalaxy/blob/main/docs/api/images/pixelization_masked_source_plane/source_plane_mesh.png?raw=true + .. image:: https://github.com/PyAutoLabs/PyAutoGalaxy/blob/main/docs/api/images/pixelization_masked_source_plane/source_plane_mesh.png?raw=true :width: 240 The red points, highlighted throughout all visuals above, show that after gravitational lensing the points diff --git a/docs/conf.py b/docs/conf.py index 163a410e6..e771da721 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -4,7 +4,7 @@ # # This file only contains a selection of the most common options. For a full # list see the documentation: -# https://www.sphinx-doc.org/en/main/usage/configuration.html +# https://www.sphinx-doc.org/en/master/usage/configuration.html # -- Path setup --------------------------------------------------------------