From ccb42d51b7c2ff40b0a56b69331cf601e88b6b67 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 19 Jul 2026 12:35:35 +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.rst | 2 +- docs/installation/overview.rst | 2 +- docs/installation/source.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 0da40073..1dfe0192 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -67,7 +67,7 @@ NUMBA_CACHE_DIR=/tmp/numba_cache MPLCONFIGDIR=/tmp/matplotlib python -m pytest t ## Related repos -- **Source siblings:** PyAutoConf, PyAutoArray, PyAutoFit (upstream). +- **Source siblings:** PyAutoNerves, PyAutoArray, PyAutoFit (upstream). - **autocti_workspace** — runnable examples/tutorials (updated in epic Phase 4). - **autocti_workspace_test** — regression scripts + Euclid tvac/temporal heritage (rebuilt in epic Phase 5). diff --git a/docs/general/configs.rst b/docs/general/configs.rst index 6d693614..14b0decb 100644 --- a/docs/general/configs.rst +++ b/docs/general/configs.rst @@ -13,7 +13,7 @@ Setup By default, **PyAutoCTI** looks for the config files in a ``config`` folder in the current working directory, which is why we run autocti scripts from the ``autocti_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): .. code-block:: bash diff --git a/docs/installation/overview.rst b/docs/installation/overview.rst index fd816d98..a7959055 100644 --- a/docs/installation/overview.rst +++ b/docs/installation/overview.rst @@ -35,7 +35,7 @@ Dependencies **PyAutoCTI** has the following dependencies: -**PyAutoConf** https://github.com/rhayes777/PyAutoConf +**PyAutoNerves** https://github.com/rhayes777/PyAutoNerves **PyAutoFit** https://github.com/rhayes777/PyAutoFit diff --git a/docs/installation/source.rst b/docs/installation/source.rst index 06b9ddb1..8f038569 100644 --- a/docs/installation/source.rst +++ b/docs/installation/source.rst @@ -98,7 +98,7 @@ First, clone (or fork) all 4 GitHub repositories: git clone https://github.com/Jammy2211/PyAutoArray git clone https://github.com/Jammy2211/PyAutoCTI -Next, install **PyAutoConf** via pip: +Next, install **PyAutoNerves** via pip: .. code-block:: bash