From 9b58ad716c3bf517deceb926f611269d8f35b5b2 Mon Sep 17 00:00:00 2001 From: jennyhickson <61183013+jennyhickson@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:54:37 +0100 Subject: [PATCH 1/4] Amend readme --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 4fb0465..5d57416 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,9 @@ ANTS ANTS is a versatile Python library for developing ancillary applications. +Development practices for this repository are described in the `ANTS Working Practices +`_. + Copyright and licence --------------------- © Crown Copyright, Met Office. All rights reserved. From 5dc9bec00f47219c257cfc78c30256e736982d54 Mon Sep 17 00:00:00 2001 From: jennyhickson <61183013+jennyhickson@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:57:12 +0100 Subject: [PATCH 2/4] Change linebreaks --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5d57416..33480c4 100644 --- a/README.rst +++ b/README.rst @@ -4,8 +4,8 @@ ANTS ANTS is a versatile Python library for developing ancillary applications. -Development practices for this repository are described in the `ANTS Working Practices -`_. +Development practices for this repository are described in the +`ANTS Working Practices`_. Copyright and licence --------------------- From f0ecaa3af10264cad899ac69129e59093b93db68 Mon Sep 17 00:00:00 2001 From: jennyhickson <61183013+jennyhickson@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:59:58 +0100 Subject: [PATCH 3/4] add space --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 33480c4..bd7b103 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ ANTS is a versatile Python library for developing ancillary applications. Development practices for this repository are described in the -`ANTS Working Practices`_. +`ANTS Working Practices `_. Copyright and licence --------------------- From 89b6233353829ad0f682c53d317fd0b7a97d1c4e Mon Sep 17 00:00:00 2001 From: jennyhickson <61183013+jennyhickson@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:48:45 +0100 Subject: [PATCH 4/4] add .idea to gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3ad7e92..91e29f9 100644 --- a/.gitignore +++ b/.gitignore @@ -174,7 +174,7 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ +.idea/ # Abstra # Abstra is an AI-powered process automation framework.