Skip to content

Commit

Permalink
Merge pull request #24 from scipp/common-prettyname
Browse files Browse the repository at this point in the history
Use common prettyname structure
  • Loading branch information
jl-wynen authored Jan 3, 2024
2 parents 489da94 + 0c0e8aa commit d1cfaa6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ min_python: '3.10'
namespace_package: ''
nightly_deps: plopp,sciline,scippneutron,scippnexus,scipp
orgname: scipp
prettyname: Essreflectometry
prettyname: ESSreflectometry
projectname: essreflectometry
related_projects: Scipp,ScippNexus,ScippNeutron,Sciline,Plopp
year: 2023
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
## Contributing to Essreflectometry
## Contributing to ESSreflectometry

Welcome to the developer side of Essreflectometry!
Welcome to the developer side of ESSreflectometry!

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

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.
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.

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

You are welcome to submit pull requests at any time.
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!

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

## Code of conduct

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Anaconda-Server Badge](https://anaconda.org/scipp/essreflectometry/badges/version.svg)](https://anaconda.org/scipp/essreflectometry)
[![License: BSD 3-Clause](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](LICENSE)

# Essreflectometry
# ESSreflectometry

## About

Expand Down
10 changes: 5 additions & 5 deletions docs/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

## Development

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

## License

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

## Citing Essreflectometry
## Citing ESSreflectometry

Please cite the following:

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

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

## Older versions of the documentation

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

## Source code and development

Essreflectometry is hosted and developed [on GitHub](https://github.com/scipp/essreflectometry).
ESSreflectometry is hosted and developed [on GitHub](https://github.com/scipp/essreflectometry).
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sys.path.insert(0, os.path.abspath('.'))

# General information about the project.
project = u'Essreflectometry'
project = u'ESSreflectometry'
copyright = u'2023 Scipp contributors'
author = u'Scipp contributors'

Expand Down Expand Up @@ -168,7 +168,7 @@
"**": ["sidebar-nav-bs", "page-toc"],
}

html_title = "Essreflectometry"
html_title = "ESSreflectometry"
html_logo = "_static/logo.svg"
html_favicon = "_static/favicon.svg"

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Essreflectometry
# ESSreflectometry

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

0 comments on commit d1cfaa6

Please sign in to comment.