From 80641eac41c1664b97e662d341730cd9a8104269 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 19 Jul 2026 12:35:20 +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 7c99fb99a..b5fc39708 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -16,7 +16,7 @@ four layers below it — **autogalaxy**, **autoarray**, **autofit**, and ## Related repos -- **Source siblings (all upstream):** PyAutoConf, PyAutoArray, PyAutoFit, +- **Source siblings (all upstream):** PyAutoNerves, PyAutoArray, PyAutoFit, PyAutoGalaxy. - **autolens_workspace** — runnable tutorials/examples (`../autolens_workspace`). - **autolens_workspace_test** — integration + JAX/likelihood parity scripts. diff --git a/docs/general/configs.md b/docs/general/configs.md index a502f5a84..c42f99323 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/autolens_w By default, **PyAutoLens** looks for the config files in a `config` folder in the current working directory, which is why we run autolens scripts from the `autolens_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 0d4f2cf5b..25fce74c7 100644 --- a/docs/installation/overview.md +++ b/docs/installation/overview.md @@ -34,7 +34,7 @@ If you install **PyAutoLens** without a proper GPU setup, a warning will be disp **PyAutoLens** uses the following parent packages: -**PyAutoConf** +**PyAutoNerves** **PyAutoFit** diff --git a/docs/installation/source.md b/docs/installation/source.md index 98d554bcd..823fd585d 100644 --- a/docs/installation/source.md +++ b/docs/installation/source.md @@ -111,7 +111,7 @@ git clone https://github.com/PyAutoLabs/PyAutoGalaxy git clone https://github.com/PyAutoLabs/PyAutoLens ``` -Next, install **PyAutoConf** via pip: +Next, install **PyAutoNerves** via pip: ```bash pip install autonerves diff --git a/llms.txt b/llms.txt index 8bc7b2046..ad07e4857 100644 --- a/llms.txt +++ b/llms.txt @@ -17,4 +17,4 @@ ## Ecosystem (libraries this builds on) -- [PyAutoGalaxy](https://github.com/PyAutoLabs/PyAutoGalaxy), [PyAutoArray](https://github.com/PyAutoLabs/PyAutoArray), [PyAutoFit](https://github.com/PyAutoLabs/PyAutoFit), [PyAutoConf](https://github.com/PyAutoLabs/PyAutoConf): the upstream layers PyAutoLens is built on. +- [PyAutoGalaxy](https://github.com/PyAutoLabs/PyAutoGalaxy), [PyAutoArray](https://github.com/PyAutoLabs/PyAutoArray), [PyAutoFit](https://github.com/PyAutoLabs/PyAutoFit), [PyAutoNerves](https://github.com/PyAutoLabs/PyAutoNerves): the upstream layers PyAutoLens is built on.