Skip to content

Commit 14c2b3e

Browse files
authored
Merge pull request #14 from JuliaXRTS/rename-package
renaming: MatterModels -> ElectronicSturctureModels
2 parents bd51330 + c430083 commit 14c2b3e

25 files changed

+91
-91
lines changed

.copier-answers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ CodeOfConductContact: [email protected]
2525
ConfigIndentation: 2
2626
JuliaIndentation: 4
2727
JuliaMinCIVersion: lts
28-
JuliaMinVersion: '1.10'
28+
JuliaMinVersion: "1.10"
2929
License: MIT
3030
LicenseCopyrightHolders: Uwe Hernandez Acosta
3131
MarkdownIndentation: 2
32-
PackageName: MatterModels
32+
PackageName: ElectronicStructureModels
3333
PackageOwner: JuliaXRTS
3434
PackageUUID: 89b7eb7d-0b8d-5078-86d5-4a0f481f2984
3535
RunJuliaNightlyOnCI: false

.github/ISSUE_TEMPLATE/10-bug-report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ body:
1010
1111
Please, before submitting, make sure that:
1212
13-
- There is not an [existing issue](https://github.com/JuliaXRTS/MatterModels.jl/issues) with the same question
14-
- You have read the [contributing guide](https://JuliaXRTS.github.io/MatterModels.jl/dev/90-contributing/)
15-
- You are following the [code of conduct](https://github.com/JuliaXRTS/MatterModels.jl/blob/main/CODE_OF_CONDUCT.md)
13+
- There is not an [existing issue](https://github.com/JuliaXRTS/ElectronicStructureModels.jl/issues) with the same question
14+
- You have read the [contributing guide](https://JuliaXRTS.github.io/ElectronicStructureModels.jl/dev/90-contributing/)
15+
- You are following the [code of conduct](https://github.com/JuliaXRTS/ElectronicStructureModels.jl/blob/main/CODE_OF_CONDUCT.md)
1616
The form below should help you in filling out this issue.
1717
- type: textarea
1818
id: description

.github/ISSUE_TEMPLATE/20-feature-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ body:
88
99
Please, before submitting, make sure that:
1010
11-
- There is not an [existing issue](https://github.com/JuliaXRTS/MatterModels.jl/issues) with the same question
12-
- You have read the [contributing guide](https://JuliaXRTS.github.io/MatterModels.jl/dev/90-contributing/)
13-
- You are following the [code of conduct](https://github.com/JuliaXRTS/MatterModels.jl/blob/main/CODE_OF_CONDUCT.md)
11+
- There is not an [existing issue](https://github.com/JuliaXRTS/ElectronicStructureModels.jl/issues) with the same question
12+
- You have read the [contributing guide](https://JuliaXRTS.github.io/ElectronicStructureModels.jl/dev/90-contributing/)
13+
- You are following the [code of conduct](https://github.com/JuliaXRTS/ElectronicStructureModels.jl/blob/main/CODE_OF_CONDUCT.md)
1414
The form below should help you in filling out this issue.
1515
- type: textarea
1616
id: description

.github/ISSUE_TEMPLATE/30-usage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ body:
99
1010
Please, before submitting, make sure that:
1111
12-
- You have checked the [documentation](https://JuliaXRTS.github.io/MatterModels.jl) and haven't found enough information
13-
- There is not an [existing issue](https://github.com/JuliaXRTS/MatterModels.jl/issues) with the same question
14-
- You have read the [contributing guide](https://JuliaXRTS.github.io/MatterModels.jl/dev/90-contributing/)
15-
- You are following the [code of conduct](https://github.com/JuliaXRTS/MatterModels.jl/blob/main/CODE_OF_CONDUCT.md)
12+
- You have checked the [documentation](https://JuliaXRTS.github.io/ElectronicStructureModels.jl) and haven't found enough information
13+
- There is not an [existing issue](https://github.com/JuliaXRTS/ElectronicStructureModels.jl/issues) with the same question
14+
- You have read the [contributing guide](https://JuliaXRTS.github.io/ElectronicStructureModels.jl/dev/90-contributing/)
15+
- You are following the [code of conduct](https://github.com/JuliaXRTS/ElectronicStructureModels.jl/blob/main/CODE_OF_CONDUCT.md)
1616
The form below should help you in filling out this issue.
1717
- type: textarea
1818
id: description

.github/ISSUE_TEMPLATE/99-general.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ body:
88
99
Please, before submitting, make sure that:
1010
11-
- There is not an [existing issue](https://github.com/JuliaXRTS/MatterModels.jl/issues) with the same question
12-
- You have read the [contributing guide](https://JuliaXRTS.github.io/MatterModels.jl/dev/90-contributing/)
13-
- You are following the [code of conduct](https://github.com/JuliaXRTS/MatterModels.jl/blob/main/CODE_OF_CONDUCT.md)
11+
- There is not an [existing issue](https://github.com/JuliaXRTS/ElectronicStructureModels.jl/issues) with the same question
12+
- You have read the [contributing guide](https://JuliaXRTS.github.io/ElectronicStructureModels.jl/dev/90-contributing/)
13+
- You are following the [code of conduct](https://github.com/JuliaXRTS/ElectronicStructureModels.jl/blob/main/CODE_OF_CONDUCT.md)
1414
The form below should help you in filling out this issue.
1515
- type: textarea
1616
id: description

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Discussions
4-
url: https://github.com/JuliaXRTS/MatterModels.jl/discussions
4+
url: https://github.com/JuliaXRTS/ElectronicStructureModels.jl/discussions
55
about: Create and follow discussions here

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Thanks for making a pull request to MatterModels.jl.
2+
Thanks for making a pull request to ElectronicStructureModels.jl.
33
We have added this PR template to help you help us.
44
Make sure to read the contributing guidelines and abide by the code of conduct.
55
See the comments below, fill the required fields, and check the items.
@@ -10,6 +10,7 @@ See the comments below, fill the required fields, and check the items.
1010
<!-- We normally work with (i) create issue; (ii) discussion if necessary; (iii) create PR. So, at least one of the following should be true:-->
1111

1212
<!-- Option 1, this closes an existing issue. Fill the number below-->
13+
1314
Closes #
1415

1516
<!-- Option 2, this is a small fix that arguably won't need an issue. Uncomment below -->
@@ -21,7 +22,8 @@ There is no related issue.
2122

2223
<!-- mark true if NA -->
2324
<!-- leave PR as draft until all is checked -->
24-
- [ ] I am following the [contributing guidelines](https://github.com/JuliaXRTS/MatterModels.jl/blob/main/docs/src/90-contributing.md)
25+
26+
- [ ] I am following the [contributing guidelines](https://github.com/JuliaXRTS/ElectronicStructureModels.jl/blob/main/docs/src/90-contributing.md)
2527
- [ ] Tests are passing
2628
- [ ] Lint workflow is passing
2729
- [ ] Docs were updated and workflow is passing

.github/workflows/Docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
run: |
4646
julia --project=docs -e '
4747
using Documenter: DocMeta, doctest
48-
using MatterModels
49-
DocMeta.setdocmeta!(MatterModels, :DocTestSetup, :(using MatterModels); recursive=true)
50-
doctest(MatterModels)'
48+
using ElectronicStructureModels
49+
DocMeta.setdocmeta!(ElectronicStructureModels, :DocTestSetup, :(using ElectronicStructureModels); recursive=true)
50+
doctest(ElectronicStructureModels)'
5151
- name: Generate and deploy documentation
5252
run: julia --project=docs docs/make.jl
5353
env:

.lychee.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ exclude = [
33
"@cite",
44
"^https://github.com/.*/releases/tag/v.*$",
55
"^https://doi.org/FIXME$",
6-
"^https://JuliaXRTS.github.io/MatterModels.jl/stable$",
7-
"zenodo.org/badge/DOI/FIXME$"
6+
"^https://JuliaXRTS.github.io/ElectronicStructureModels.jl/stable$",
7+
"zenodo.org/badge/DOI/FIXME$",
88
]
99

10-
exclude_path = [
11-
"docs/build"
12-
]
10+
exclude_path = ["docs/build"]

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Go to https://citation-file-format.github.io/cff-initializer-javascript/#/ to finish this
22
cff-version: 1.2.0
3-
title: MatterModels.jl
3+
title: ElectronicStructureModels.jl
44
message: >-
55
If you use this software, please cite it using the
66
metadata from this file.

0 commit comments

Comments
 (0)