Skip to content

Commit

Permalink
MAINT: migrate repo to RUB-EP1/pawian-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Apr 6, 2024
1 parent 39b6e15 commit f002514
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 27 deletions.
1 change: 0 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"pyplot",
"pyright",
"realpath",
"redeboer",
"rtfd",
"rtol",
"sdist",
Expand Down
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ sort-direction: ascending
template: |
$CHANGES
_The full changelog as commits can be found [here](https://github.com/ComPWA/PawianTools/compare/$PREVIOUS_TAG...$NEXT_PATCH_VERSION)._
_The full changelog as commits can be found [here](https://github.com/RUB-EP1/pawian-tools/compare/$PREVIOUS_TAG...$NEXT_PATCH_VERSION)._
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,14 @@ repos:
- --in-place

- repo: https://github.com/ComPWA/policy
rev: 0.3.4
rev: 0.3.5
hooks:
- id: check-dev-files
args:
- --no-prettierrc
- --pin-requirements=bimonthly
- --repo-name=PawianTools
- --repo-name=pawian-tools
- --repo-organization=RUB-EP1
- --repo-title=Pawian Tools

- repo: https://github.com/streetsidesoftware/cspell-cli
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Python Tools for Pawian

[![GitHub Pages](https://github.com/redeboer/PawianTools/actions/workflows/ci.yml/badge.svg)](https://github.com/redeboer/PawianTools/actions/workflows/ci.yml)
[![Binder](https://static.mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/redeboer/PawianTools/stable?filepath=docs/usage)
[![Google Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/redeboer/PawianTools/blob/main)
[![GitHub Pages](https://github.com/RUB-EP1/pawian-tools/actions/workflows/ci.yml/badge.svg)](https://github.com/RUB-EP1/pawian-tools/actions/workflows/ci.yml)
[![Binder](https://static.mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/RUB-EP1/pawian-tools/stable?filepath=docs/usage)
[![Google Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/RUB-EP1/pawian-tools/blob/main)
[![GPLv3+ license](https://img.shields.io/badge/License-GPLv3+-blue.svg)](https://www.gnu.org/licenses/gpl-3.0-standalone.html)
[![GitPod](https://img.shields.io/badge/gitpod-open-blue?logo=gitpod)](https://gitpod.io/#https://github.com/redeboer/PawianTools)
[![GitPod](https://img.shields.io/badge/gitpod-open-blue?logo=gitpod)](https://gitpod.io/#https://github.com/RUB-EP1/pawian-tools)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![Spelling checked](https://img.shields.io/badge/cspell-checked-brightgreen.svg)](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell)
<br>[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy.readthedocs.io)
<br>
[![CI status](https://github.com/redeboer/PawianTools/workflows/CI/badge.svg)](https://github.com/redeboer/PawianTools/actions?query=branch%3Amain+workflow%3ACI)
[![Test coverage](https://codecov.io/gh/redeboer/PawianTools/branch/main/graph/badge.svg)](https://codecov.io/gh/redeboer/PawianTools)
[![CI status](https://github.com/RUB-EP1/pawian-tools/workflows/CI/badge.svg)](https://github.com/RUB-EP1/pawian-tools/actions?query=branch%3Amain+workflow%3ACI)
[![Test coverage](https://codecov.io/gh/RUB-EP1/pawian-tools/branch/main/graph/badge.svg)](https://codecov.io/gh/RUB-EP1/pawian-tools)
<br>
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen)](https://github.com/pre-commit/pre-commit)
[![Prettier](https://camo.githubusercontent.com/687a8ae8d15f9409617d2cc5a30292a884f6813a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f64655f7374796c652d70726574746965722d6666363962342e7376673f7374796c653d666c61742d737175617265)](https://prettier.io/)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

Go to [redeboer.github.io/PawianTools](https://redeboer.github.io/PawianTools) to view
Go to [rub-ep1.github.io/pawian-tools](https://rub-ep1.github.io/pawian-tools) to view
the documentation!

## Contribute
Expand Down
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API

PawianTools consists of the following packages:
Pawian Tools consists of the following packages:

```{toctree}
api/boostcfg
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
})

BRANCH = get_branch_name()
ORGANIZATION = "redeboer"
ORGANIZATION = "RUB-EP1"
PACKAGE = "pawian"
REPO_NAME = "PawianTools"
REPO_NAME = "pawian-tools"
REPO_TITLE = REPO_NAME

add_module_names = False
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Welcome to PawianTools!
# Welcome to Pawian Tools!

```{title} Welcome
```

[![GPLv3+ license](https://img.shields.io/badge/License-GPLv3+-blue.svg)](https://www.gnu.org/licenses/gpl-3.0-standalone.html)
[![Test coverage](https://codecov.io/gh/redeboer/PawianTools/branch/main/graph/badge.svg)](https://codecov.io/gh/redeboer/PawianTools)
[![Test coverage](https://codecov.io/gh/RUB-EP1/pawian-tools/branch/main/graph/badge.svg)](https://codecov.io/gh/RUB-EP1/pawian-tools)

This repository serves as a collection of Python tools to complement
[Pawian](https://panda-wiki.gsi.de/bin/view/PWA/PawianPwaSoftware). There are
Expand Down
8 changes: 4 additions & 4 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
The fastest way of installing this package is through PyPI:

```shell
python3 -m pip install git+https://github.com/redeboer/PawianTools@main
python3 -m pip install git+https://github.com/RUB-EP1/pawian-tools@main
```

This installs the latest version that you can find on the
[`main`](https://github.com/redeboer/PawianTools/tree/main) branch.
[`main`](https://github.com/RUB-EP1/pawian-tools/tree/main) branch.

However, we highly recommend using the more dynamic,
{ref}`'editable installation' <compwa-org:develop:Editable installation>` instead. This
Expand All @@ -16,8 +16,8 @@ goes as follows:
1. Get the source code (see [the Pro Git Book](https://git-scm.com/book/en/v2)):

```shell
git clone https://github.com/redeboer/PawianTools.git
cd PawianTools
git clone https://github.com/RUB-EP1/pawian-tools
cd pawian-tools
```

2. **[Recommended]** Create a virtual environment (see
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/qa.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"This notebook shows how to to investigate the content of a `pawianHists.root` file that is the result of the QA step in Pawian. We make use of the {mod}`pawian.qa` module of PawianTools."
"This notebook shows how to to investigate the content of a `pawianHists.root` file that is the result of the QA step in Pawian. We make use of the {mod}`pawian.qa` module of Pawian Tools."
]
},
{
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ content-type = "text/markdown"
file = "README.md"

[project.urls]
Changelog = "https://github.com/redeboer/PawianTools/releases"
Documentation = "http://redeboer.github.io/PawianTools"
Source = "https://github.com/redeboer/PawianTools"
Tracker = "https://github.com/redeboer/PawianTools/issues"
Changelog = "https://github.com/RUB-EP1/pawian-tools/releases"
Documentation = "http://rub-ep1.github.io/pawian-tools"
Source = "https://github.com/RUB-EP1/pawian-tools"
Tracker = "https://github.com/RUB-EP1/pawian-tools/issues"

[tool.setuptools]
include-package-data = false
Expand Down
2 changes: 1 addition & 1 deletion src/pawian/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""The PawianTools package.
"""The Pawian Tools package.
A collection of Python tools that facilitate working with `Pawian
<https://panda-wiki.gsi.de/bin/view/PWA/PawianPwaSoftware>`__ output. Note that the
Expand Down
2 changes: 1 addition & 1 deletion src/pawian/data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Data module of PawianTools.
"""Data module of Pawian Tools.
This module allows you to parse and analyze ASCII data files of momentum
tuples. The files have the following form:
Expand Down

0 comments on commit f002514

Please sign in to comment.