Skip to content

Commit 8e1d116

Browse files
committed
adjust docs for new module locations
1 parent e8ea08f commit 8e1d116

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dev-docs/source/Testing/LiveData/LiveDataPacketPlayback.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,9 @@ In the following we assume that:
419419

420420
- your mantid build directory: ``${BUILD}``;
421421
- the location of the scripts: ``${LIVEDATA_TEST_SCRIPTS}``:
422-
``LIVEDATA_TEST_SCRIPTS=${BUILD}/../Framework/LiveData/test/Python/scripts``;
422+
``LIVEDATA_TEST_SCRIPTS=${BUILD}/../Framework/PythonInterface/test/python/mantid/LiveData/ADARA/utils/packet_playback/scripts``;
423423
- the location of the ``adara_player.py``: ``${ADARA_PLAYER}``:
424-
``ADARA_PLAYER=Framework/LiveData/src/ADARA/utils/packet_playback/adara_player.py``;
424+
``ADARA_PLAYER=Framework/PythonInterface/mantid/LiveData/ADARA/utils/packet_playback/adara_player.py``;
425425
- the location of the input data for these examples: ``${ADARA_PLAYER_INPUT_DATA}``;
426426
- your logs output directory is: ``${ADARA_PLAYER_LOGS}``;
427427
- from ``${BUILD}/bin/launch_mantidworkbench.sh``: ``${LOCAL_PRELOAD}``
@@ -471,8 +471,8 @@ when running these actions, and the directory locations will then automatically
471471
LOCAL_PRELOAD=${HOME}/mambaforge/envs/mantid-developer/lib/libjemalloc.so.2
472472
LOCAL_PYTHONPATH=${BUILD}/bin
473473

474-
LIVEDATA_TEST_SCRIPTS=${REPO_BASE}/Framework/LiveData/test/Python/scripts
475-
ADARA_PLAYER_UTILS=${REPO_BASE}/Framework/LiveData/src/ADARA/utils/packet_playback
474+
LIVEDATA_TEST_SCRIPTS=${REPO_BASE}/Framework/PythonInterface/test/python/mantid/LiveData/ADARA/utils/packet_playback/scripts
475+
ADARA_PLAYER_UTILS=${REPO_BASE}/Framework/PythonInterface/mantid/LiveData/ADARA/utils/packet_playback
476476
ADARA_PLAYER=${ADARA_PLAYER_UTILS}/adara_player.py
477477
ADARA_PLAYER_LOGS=${BUILD}/adara_player_tmp/logs
478478
ADARA_PLAYER_INPUT_DATA=${BUILD}/adara_player_tmp/adara_player_input_data
@@ -486,7 +486,7 @@ when running these actions, and the directory locations will then automatically
486486
487487

488488
| 4. **IMPORTANT reminder**: Set the ``logging.filename`` in
489-
``${ADARA_PLAYER_UTILS}/packet_playback/adara_player_conf.yml`` using the value from ``${ADARA_PLAYER_LOGS}``. Note that the
489+
``${ADARA_PLAYER_UTILS}/adara_player_conf.yml`` using the value from ``${ADARA_PLAYER_LOGS}``. Note that the
490490
``PID`` key will be substituted automatically, if present in the name.
491491
492492

0 commit comments

Comments
 (0)