Skip to content

Commit

Permalink
chore: change and delete files, create folders (#1)
Browse files Browse the repository at this point in the history
## Description

This PR should remove, rename and create all files needed for the repo
to be converted into a template repo.

Closes seedcase-project/examples#43

<!-- Select quick/in-depth as necessary -->
This PR needs an in-depth review. Please focus on any files that may be
missing or are surplus to requirements.
  • Loading branch information
K-Beicher authored Mar 5, 2025
1 parent 8c456f6 commit b15cae5
Show file tree
Hide file tree
Showing 55 changed files with 2,066 additions and 1,353 deletions.
7 changes: 0 additions & 7 deletions .cz.toml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/_project-dependabot.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

10 changes: 5 additions & 5 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Description
# Description

This PR DESCRIBE CHANGES.
This PR will [DESCRIBE CHANGES].

Closes #

Expand All @@ -9,6 +9,6 @@ This PR needs a quick/an in-depth review.

## Checklist

- [ ] Added or updated tests
- [ ] Updated documentation
- [ ] Ran `just run-all`
- [ ] Read through for typos, added new words to the dictionary
- [ ] Checked that the README is up to date
- [ ] Resolved any Ruff errors / formatted in Markdown
32 changes: 0 additions & 32 deletions .github/workflows/build-package.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/build-website.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/sync-files.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/update-version.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,4 @@
"quarto": true
},
"cSpell.language": "en,en-GB",
"python.testing.pytestEnabled": true,
"python.testing.pytestPath": "${workspaceFolder}/.venv/bin/pytest",
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Template for Seedcase Python packages

This repository contains a template for setting up new Python package projects in Seedcase. The first step is to create a new repository using this template. This can easily be done by clicking the "Use this template" button on the repository page or by using the GitHub CLI:
This repository contains a template for setting up new data example repos in Seedcase. The first step is to create a new repository using this template. This can easily be done by clicking the "Use this template" button on the repository page or by using the GitHub CLI:

``` bash
# NAME is the name to give the new repository
gh repo create NAME --template seedcase-project/template-python-project
gh repo create NAME --template seedcase-project/template-example-repo
```

## Setting things up after cloning
Expand Down
47 changes: 0 additions & 47 deletions _extensions/seedcase-project/seedcase-theme/_extension.yml

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

12 changes: 0 additions & 12 deletions _extensions/seedcase-project/seedcase-theme/logos/garden-logo.svg

This file was deleted.

This file was deleted.

Loading

0 comments on commit b15cae5

Please sign in to comment.