Skip to content

Commit

Permalink
fix epic typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Feb 16, 2024
1 parent 02450ce commit 858350f
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ author_email: [email protected]
author_name: Giles Knap
component_owner: group:default/sscc
description: Documentation for the epics-containers framework
distribution_name: epic-containers
distribution_name: epics-containers
docker: false
docs_type: sphinx
git_platform: github.com
github_org: epics-containers
package_name: epics-containers
repo_name: epic-containers.github.io
repo_name: epics-containers.github.io
type_checker: mypy
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Contribute to the project

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

## Issue or Discussion?

Github also offers [discussions](https://github.com/epics-containers/epic-containers.github.io/discussions) as a place to ask questions and share ideas. If
Github also offers [discussions](https://github.com/epics-containers/epics-containers.github.io/discussions) as a place to ask questions and share ideas. If
your issue is open ended and it is not obvious when it can be "closed", please
raise it as a discussion instead.

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![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)
[![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)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)


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

Please contribute with comments and suggestions in the wiki or issues pages:

| Item | Link
| -------------- | ---------------------
| Documentation | https://epics-containers.github.io
Expand Down
6 changes: 3 additions & 3 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: epic-containers
title: epic-containers.github.io
name: epics-containers
title: epics-containers.github.io
description: Documentation for the epics-containers framework
spec:
type: documentation
lifecycle: experimental
owner: group:default/sscc
owner: group:default/sscc
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
version = "1.0"

# General information about the project.
project = "epic-containers.github.io"
project = "epics-containers.github.io"

extensions = [
# Use this for generating API docs
Expand Down Expand Up @@ -106,7 +106,7 @@
# a list of builtin themes.
#
html_theme = "pydata_sphinx_theme"
github_repo = "epic-containers.github.io"
github_repo = "epics-containers.github.io"
github_user = "epics-containers"
switcher_json = f"https://{github_user}.github.io/{github_repo}/switcher.json"
switcher_exists = requests.get(switcher_json).ok
Expand Down
21 changes: 11 additions & 10 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,24 @@ html_theme.sidebar_secondary.remove: true
```{include} ../README.md
:end-before: <!-- README only content
```
Communication
-------------

If you are interested in discussing containers for control systems, please:

Add a brief description of your project and the status of it's use of containers to:
- https://github.com/epics-containers/epics-containers.github.io/wiki/Brief-Overview-of-Projects-Using-Containers-in-Controls

Join in the discussion at:
- https://github.com/epics-containers/epics-containers.github.io/discussions

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

Communication
-------------

If you are interested in discussing containers for control systems, please:

- Add a brief description of your project and the status of it's use of containers to:
- [The epics-containers Wiki](https://github.com/epics-containers/epics-containers.github.io/wiki/Brief-Overview-of-Projects-Using-Containers-in-Controls)

- Join in the discussion at:
- [epics-containers.github.io discussions](https://github.com/epics-containers/epics-containers.github.io/discussions)


How the documentation is structured
-----------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Technical reference material including APIs and release notes.
reference/*
genindex
Release Notes <https://github.com/epics-containers/epic-containers.github.io/releases>
Release Notes <https://github.com/epics-containers/epics-containers.github.io/releases>
```

0 comments on commit 858350f

Please sign in to comment.