From d4647a13aae2276562d759e83a4df564a5350d4c Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Wed, 16 Jul 2025 13:33:48 +0100 Subject: [PATCH 1/2] SciKit-HEP -> Scikit-HEP --- docs/pages/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/templates.md b/docs/pages/templates.md index a4e6bc04..79e02bb3 100644 --- a/docs/pages/templates.md +++ b/docs/pages/templates.md @@ -29,7 +29,7 @@ their package template. | ------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- | | [Napari](https://github.com/napari/cookiecutter-napari-plugin) | Cookiecutter template for authoring (npe2-based) napari plugins. | | [SciKit-Surgery](https://github.com/SciKit-Surgery/PythonTemplate) | Cookiecutter template developed by the Wellcome EPSRC Centre for Interventional and Surgical Sciences. | -| [Scientific Python](https://github.com/scientific-python/cookie) | Cookiecutter template developed by [SciKit-HEP](https://github.com/scikit-hep) but now adopted by the more general Scientific Python community. | +| [Scientific Python](https://github.com/scientific-python/cookie) | Cookiecutter template developed by [Scikit-HEP](https://github.com/scikit-hep) but now adopted by the more general Scientific Python community. | ### Template engines From 44bddf64a3c1a752c145ed8970e3bf2bdb73792e Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Wed, 16 Jul 2025 13:35:39 +0100 Subject: [PATCH 2/2] Use SciKit-Surgery for example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ae75473..17250b6b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Python packages with our recommended tooling set up and ready to go. > [!NOTE] > If you're making a package within a community that has an existing -> package template (e.g., [`scikit-hep`](https://github.com/scikit-hep/cookie)), +> package template (e.g., [`SciKit-Surgery`](https://github.com/SciKit-Surgery/PythonTemplate)), > we recommend using their template instead of this one. ## Using our Python package template