Skip to content

Commit

Permalink
Do not camel-case the project namr
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHeybrock committed Mar 13, 2024
1 parent 32faed9 commit 786d2ed
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# 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'
min_python: '3.10'
namespace_package: ''
nightly_deps: ''
orgname: scipp
prettyname: CycleBane
prettyname: Cyclebane
projectname: cyclebane
related_projects: Sciline
year: 2024
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v3
- uses: pypa/[email protected].12
- uses: pypa/[email protected].14

upload_conda:
name: Deploy Conda
Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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

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

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

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

Expand All @@ -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).
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'CycleBane'
project = u'Cyclebane'
copyright = u'2024 Scipp contributors'
author = u'Scipp contributors'

Expand Down Expand Up @@ -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"

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 @@
# CycleBane
# Cyclebane

<span style="font-size:1.2em;font-style:italic;color:#5a5a5a">
Transform directed acyclic graphs using map-reduce and groupby operations
Expand Down

0 comments on commit 786d2ed

Please sign in to comment.