Skip to content

Commit 5054382

Browse files
authored
Merge pull request #76 from epics-containers/2024-rework
fix two typos
2 parents b46323f + ff2f2d3 commit 5054382

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.vscode/settings.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
2-
"python.testing.pytestArgs": [],
3-
"python.testing.unittestEnabled": false,
4-
"python.testing.pytestEnabled": true,
5-
"editor.formatOnSave": true,
62
"editor.codeActionsOnSave": {
73
"source.organizeImports": "explicit"
84
},

docs/user/tutorials/generic_ioc.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ To make your lakeshore340 install.sh script:
299299
300300
cd ibek-support
301301
mkdir lakeshore340
302-
cp devIocStats/install.sh lakeshore340/install.sh
303-
code install.sh
302+
cp iocStats/install.sh lakeshore340/install.sh
303+
code lakeshore340/install.sh
304304
305305
Now edit the install.sh script to look like the code block below.
306306

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

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

0 commit comments

Comments
 (0)