Skip to content

Commit c7a35d7

Browse files
committed
Apply new templates
1 parent 7f2fcd3 commit c7a35d7

6 files changed

Lines changed: 1567 additions & 8 deletions

File tree

.copier-answers.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# WARNING: Do not edit this file manually.
2+
# Any changes will be overwritten by Copier.
3+
_commit: v0.10.1
4+
_src_path: gh:easyscience/templates
5+
app_docs_url: https://easyscience.github.io/diffraction-app
6+
app_doi: 10.5281/zenodo.18163581
7+
app_package_name: easydiffraction_app
8+
app_python: '3.13'
9+
app_repo_name: diffraction-app
10+
home_page_url: https://easyscience.github.io/diffraction
11+
home_repo_name: diffraction
12+
lib_docs_url: https://easyscience.github.io/diffraction-lib
13+
lib_doi: 10.5281/zenodo.18163581
14+
lib_package_name: easydiffraction
15+
lib_python_max: '3.13'
16+
lib_python_min: '3.11'
17+
lib_repo_name: diffraction-lib
18+
project_contact_email: support@easydiffraction.org
19+
project_copyright_years: 2021-2026
20+
project_extended_description: A software for calculating neutron powder diffraction
21+
patterns based on a structural model and refining its parameters against experimental
22+
data
23+
project_name: EasyDiffraction
24+
project_short_description: Diffraction data analysis
25+
project_shortcut: ED
26+
project_type: both
27+
template_type: home

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# SCM syntax highlighting & preventing 3-way merges
22
pixi.lock merge=binary linguist-language=YAML linguist-generated=true
3+
# SCM syntax highlighting & preventing 3-way merges
4+
pixi.lock merge=binary linguist-language=YAML linguist-generated=true -diff

.gitignore

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
__pycache__/
33
.venv/
44
.coverage
5+
.pyc
6+
7+
# Pixi
8+
.pixi/
9+
10+
# PyInstaller
11+
dist/
12+
build/
13+
*.spec
514

615
# MkDocs
716
docs/site/
@@ -14,16 +23,10 @@ node_modules/
1423

1524
# QtCreator
1625
*.autosave
17-
18-
# QtCreator Qml
1926
*.qmlproject.user
2027
*.qmlproject.user.*
21-
22-
# QtCreator Python
2328
*.pyproject.user
2429
*.pyproject.user.*
25-
26-
# QtCreator CMake
2730
CMakeLists.txt.user*
2831

2932
# PyCharm
@@ -36,3 +39,7 @@ CMakeLists.txt.user*
3639
.DS_Store
3740
*.app
3841
*.dmg
42+
43+
# Misc
44+
*.log
45+
*.zip

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</picture>
1010
</p>
1111

12-
**EasyDiffraction** is a scientific software for calculating neutron powder diffraction patterns based on a structural model and refining its parameters against experimental data.
12+
**EasyDiffraction** is a software for calculating neutron powder diffraction patterns based on a structural model and refining its parameters against experimental data.
1313

1414
<!-- HOME REPOSITORY SECTION -->
1515

@@ -27,7 +27,7 @@ This repository serves as the central hub for the **EasyDiffraction** family.
2727

2828
### Useful Links:
2929

30-
- 💡[Discussions](https://github.com/easyscience/) - the main
30+
- 💡[Discussions](https://github.com/easyscience/diffraction) - the main
3131
discussion forum for the whole EasyDiffraction project.
3232

3333
<!-- NON-HOME REPOSITORY SECTION -->

0 commit comments

Comments
 (0)