Skip to content

Commit 12929c3

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 2847f6a commit 12929c3

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Shared utilities (e.g. `test_mode`, `jax_wrapper`) belong in autonerves.
1616

1717
## Related repos
1818

19-
- **Source siblings:** PyAutoConf (upstream). PyAutoGalaxy / PyAutoLens are
19+
- **Source siblings:** PyAutoNerves (upstream). PyAutoGalaxy / PyAutoLens are
2020
downstream consumers (they build `Analysis` subclasses on autofit).
2121
- **autofit_workspace** — runnable tutorials/examples (`../autofit_workspace`).
2222
- **autofit_workspace_test** — integration + JAX/likelihood parity scripts.

autofit/non_linear/paths/abstract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __init__(
5252
API. Use via non-linear searches requires manual input of paths, whereas the search API manages this using the
5353
search attributes.
5454
55-
The output path within which the *Paths* objects path structure is contained is set via PyAutoConf, using the
55+
The output path within which the *Paths* objects path structure is contained is set via PyAutoNerves, using the
5656
command:
5757
5858
from autonerves import conf

docs/cookbooks/result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ By extending an `Analysis` class with the methods `save_attributes` and `save_re
487487
custom files can be written to the `files` folder and become accessible via the database.
488488

489489
To save the objects in a human readable and loaded .json format, the `data` and `noise_map`, which are natively stored
490-
as 1D numpy arrays, are converted to a suitable dictionary output format. This uses the **PyAutoConf** method
490+
as 1D numpy arrays, are converted to a suitable dictionary output format. This uses the **PyAutoNerves** method
491491
`to_dict`.
492492

493493
```python

docs/features/interpolate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ print(f"Gaussian centre interpolated at t = 1.5 {instance.gaussian.centre}")
166166

167167
## Serialisation
168168

169-
The interpolator and model can be serialized to a .json file using **PyAutoConf**'s dedicated serialization methods.
169+
The interpolator and model can be serialized to a .json file using **PyAutoNerves**'s dedicated serialization methods.
170170

171171
This means an interpolator can easily be loaded into other scripts.
172172

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/autofit_wo
1111
By default, **PyAutoFit** looks for the config files in a `config` folder in the current working directory, which is
1212
why we run autofit scripts from the `autofit_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
@@ -24,7 +24,7 @@ There are currently no known issues with installing **PyAutoFit**.
2424

2525
## Dependencies
2626

27-
**PyAutoConf** <https://github.com/PyAutoLabs/PyAutoConf>
27+
**PyAutoNerves** <https://github.com/PyAutoLabs/PyAutoNerves>
2828

2929
**dynesty** <https://github.com/joshspeagle/dynesty>
3030

llms.txt

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

1818
## Ecosystem
1919

20-
- Built on PyAutoConf (config); used by PyAutoGalaxy and PyAutoLens, which build `Analysis` subclasses on it.
20+
- Built on PyAutoNerves (config); used by PyAutoGalaxy and PyAutoLens, which build `Analysis` subclasses on it.

0 commit comments

Comments
 (0)