From 60a232f9f188dd14701c2770d7f53b956f228876 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 19 Jul 2026 12:35:05 +0000 Subject: [PATCH] chore: rename repo references PyAutoConf -> PyAutoNerves MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update repo-name references (CI dependency chains, checkout targets, docs and "related repos" prose) from PyAutoConf to PyAutoNerves following the GitHub repo rename. The package (`autonerves`) and lowercase config identifiers are already renamed; this is the repo/organ identity. GitHub redirects meant nothing broke in the interim — this makes the references match reality. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_013ciVftxvYpefh59wSkR7jN --- AGENTS.md | 2 +- docs/general/configs.md | 2 +- docs/installation/overview.md | 2 +- docs/installation/source.md | 2 +- llms.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 6ab7a779..eef6dfbe 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -17,7 +17,7 @@ import `autolens` — lensing lives one layer up. ## Related repos -- **Source siblings:** PyAutoConf, PyAutoArray, PyAutoFit (upstream); +- **Source siblings:** PyAutoNerves, PyAutoArray, PyAutoFit (upstream); PyAutoLens (downstream — builds multi-plane lensing on autogalaxy). - **autogalaxy_workspace** — runnable tutorials/examples (`../autogalaxy_workspace`). - **autogalaxy_workspace_test** — integration + JAX/likelihood parity scripts. diff --git a/docs/general/configs.md b/docs/general/configs.md index 667002db..f7c71539 100644 --- a/docs/general/configs.md +++ b/docs/general/configs.md @@ -11,7 +11,7 @@ the [config directory of the workspace](https://github.com/PyAutoLabs/autogalaxy By default, **PyAutoGalaxy** looks for the config files in a `config` folder in the current working directory, which is why we run autogalaxy scripts from the `autogalaxy_workspace` directory. -The configuration path can also be set manually in a script using the project **PyAutoConf** and the following +The configuration path can also be set manually in a script using the project **PyAutoNerves** and the following command (the path to the `output` folder where the results of a non-linear search are stored is also set below): ```bash diff --git a/docs/installation/overview.md b/docs/installation/overview.md index b764cb59..b560aa58 100644 --- a/docs/installation/overview.md +++ b/docs/installation/overview.md @@ -22,7 +22,7 @@ our [building from source installation guide](https://pyautogalaxy.readthedocs.i **PyAutoGalaxy** has the following dependencies: -**PyAutoConf** +**PyAutoNerves** **PyAutoFit** diff --git a/docs/installation/source.md b/docs/installation/source.md index bab0ced1..77162dc6 100644 --- a/docs/installation/source.md +++ b/docs/installation/source.md @@ -93,7 +93,7 @@ git clone https://github.com/PyAutoLabs/PyAutoArray git clone https://github.com/PyAutoLabs/PyAutoGalaxy ``` -Next, install **PyAutoConf** via pip: +Next, install **PyAutoNerves** via pip: ```bash pip install autonerves diff --git a/llms.txt b/llms.txt index a3e5a60a..e14bf765 100644 --- a/llms.txt +++ b/llms.txt @@ -17,4 +17,4 @@ ## Ecosystem -- Built on PyAutoArray (data structures) + PyAutoFit (inference) + PyAutoConf (config); used by PyAutoLens, which builds multi-plane lensing on it. +- Built on PyAutoArray (data structures) + PyAutoFit (inference) + PyAutoNerves (config); used by PyAutoLens, which builds multi-plane lensing on it.