Skip to content

Commit ccb42d5

Browse files
committed
chore: rename repo references PyAutoConf -> PyAutoNerves
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 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013ciVftxvYpefh59wSkR7jN
1 parent 745e5b0 commit ccb42d5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ NUMBA_CACHE_DIR=/tmp/numba_cache MPLCONFIGDIR=/tmp/matplotlib python -m pytest t
6767

6868
## Related repos
6969

70-
- **Source siblings:** PyAutoConf, PyAutoArray, PyAutoFit (upstream).
70+
- **Source siblings:** PyAutoNerves, PyAutoArray, PyAutoFit (upstream).
7171
- **autocti_workspace** — runnable examples/tutorials (updated in epic Phase 4).
7272
- **autocti_workspace_test** — regression scripts + Euclid tvac/temporal
7373
heritage (rebuilt in epic Phase 5).

docs/general/configs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Setup
1313
By default, **PyAutoCTI** looks for the config files in a ``config`` folder in the current working directory, which is
1414
why we run autocti scripts from the ``autocti_workspace`` directory.
1515

16-
The configuration path can also be set manually in a script using the project **PyAutoConf** and the following
16+
The configuration path can also be set manually in a script using the project **PyAutoNerves** and the following
1717
command (the path to the ``output`` folder where the results of a non-linear search are stored is also set below):
1818

1919
.. code-block:: bash

docs/installation/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Dependencies
3535

3636
**PyAutoCTI** has the following dependencies:
3737

38-
**PyAutoConf** https://github.com/rhayes777/PyAutoConf
38+
**PyAutoNerves** https://github.com/rhayes777/PyAutoNerves
3939

4040
**PyAutoFit** https://github.com/rhayes777/PyAutoFit
4141

docs/installation/source.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ First, clone (or fork) all 4 GitHub repositories:
9898
git clone https://github.com/Jammy2211/PyAutoArray
9999
git clone https://github.com/Jammy2211/PyAutoCTI
100100
101-
Next, install **PyAutoConf** via pip:
101+
Next, install **PyAutoNerves** via pip:
102102

103103
.. code-block:: bash
104104

0 commit comments

Comments
 (0)