Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion docs/general/configs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading