Skip to content

Commit 554ac78

Browse files
committed
fix name
1 parent 731612a commit 554ac78

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ docs_type: sphinx
1111
git_platform: github.com
1212
github_org: epics-containers
1313
package_name: epic_containers
14-
repo_name: epic-containers-github-io
14+
repo_name: epic-containers.github.io
1515
type_checker: mypy

.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/epics-containers/epic-containers-github-io/issues). Also, please check for any existing issues before
4+
handled through [GitHub](https://github.com/epics-containers/epic-containers.github.io/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/epics-containers/epic-containers-github-io/discussions) as a place to ask questions and share ideas. If
11+
Github also offers [discussions](https://github.com/epics-containers/epic-containers.github.io/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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![CI](https://github.com/epics-containers/epic-containers-github-io/actions/workflows/ci.yml/badge.svg)](https://github.com/epics-containers/epic-containers-github-io/actions/workflows/ci.yml)
2-
[![Coverage](https://codecov.io/gh/epics-containers/epic-containers-github-io/branch/main/graph/badge.svg)](https://codecov.io/gh/epics-containers/epic-containers-github-io)
1+
[![CI](https://github.com/epics-containers/epic-containers.github.io/actions/workflows/ci.yml/badge.svg)](https://github.com/epics-containers/epic-containers-github-io/actions/workflows/ci.yml)
2+
[![Coverage](https://codecov.io/gh/epics-containers/epic-containers.github.io/branch/main/graph/badge.svg)](https://codecov.io/gh/epics-containers/epic-containers-github-io)
33
[![PyPI](https://img.shields.io/pypi/v/epic-containers.svg)](https://pypi.org/project/epic-containers)
44
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
55

@@ -10,11 +10,11 @@ Documentation for the epics-containers framework
1010
This is where you should write a short paragraph that describes what your module does,
1111
how it does it, and why people should use it.
1212

13-
Source | <https://github.com/epics-containers/epic-containers-github-io>
13+
Source | <https://github.com/epics-containers/epic-containers.github.io>
1414
:---: | :---:
1515
PyPI | `pip install epic-containers`
16-
Documentation | <https://epics-containers.github.io/epic-containers-github-io>
17-
Releases | <https://github.com/epics-containers/epic-containers-github-io/releases>
16+
Documentation | <https://epics-containers.github.io/epic-containers.github.io>
17+
Releases | <https://github.com/epics-containers/epic-containers.github.io/releases>
1818

1919
This is where you should put some images or code snippets that illustrate
2020
some relevant examples. If it is a library then you might put some
@@ -34,4 +34,4 @@ python -m epic_containers --version
3434

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

37-
See https://epics-containers.github.io/epic-containers-github-io for more detailed documentation.
37+
See https://epics-containers.github.io/epic-containers.github.io for more detailed documentation.

catalog-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: backstage.io/v1alpha1
22
kind: Component
33
metadata:
44
name: epic-containers
5-
title: epic-containers-github-io
5+
title: epic-containers.github.io
66
description: Documentation for the epics-containers framework
77
spec:
88
type: documentation

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# -- General configuration ------------------------------------------------
1616

1717
# General information about the project.
18-
project = "epic-containers-github-io"
18+
project = "epic-containers.github.io"
1919

2020
# The full version, including alpha/beta/rc tags.
2121
release = epic_containers.__version__
@@ -119,7 +119,7 @@
119119
# a list of builtin themes.
120120
#
121121
html_theme = "pydata_sphinx_theme"
122-
github_repo = "epic-containers-github-io"
122+
github_repo = "epic-containers.github.io"
123123
github_user = "epics-containers"
124124
switcher_json = f"https://{github_user}.github.io/{github_repo}/switcher.json"
125125
switcher_exists = requests.get(switcher_json).ok

docs/how-to/run-container.md

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

3-
Pre-built containers with epic-containers-github-io and its dependencies already
4-
installed are available on [Github Container Registry](https://ghcr.io/epics-containers/epic-containers-github-io).
3+
Pre-built containers with epic-containers.github.io and its dependencies already
4+
installed are available on [Github Container Registry](https://ghcr.io/epics-containers/epic-containers.github.io).
55

66
## Starting the container
77

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

1010
```
11-
$ docker run ghcr.io/epics-containers/epic-containers-github-io:main --version
11+
$ docker run ghcr.io/epics-containers/epic-containers.github.io:main --version
1212
```
1313

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

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
reference/*
1010
genindex
11-
Release Notes <https://github.com/epics-containers/epic-containers-github-io/releases>
11+
Release Notes <https://github.com/epics-containers/epic-containers.github.io/releases>
1212
```

docs/tutorials/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ 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/epics-containers/epic-containers-github-io.git
34+
$ python3 -m pip install git+https://github.com/epics-containers/epic-containers.github.io.git
3535
```
3636

3737
The library should now be installed and the commandline interface on your path.
3838
You can check the version that has been installed by typing:
3939

4040
```
41-
$ epic-containers-github-io --version
41+
$ epic-containers.github.io --version
4242
```

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ dev = [
3939
]
4040

4141
[project.scripts]
42-
epic-containers-github-io = "epic_containers.__main__:main"
42+
epic-containers.github.io = "epic_containers.__main__:main"
4343

4444
[project.urls]
45-
GitHub = "https://github.com/epics-containers/epic-containers-github-io"
45+
GitHub = "https://github.com/epics-containers/epic-containers.github.io"
4646

4747
[[project.authors]] # Further authors may be added by duplicating this section
4848

0 commit comments

Comments
 (0)