Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix two typos #76

Merged
merged 1 commit into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"python.testing.pytestArgs": [],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
Expand Down
6 changes: 3 additions & 3 deletions docs/user/tutorials/generic_ioc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ To make your lakeshore340 install.sh script:

cd ibek-support
mkdir lakeshore340
cp devIocStats/install.sh lakeshore340/install.sh
code install.sh
cp iocStats/install.sh lakeshore340/install.sh
code lakeshore340/install.sh

Now edit the install.sh script to look like the code block below.

Expand Down Expand Up @@ -387,7 +387,7 @@ make.
TODO: a detailed description of the YAML files' structure and purpose should
be included in the ``ibek`` documentation and linked here.
The current version of this is here
https://epics-containers.github.io/ibek/main/developer/explanations/entities.html
`entities <https://epics-containers.github.io/ibek/main/developer/explanations/entities.html>`_
but it is rather out of date.

To create an ``ibek`` support YAML file we need to provide a list of ``definitions`` .
Expand Down