From ff2f2d3905d4fd8f78aee7cf8f0b7fece6a2a343 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Wed, 24 Jan 2024 14:40:53 +0000 Subject: [PATCH] fix two typos --- .vscode/settings.json | 4 ---- docs/user/tutorials/generic_ioc.rst | 6 +++--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index aface3ce..ae6a3804 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,8 +1,4 @@ { - "python.testing.pytestArgs": [], - "python.testing.unittestEnabled": false, - "python.testing.pytestEnabled": true, - "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.organizeImports": "explicit" }, diff --git a/docs/user/tutorials/generic_ioc.rst b/docs/user/tutorials/generic_ioc.rst index b7b0c8f8..25e62eec 100644 --- a/docs/user/tutorials/generic_ioc.rst +++ b/docs/user/tutorials/generic_ioc.rst @@ -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. @@ -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 `_ but it is rather out of date. To create an ``ibek`` support YAML file we need to provide a list of ``definitions`` .