@@ -21,7 +21,7 @@ templates for Python packages?
2121- Provides [ ` sp-repo-review ` ] [ pypi-link ] to evaluate existing repos against the
2222 guidelines, with a WebAssembly version integrated with the guide. All checks
2323 cross-linked.
24- - Follows PyPA best practices and regularly updated.
24+ - Follows [ PyPA] [ ] best practices and regularly updated.
2525
2626Be sure you have read the [ Scientific-Python Development Guide] [ ] first, and
2727possibly used them on a project or two. This is _ not_ a minimal example or
@@ -175,36 +175,39 @@ not use pre-commit properly. It also has quite a bit of custom code.
175175#### History
176176
177177A lot of the guide, cookiecutter, and repo-review started out as part of
178- Scikit-HEP. These projects were merged, generalized, and combined with the
179- NSLS-II guide during the 2023 Scientific-Python Developers Summit.
178+ [ Scikit-HEP] [ ] . These projects were merged, generalized, and combined with the
179+ [ NSLS-II] [ ] guide during the 2023 Scientific-Python Developers Summit.
180180
181181<!-- prettier-ignore-start -->
182182
183- [ actions-badge ] : https://github.com/scikit-hep /cookie/workflows/CI/badge.svg
184- [ actions-link ] : https://github.com/scikit-hep /cookie/actions
183+ [ actions-badge ] : https://github.com/scientific-python /cookie/workflows/CI/badge.svg
184+ [ actions-link ] : https://github.com/scientific-python /cookie/actions
185185[ cibuildwheel ] : https://cibuildwheel.readthedocs.io
186186[ cookiecutter ] : https://cookiecutter.readthedocs.io
187187[ copier ] : https://copier.readthedocs.io
188188[ flit ] : https://flit.readthedocs.io/en/latest/
189189[ github-discussions-badge ] : https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
190- [ github-discussions-link ] : https://github.com/scikit-hep /cookie/discussions
190+ [ github-discussions-link ] : https://github.com/scientific-python /cookie/discussions
191191[ hatch ] : https://github.com/ofek/hatch
192192[ hypermodern ] : https://github.com/cjolowicz/cookiecutter-hypermodern-python
193193[ maturin ] : https://maturin.rs
194194[ meson-python ] : https://meson-python.readthedocs.io
195195[ nox ] : https://nox.thea.codes/en/stable/
196+ [ nsls-ii ] : https://nsls-ii.github.io/scientific-python-cookiecutter/
196197[ pdm ] : https://pdm.fming.dev
197198[ pep 621 ] : https://www.python.org/dev/peps/pep-0621
198199[ pipx ] : https://pypa.github.io/pipx/
199200[ poetry ] : https://python-poetry.org
200201[ pybind11 ] : https://pybind11.readthedocs.io
202+ [ pypa ] : https://www.pypa.io
201203[ pypi-link ] : https://pypi.org/project/sp-repo-review/
202204[ pypi-platforms ] : https://img.shields.io/pypi/pyversions/sp-repo-review
203205[ pypi-version ] : https://badge.fury.io/py/sp-repo-review.svg
204206[ rtd-badge ] : https://readthedocs.org/projects/scientific-python-cookie/badge/?version=latest
205207[ rtd-link ] : https://scientific-python-cookie.readthedocs.io/en/latest/?badge=latest
206208[ scientific-python development guide ] : https://learn.scientific-python.org/development
207209[ scikit-build ] : https://scikit-build.readthedocs.io
210+ [ scikit-hep ] : https://scikit-hep.org
208211[ setuptools ] : https://setuptools.readthedocs.io
209212[ trampolim ] : https://trampolim.readthedocs.io
210213[ whey ] : https://whey.readthedocs.io
0 commit comments