From 0654a6be409b61dfc7bb7b68956eaff9d0811967 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Tue, 15 Jul 2025 11:48:45 +0100 Subject: [PATCH 1/2] Clean up headings in README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c7060fec..1cbc600e 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,11 @@ Python packages with our recommended tooling set up and ready to go. > package template (e.g., [`scikit-hep`](https://github.com/scikit-hep/cookie)), > we recommend using their template instead of this one. -## Tutorial -Some quick instructions for using our template are below. -We also have a [tutorial](./tutorial.md) that has been presented in a couple of workshops aimed at researchers at UCL. +## Using our Python package template -## Using our template +Some quick instructions for using our template are below. +We also have a longer [tutorial](./tutorial.md) that has been presented in workshops for researchers at UCL. If you have [uv] installed, you can use our template with the following one-liner: From f694b01287298a1839cf28e4a0c654450b552b1f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 10:50:01 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1cbc600e..ab7a4ed0 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ Python packages with our recommended tooling set up and ready to go. > package template (e.g., [`scikit-hep`](https://github.com/scikit-hep/cookie)), > we recommend using their template instead of this one. - ## Using our Python package template Some quick instructions for using our template are below.