Skip to content

Commit 5e7c7ee

Browse files
authored
Merge pull request #61 from marcelldls/epics-folders
Update docs for renamed epics folders
2 parents 17522b7 + 50463fb commit 5e7c7ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/user/tutorials/dev_container.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,11 @@ host. i.e. the root folder under which your projects are all cloned):
265265
- WS/ioc-adsimdetector/ioc
266266
- soft link to IOC source tree
267267

268-
* - /epics/ibek
268+
* - /epics/ibek-defs
269269
- N/A
270270
- All ibek *Support yaml* files
271271

272-
* - /epics/pvi
272+
* - /epics/pvi-defs
273273
- N/A
274274
- all PVI definitions from support modules
275275

docs/user/tutorials/ioc_changes1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ The schema is in turn defined by the set of support modules that were compiled
127127
into the Generic IOC (ioc-adsimdetector). Each support module has an
128128
``ibek`` *support YAML* file that contributes to the schema.
129129

130-
The *Support yaml* files are in the folder ``/epics/ibek`` inside of the
130+
The *Support yaml* files are in the folder ``/epics/ibek-defs`` inside of the
131131
container. They were placed there during the compilation of the support
132132
modules at Generic IOC build time.
133133

134134
It can be instructive to look at these files to see what entities are available
135135
to *IOC instances*. For example the global support yaml file
136-
``/epics/ibek/epics.ibek.support.yaml`` contains the following:
136+
``/epics/ibek-defs/epics.ibek.support.yaml`` contains the following:
137137

138138
.. code:: yaml
139139

0 commit comments

Comments
 (0)