Skip to content

Commit 0c0e8aa

Browse files
committed
Use common prettyname structure
1 parent 489da94 commit 0c0e8aa

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ min_python: '3.10'
77
namespace_package: ''
88
nightly_deps: plopp,sciline,scippneutron,scippnexus,scipp
99
orgname: scipp
10-
prettyname: Essreflectometry
10+
prettyname: ESSreflectometry
1111
projectname: essreflectometry
1212
related_projects: Scipp,ScippNexus,ScippNeutron,Sciline,Plopp
1313
year: 2023

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
## Contributing to Essreflectometry
1+
## Contributing to ESSreflectometry
22

3-
Welcome to the developer side of Essreflectometry!
3+
Welcome to the developer side of ESSreflectometry!
44

55
Contributions are always welcome.
66
This includes reporting bugs or other issues, submitting pull requests, requesting new features, etc.
77

8-
If you need help with using Essreflectometry or contributing to it, have a look at the GitHub [discussions](https://github.com/scipp/essreflectometry/discussions) and start a new [Q&A discussion](https://github.com/scipp/essreflectometry/discussions/categories/q-a) if you can't find what you are looking for.
8+
If you need help with using ESSreflectometry or contributing to it, have a look at the GitHub [discussions](https://github.com/scipp/essreflectometry/discussions) and start a new [Q&A discussion](https://github.com/scipp/essreflectometry/discussions/categories/q-a) if you can't find what you are looking for.
99

1010
For bug reports and other problems, please open an [issue](https://github.com/scipp/essreflectometry/issues/new) in GitHub.
1111

1212
You are welcome to submit pull requests at any time.
1313
But to avoid having to make large modifications during review or even have your PR rejected, please first open an issue first to discuss your idea!
1414

15-
Check out the subsections of the [Developer documentation](https://scipp.github.io/essreflectometry/developer/index.html) for details on how Essreflectometry is developed.
15+
Check out the subsections of the [Developer documentation](https://scipp.github.io/essreflectometry/developer/index.html) for details on how ESSreflectometry is developed.
1616

1717
## Code of conduct
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Anaconda-Server Badge](https://anaconda.org/scipp/essreflectometry/badges/version.svg)](https://anaconda.org/scipp/essreflectometry)
44
[![License: BSD 3-Clause](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](LICENSE)
55

6-
# Essreflectometry
6+
# ESSreflectometry
77

88
## About
99

docs/about/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
## Development
44

5-
Essreflectometry is an open source project by the [European Spallation Source ERIC](https://europeanspallationsource.se/) (ESS).
5+
ESSreflectometry is an open source project by the [European Spallation Source ERIC](https://europeanspallationsource.se/) (ESS).
66

77
## License
88

9-
Essreflectometry is available as open source under the [BSD-3 license](https://opensource.org/licenses/BSD-3-Clause).
9+
ESSreflectometry is available as open source under the [BSD-3 license](https://opensource.org/licenses/BSD-3-Clause).
1010

11-
## Citing Essreflectometry
11+
## Citing ESSreflectometry
1212

1313
Please cite the following:
1414

1515
[![DOI](https://zenodo.org/badge/FIXME.svg)](https://zenodo.org/doi/10.5281/zenodo.FIXME)
1616

17-
To cite a specific version of Essreflectometry, select the desired version on Zenodo to get the corresponding DOI.
17+
To cite a specific version of ESSreflectometry, select the desired version on Zenodo to get the corresponding DOI.
1818

1919
## Older versions of the documentation
2020

@@ -23,4 +23,4 @@ Simply download the archive, unzip and view locally in a web browser.
2323

2424
## Source code and development
2525

26-
Essreflectometry is hosted and developed [on GitHub](https://github.com/scipp/essreflectometry).
26+
ESSreflectometry is hosted and developed [on GitHub](https://github.com/scipp/essreflectometry).

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
sys.path.insert(0, os.path.abspath('.'))
1010

1111
# General information about the project.
12-
project = u'Essreflectometry'
12+
project = u'ESSreflectometry'
1313
copyright = u'2023 Scipp contributors'
1414
author = u'Scipp contributors'
1515

@@ -168,7 +168,7 @@
168168
"**": ["sidebar-nav-bs", "page-toc"],
169169
}
170170

171-
html_title = "Essreflectometry"
171+
html_title = "ESSreflectometry"
172172
html_logo = "_static/logo.svg"
173173
html_favicon = "_static/favicon.svg"
174174

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Essreflectometry
1+
# ESSreflectometry
22

33
<span style="font-size:1.2em;font-style:italic;color:#5a5a5a">
44
Reflectometry data reduction for the European Spallation Source

0 commit comments

Comments
 (0)