Skip to content

Commit 142d400

Browse files
committed
fix: Incorrect organisation name
Organisation was erroneously `PandABlocks-ioc`
1 parent 09582d9 commit 142d400

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ distribution_name: fastcs-pandablocks
88
docker: true
99
docs_type: sphinx
1010
git_platform: github.com
11-
github_org: PandABlocks-ioc
11+
github_org: PandABlocks
1212
package_name: fastcs_pandablocks
1313
pypi: true
1414
repo_name: fastcs-PandABlocks

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Contribute to the project
22

33
Contributions and issues are most welcome! All issues and pull requests are
4-
handled through [GitHub](https://github.com/PandABlocks-ioc/fastcs-PandABlocks/issues). Also, please check for any existing issues before
4+
handled through [GitHub](https://github.com/PandABlocks/fastcs-PandABlocks/issues). Also, please check for any existing issues before
55
filing a new one. If you have a great idea but it involves big changes, please
66
file a ticket before making a pull request! We want to make sure you don't spend
77
your time coding something that might not fit the scope of the project.
88

99
## Issue or Discussion?
1010

11-
Github also offers [discussions](https://github.com/PandABlocks-ioc/fastcs-PandABlocks/discussions) as a place to ask questions and share ideas. If
11+
Github also offers [discussions](https://github.com/PandABlocks/fastcs-PandABlocks/discussions) as a place to ask questions and share ideas. If
1212
your issue is open ended and it is not obvious when it can be "closed", please
1313
raise it as a discussion instead.
1414

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
[![CI](https://github.com/PandABlocks-ioc/fastcs-PandABlocks/actions/workflows/ci.yml/badge.svg)](https://github.com/PandABlocks-ioc/fastcs-PandABlocks/actions/workflows/ci.yml)
2-
[![Coverage](https://codecov.io/gh/PandABlocks-ioc/fastcs-PandABlocks/branch/main/graph/badge.svg)](https://codecov.io/gh/PandABlocks-ioc/fastcs-PandABlocks)
1+
[![CI](https://github.com/PandABlocks/fastcs-PandABlocks/actions/workflows/ci.yml/badge.svg)](https://github.com/PandABlocks/fastcs-PandABlocks/actions/workflows/ci.yml)
2+
[![Coverage](https://codecov.io/gh/PandABlocks/fastcs-PandABlocks/branch/main/graph/badge.svg)](https://codecov.io/gh/PandABlocks/fastcs-PandABlocks)
33
[![PyPI](https://img.shields.io/pypi/v/fastcs-pandablocks.svg)](https://pypi.org/project/fastcs-pandablocks)
44
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
55

66
# fastcs_pandablocks
77

88
A softioc to control a PandABlocks-FPGA using [PandABlocks-client](https://github.com/PandABlocks/PandABlocks-client).
99

10-
Source | <https://github.com/PandABlocks-ioc/fastcs-PandABlocks>
10+
Source | <https://github.com/PandABlocks/fastcs-PandABlocks>
1111
:---: | :---:
1212
PyPI | `pip install fastcs-pandablocks`
13-
Docker | `docker run ghcr.io/pandablocks-ioc/fastcs-PandABlocks:latest`
14-
Documentation | <https://pandablocks-ioc.github.io/fastcs-PandABlocks>
15-
Releases | <https://github.com/PandABlocks-ioc/fastcs-PandABlocks/releases>
13+
Docker | `docker run ghcr.io/pandablocks/fastcs-PandABlocks:latest`
14+
Documentation | <https://pandablocks.github.io/fastcs-PandABlocks>
15+
Releases | <https://github.com/PandABlocks/fastcs-PandABlocks/releases>
1616

1717
<!-- README only content. Anything below this line won't be included in index.md -->
1818

@@ -22,4 +22,4 @@ Start the ioc with the project script `fastcs-pandablocks`:
2222
fastcs-pandablocks run <hostname> <prefix> --screens-dir ./screens --log-level INFO --poll-period 0.1
2323
```
2424

25-
See <https://pandablocks-ioc.github.io/fastcs-PandABlocks> for more detailed documentation.
25+
See <https://pandablocks.github.io/fastcs-PandABlocks> for more detailed documentation.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
#
138138
html_theme = "pydata_sphinx_theme"
139139
github_repo = "fastcs-PandABlocks"
140-
github_user = "PandABlocks-ioc"
140+
github_user = "PandABlocks"
141141
switcher_json = f"https://{github_user}.github.io/{github_repo}/switcher.json"
142142
switcher_exists = requests.get(switcher_json).ok
143143
if not switcher_exists:

docs/how-to/run-container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Run in a container
22

33
Pre-built containers with fastcs-PandABlocks and its dependencies already
4-
installed are available on [Github Container Registry](https://ghcr.io/PandABlocks-ioc/fastcs-PandABlocks).
4+
installed are available on [Github Container Registry](https://ghcr.io/PandABlocks/fastcs-PandABlocks).
55

66
## Starting the container
77

88
To pull the container from github container registry and run:
99

1010
```
11-
$ docker run ghcr.io/pandablocks-ioc/fastcs-PandABlocks:latest --version
11+
$ docker run ghcr.io/pandablocks/fastcs-PandABlocks:latest --version
1212
```
1313

1414
To get a released version, use a numbered release instead of `latest`.

docs/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ Technical reference material including APIs and release notes.
88
99
API <_api/fastcs_pandablocks>
1010
genindex
11-
Release Notes <https://github.com/PandABlocks-ioc/fastcs-PandABlocks/releases>
11+
Release Notes <https://github.com/PandABlocks/fastcs-PandABlocks/releases>
1212
```

docs/tutorials/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you require a feature that is not currently released you can also install
3131
from github:
3232

3333
```
34-
python3 -m pip install git+https://github.com/PandABlocks-ioc/fastcs-PandABlocks.git
34+
$ python3 -m pip install git+https://github.com/PandABlocks/fastcs-PandABlocks.git
3535
```
3636

3737
The library should now be installed and the commandline interface on your path.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dev = [
4545
fastcs-pandablocks = "fastcs_pandablocks.__main__:main"
4646

4747
[project.urls]
48-
GitHub = "https://github.com/PandABlocks-ioc/fastcs-PandABlocks"
48+
GitHub = "https://github.com/PandABlocks/fastcs-PandABlocks"
4949

5050
[[project.authors]] # Further authors may be added by duplicating this section
5151
email = "eva.lott@diamond.ac.uk"

0 commit comments

Comments
 (0)