Skip to content

Commit f75f211

Browse files
authored
Merge pull request #791 from MiraGeoscience/DEVOPS-693-fix-lfs-smudge
DEVOPS-693: remove the gif files from lfs
2 parents dd6b6f1 + 06e2aad commit f75f211

4 files changed

Lines changed: 19 additions & 15 deletions

File tree

Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading

docs/content/uijson_format/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ The **ui.json** format provides a schema to create a simple User Interface (UI)
66
The format uses `JSON objects <https://json-schema.org/specification.html>`_ to represent
77
input parameters used in the UI, and pass those parameters to an accompanying python script.
88

9-
109
.. figure:: ./images/drag_drop.gif
1110
:align: center
1211
:width: 800

docs/content/uijson_format/usage.rst

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,21 +59,26 @@ geoh5py as shown below:
5959
Rendering
6060
^^^^^^^^^
6161

62-
The user-interface is rendered in ANALYST Pro by one of two methods.
63-
Users can either drag-and-drop the ui.json file to the viewport:
62+
The user interface defined by the ``ui.json`` file can be opened in ANALYST Pro in two ways:
6463

65-
.. figure:: ./images/drag_drop.gif
66-
:align: center
67-
:width: 800
64+
a. **Drag and Drop:**
65+
Simply drag the ``ui.json`` file into the viewport. The corresponding dialog will open immediately.
6866

67+
.. figure:: ./images/drag_drop.gif
68+
:align: center
69+
:width: 800
6970

70-
Alternatively, users can add the application to the choice list of ANALYST-Python scripts:
71+
b. **Add to Python Script Menu:**
7172

72-
.. figure:: ./images/dropdown.gif
73-
:align: center
74-
:width: 800
73+
1. From the ANALYST menubar, open the *Python* menu and select *Script Directory* to launch the file explorer.
7574

76-
Note that ANALYST needs to be restarted for the changes to take effect.
75+
2. Copy the ``ui.json`` file into the displayed folder.
76+
77+
3. Close the workspace or restart ANALYST Pro. The new application will appear under the Python script menu.
78+
79+
.. figure:: ./images/dropdown.gif
80+
:align: center
81+
:width: 800
7782

7883

7984
Execution

0 commit comments

Comments
 (0)