Skip to content

Commit cdf00a7

Browse files
Jammy2211claude
andauthored
chore: rename repo references PyAutoConf -> PyAutoNerves (#637)
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. Claude-Session: https://claude.ai/code/session_013ciVftxvYpefh59wSkR7jN Co-authored-by: Claude <noreply@anthropic.com>
1 parent b7c4d7e commit cdf00a7

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ four layers below it — **autogalaxy**, **autoarray**, **autofit**, and
1616

1717
## Related repos
1818

19-
- **Source siblings (all upstream):** PyAutoConf, PyAutoArray, PyAutoFit,
19+
- **Source siblings (all upstream):** PyAutoNerves, PyAutoArray, PyAutoFit,
2020
PyAutoGalaxy.
2121
- **autolens_workspace** — runnable tutorials/examples (`../autolens_workspace`).
2222
- **autolens_workspace_test** — integration + JAX/likelihood parity scripts.

docs/general/configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ the [config directory of the workspace](https://github.com/PyAutoLabs/autolens_w
1111
By default, **PyAutoLens** looks for the config files in a `config` folder in the current working directory, which is
1212
why we run autolens scripts from the `autolens_workspace` directory.
1313

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

1717
```bash

docs/installation/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If you install **PyAutoLens** without a proper GPU setup, a warning will be disp
3434

3535
**PyAutoLens** uses the following parent packages:
3636

37-
**PyAutoConf** <https://github.com/PyAutoLabs/PyAutoConf>
37+
**PyAutoNerves** <https://github.com/PyAutoLabs/PyAutoNerves>
3838

3939
**PyAutoFit** <https://github.com/PyAutoLabs/PyAutoFit>
4040

docs/installation/source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ git clone https://github.com/PyAutoLabs/PyAutoGalaxy
111111
git clone https://github.com/PyAutoLabs/PyAutoLens
112112
```
113113

114-
Next, install **PyAutoConf** via pip:
114+
Next, install **PyAutoNerves** via pip:
115115

116116
```bash
117117
pip install autonerves

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
## Ecosystem (libraries this builds on)
1919

20-
- [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.
20+
- [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.

0 commit comments

Comments
 (0)