From bc1fed8f5d9108159414a73a2fabbb87713f3b11 Mon Sep 17 00:00:00 2001
From: lukken <lukken@astron.nl>
Date: Fri, 13 Jun 2025 13:06:27 +0200
Subject: [PATCH] Add the promised documentation

---
 {{cookiecutter.project_slug}}/README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/{{cookiecutter.project_slug}}/README.md b/{{cookiecutter.project_slug}}/README.md
index f74c6e0..323185a 100644
--- a/{{cookiecutter.project_slug}}/README.md
+++ b/{{cookiecutter.project_slug}}/README.md
@@ -39,6 +39,10 @@ To automatically apply most suggested linting changes execute:
 ```tox -e format```
 
 The configuration for linting and tox can be found in `pyproject.toml`
+For further references on tox or pyproject.toml visit:
+
+1. https://tox.wiki/en/latest/config.html#pyproject-toml-ini
+2. https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
 
 ## License
 This project is licensed under the Apache License Version 2.0
-- 
GitLab