Skip to content

Commit

Permalink
Package init
Browse files Browse the repository at this point in the history
  • Loading branch information
KPHippe committed Dec 22, 2023
1 parent f2c2780 commit 4c061e6
Show file tree
Hide file tree
Showing 33 changed files with 22 additions and 712 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/01_bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@ name: Bug Report
description: Report errors or unexpected results.
labels: ["bug"]
assignees:
- foobar-bug-assign-dev
- pdfwf-bug-assign-dev
body:
- type: textarea
id: install
attributes:
label: How did you install foobar?
label: How did you install pdfwf?
description: >
E.g., install via pip, install from source, etc. **Note:** this will
be rendered as console text automatically.
placeholder: |
$ pip install foobar
Collecting foobar
$ pip install pdfwf
Collecting pdfwf
...
Successfully installed foobar...
Successfully installed pdfwf...
render: console
validations:
required: true

- type: input
id: version
attributes:
label: What version of foobar are you using?
label: What version of pdfwf are you using?
description: >
Package version if installed via Pip or commit ID if installed
from source.
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02_enhancement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Enhancement Request
description: Request a new feature or enhancement.
labels: ["enhancement"]
assignees:
- foobar-enh-assign-dev
- pdfwf-enh-assign-dev
body:
- type: textarea
id: request
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/03_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Documentation Improvements
description: Suggest improvements to the documentation.
labels: ["documentation"]
assignees:
- foobar-doc-assignee-dev
- pdfwf-doc-assignee-dev
body:
- type: textarea
id: freeform
Expand Down
10 changes: 0 additions & 10 deletions CITATION.cff

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ This package setup was based on [Anthony Sottile's project setup](https://www.yo
1. Click the "Use this template" button at the top right of this page.
2. Delete and directories you will not be using (commonly `docs/` if you do not want to use MKDocs or `examples/` if you will not have example code).
3. Follow the instructions to create the new repo then clone your repo locally.
4. The template uses "foobar" to indicate things that need to be changed.
Start by searching for all instances (`git grep foobar`) and changing them accordingly.
4. The template uses "pdfwf" to indicate things that need to be changed.
Start by searching for all instances (`git grep pdfwf`) and changing them accordingly.
5. Configure pre-commit:
- Go to [https://pre-commit.ci/](https://pre-commit.ci/) and enable pre-commit on your repo.
- Update the pre-commit badge URL in this README with your new badge URL.
Expand Down Expand Up @@ -49,7 +49,7 @@ I recommend making a few other changes to the repo's setting on GitHub.

Install via pip:
```
$ pip install foobar
$ pip install pdfwf
```

For local development:
Expand Down
8 changes: 0 additions & 8 deletions docs/_overrides/base.html

This file was deleted.

5 changes: 0 additions & 5 deletions docs/_templates/python/material/docstring/admonition.html

This file was deleted.

74 changes: 0 additions & 74 deletions docs/_templates/python/material/function.html

This file was deleted.

67 changes: 0 additions & 67 deletions docs/_templates/python/material/module.html

This file was deleted.

86 changes: 0 additions & 86 deletions docs/contributing/index.md

This file was deleted.

36 changes: 0 additions & 36 deletions docs/contributing/issues-pull-requests.md

This file was deleted.

33 changes: 0 additions & 33 deletions docs/contributing/releases.md

This file was deleted.

Loading

0 comments on commit 4c061e6

Please sign in to comment.