Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor improvements to templates page #333

Merged
merged 1 commit into from
Mar 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions docs/pages/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ If you're making a package for a community that already has a template in
general use (some examples are listed below) we recommend using their template
instead.

## Domain specific templates
## Community-specific templates

These templates are used by specific communities. If you're making a package
within one of these communities, we recommend using their package template.
If you're making a package within one of these communities, we recommend using
their package template.

| Name | Short description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ |
| [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. |
| [SciKit HEP](https://github.com/scikit-hep/cookie) | Cookiecutter template developed by SciKit-HEP. |
| Community | Short description |
| ------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| [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. |

## Template engines

These are tools that can be used for creating your own package template.
Tools that can be used for creating your own package template.

| Name | Short description | 🚦 |
| ----------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | :-: |
Expand Down