Skip to content

Commit 858350f

Browse files
committed
fix epic typo
1 parent 02450ce commit 858350f

File tree

7 files changed

+22
-23
lines changed

7 files changed

+22
-23
lines changed

.copier-answers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ author_email: [email protected]
55
author_name: Giles Knap
66
component_owner: group:default/sscc
77
description: Documentation for the epics-containers framework
8-
distribution_name: epic-containers
8+
distribution_name: epics-containers
99
docker: false
1010
docs_type: sphinx
1111
git_platform: github.com
1212
github_org: epics-containers
1313
package_name: epics-containers
14-
repo_name: epic-containers.github.io
14+
repo_name: epics-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/epics-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/epics-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: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
1+
[![CI](https://github.com/epics-containers/epics-containers.github.io/actions/workflows/ci.yml/badge.svg)](https://github.com/epics-containers/epics-containers-github-io/actions/workflows/ci.yml)
22
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
33

44

@@ -14,8 +14,6 @@ and the [Getting Started Guide](https://epics-containers.github.io/main/user/tut
1414
Useful Links
1515
============
1616

17-
Please contribute with comments and suggestions in the wiki or issues pages:
18-
1917
| Item | Link
2018
| -------------- | ---------------------
2119
| Documentation | https://epics-containers.github.io

catalog-info.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: backstage.io/v1alpha1
22
kind: Component
33
metadata:
4-
name: epic-containers
5-
title: epic-containers.github.io
4+
name: epics-containers
5+
title: epics-containers.github.io
66
description: Documentation for the epics-containers framework
77
spec:
88
type: documentation
99
lifecycle: experimental
10-
owner: group:default/sscc
10+
owner: group:default/sscc

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
version = "1.0"
1515

1616
# General information about the project.
17-
project = "epic-containers.github.io"
17+
project = "epics-containers.github.io"
1818

1919
extensions = [
2020
# Use this for generating API docs
@@ -106,7 +106,7 @@
106106
# a list of builtin themes.
107107
#
108108
html_theme = "pydata_sphinx_theme"
109-
github_repo = "epic-containers.github.io"
109+
github_repo = "epics-containers.github.io"
110110
github_user = "epics-containers"
111111
switcher_json = f"https://{github_user}.github.io/{github_repo}/switcher.json"
112112
switcher_exists = requests.get(switcher_json).ok

docs/index.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,24 @@ html_theme.sidebar_secondary.remove: true
55
```{include} ../README.md
66
:end-before: <!-- README only content
77
```
8-
Communication
9-
-------------
10-
11-
If you are interested in discussing containers for control systems, please:
12-
13-
Add a brief description of your project and the status of it's use of containers to:
14-
- https://github.com/epics-containers/epics-containers.github.io/wiki/Brief-Overview-of-Projects-Using-Containers-in-Controls
15-
16-
Join in the discussion at:
17-
- https://github.com/epics-containers/epics-containers.github.io/discussions
188

199
Materials
2010
---------
2111
- [Oxfordshire EPICS Meeting Nov 2023](https://dlsltd-my.sharepoint.com/:p:/g/personal/giles_knap_diamond_ac_uk/Ee7SPC_39blEu4Pilgqul7IBiCi4GM9_cgMzONV2ALHIsw?e=U02gHd)
2212
- [ICALEPCS 2021 Paper: Kubernetes for EPICS IOCs](images/THBL04.PDF)
2313
- [ICALEPCS 2021 Talk: Kubernetes for EPICS IOCs](images/THBL04_talk.PDF)
2414

15+
Communication
16+
-------------
17+
18+
If you are interested in discussing containers for control systems, please:
19+
20+
- Add a brief description of your project and the status of it's use of containers to:
21+
- [The epics-containers Wiki](https://github.com/epics-containers/epics-containers.github.io/wiki/Brief-Overview-of-Projects-Using-Containers-in-Controls)
22+
23+
- Join in the discussion at:
24+
- [epics-containers.github.io discussions](https://github.com/epics-containers/epics-containers.github.io/discussions)
25+
2526

2627
How the documentation is structured
2728
-----------------------------------

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/epics-containers.github.io/releases>
1212
```

0 commit comments

Comments
 (0)