From 1166cde036b4a4acab004d663f80dcf4cabc595f Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:11:41 +0200 Subject: [PATCH] FIX: remove links to `tox.ini` --- docs/develop.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/develop.md b/docs/develop.md index 8d974822..2f72677f 100644 --- a/docs/develop.md +++ b/docs/develop.md @@ -379,7 +379,7 @@ notebooks with Julia kernels into your {ref}`documentation`, and when you make a {ref}`pull request `. -The tools are mainly configured through [`pyproject.toml`](https://github.com/ComPWA/ampform/blob/main/pyproject.toml), [`tox.ini`](https://github.com/ComPWA/ampform/blob/main/tox.ini), and the workflow files under [`.github`](https://github.com/ComPWA/ampform/blob/main/.github). These configuration files are kept up to date through the [ComPWA/policy](https://compwa.github.io/policy) repository, which essentially defines the developer environment across [all ComPWA repositories](https://github.com/orgs/ComPWA/repositories?q=archived%3Ano&type=all&language=&sort=name). +The tools are mainly configured through [`pyproject.toml`](https://github.com/ComPWA/ampform/blob/main/pyproject.toml) and the workflow files under [`.github`](https://github.com/ComPWA/ampform/blob/main/.github). These configuration files are kept up to date through the [ComPWA/policy](https://compwa.github.io/policy) repository, which essentially defines the developer environment across [all ComPWA repositories](https://github.com/orgs/ComPWA/repositories?q=archived%3Ano&type=all&language=&sort=name). If you run into persistent linting errors, this may mean we need to further specify our conventions. In that case, it's best to {ref}`create an issue ` or a {ref}`pull request ` at [ComPWA/policy](https://github.com/ComPWA/policy) and propose a policy change that can be formulated through those config files. @@ -437,8 +437,8 @@ submitting a pull request!** More specialized {command}`tox` job are defined in the -[`tox.ini`](https://github.com/ComPWA/ampform/blob/main/tox.ini) config file, under each -{code}`testenv` section. You can list all environments, along with a description of what +[`pyproject.toml`](https://github.com/ComPWA/ampform/blob/main/pyproject.toml) config file, under each +{code}`testenv` section under `legacy_tox_ini`. You can list all environments, along with a description of what they do, by running: ```shell