From 786d2edcf5abc5a471aa3216962ab347b8ee8bde Mon Sep 17 00:00:00 2001 From: Simon Heybrock Date: Wed, 13 Mar 2024 07:10:26 +0100 Subject: [PATCH] Do not camel-case the project namr --- .copier-answers.yml | 4 ++-- .github/workflows/release.yml | 2 +- CONTRIBUTING.md | 8 ++++---- README.md | 2 +- docs/about/index.md | 10 +++++----- docs/conf.py | 4 ++-- docs/index.md | 2 +- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 8c29cbb..66272a6 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 9c3feff +_commit: 43ce450 _src_path: gh:scipp/copier_template description: Transform directed acyclic graphs using map-reduce and groupby operations max_python: '3.12' @@ -7,7 +7,7 @@ min_python: '3.10' namespace_package: '' nightly_deps: '' orgname: scipp -prettyname: CycleBane +prettyname: Cyclebane projectname: cyclebane related_projects: Sciline year: 2024 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3af8ec..1d9fa13 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,7 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' steps: - uses: actions/download-artifact@v3 - - uses: pypa/gh-action-pypi-publish@v1.8.12 + - uses: pypa/gh-action-pypi-publish@v1.8.14 upload_conda: name: Deploy Conda diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a89e77a..973a183 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,18 +1,18 @@ -## Contributing to CycleBane +## Contributing to Cyclebane -Welcome to the developer side of CycleBane! +Welcome to the developer side of Cyclebane! Contributions are always welcome. This includes reporting bugs or other issues, submitting pull requests, requesting new features, etc. -If you need help with using CycleBane or contributing to it, have a look at the GitHub [discussions](https://github.com/scipp/cyclebane/discussions) and start a new [Q&A discussion](https://github.com/scipp/cyclebane/discussions/categories/q-a) if you can't find what you are looking for. +If you need help with using Cyclebane or contributing to it, have a look at the GitHub [discussions](https://github.com/scipp/cyclebane/discussions) and start a new [Q&A discussion](https://github.com/scipp/cyclebane/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/cyclebane/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/cyclebane/developer/index.html) for details on how CycleBane is developed. +Check out the subsections of the [Developer documentation](https://scipp.github.io/cyclebane/developer/index.html) for details on how Cyclebane is developed. ## Code of conduct diff --git a/README.md b/README.md index 6de8be8..8eaedd5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Anaconda-Server Badge](https://anaconda.org/scipp/cyclebane/badges/version.svg)](https://anaconda.org/scipp/cyclebane) [![License: BSD 3-Clause](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](LICENSE) -# CycleBane +# Cyclebane ## About diff --git a/docs/about/index.md b/docs/about/index.md index 81d79c7..fcd05a9 100644 --- a/docs/about/index.md +++ b/docs/about/index.md @@ -2,19 +2,19 @@ ## Development -CycleBane is an open source project by the [European Spallation Source ERIC](https://europeanspallationsource.se/) (ESS). +Cyclebane is an open source project by the [European Spallation Source ERIC](https://europeanspallationsource.se/) (ESS). ## License -CycleBane is available as open source under the [BSD-3 license](https://opensource.org/licenses/BSD-3-Clause). +Cyclebane is available as open source under the [BSD-3 license](https://opensource.org/licenses/BSD-3-Clause). -## Citing CycleBane +## Citing Cyclebane 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 CycleBane, select the desired version on Zenodo to get the corresponding DOI. +To cite a specific version of Cyclebane, select the desired version on Zenodo to get the corresponding DOI. ## Older versions of the documentation @@ -23,4 +23,4 @@ Simply download the archive, unzip and view locally in a web browser. ## Source code and development -CycleBane is hosted and developed [on GitHub](https://github.com/scipp/cyclebane). +Cyclebane is hosted and developed [on GitHub](https://github.com/scipp/cyclebane). diff --git a/docs/conf.py b/docs/conf.py index 91c280e..dcbaf01 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ sys.path.insert(0, os.path.abspath('.')) # General information about the project. -project = u'CycleBane' +project = u'Cyclebane' copyright = u'2024 Scipp contributors' author = u'Scipp contributors' @@ -182,7 +182,7 @@ "**": ["sidebar-nav-bs", "page-toc"], } -html_title = "CycleBane" +html_title = "Cyclebane" html_logo = "_static/logo.svg" html_favicon = "_static/favicon.ico" diff --git a/docs/index.md b/docs/index.md index 21cc5f9..7377d66 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# CycleBane +# Cyclebane Transform directed acyclic graphs using map-reduce and groupby operations