Skip to content

Commit 7109a89

Browse files
authored
msui name update (#26)
1 parent 07fc3b3 commit 7109a89

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/develop/GSOC/modernize_fs_filepicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exclude: true
99
# Modernize fs_filepicker
1010

1111
- **Project description**:
12-
The fs_filepicker is a GUI which we use when we select in the mss_settings.json a configuration option `{ "filepicker_default": "fs" }`
12+
The fs_filepicker is a GUI which we use when we select in the msui_settings.json a configuration option `{ "filepicker_default": "fs" }`
1313
Currently the fs_filepicker implements only a basic set of navigation elements for selecting a file and returns the fs url for accessing it.
1414
In the future we want to have it in a modern look and feel.
1515
It should also be able to use [Non - Essential Methods of Pyfilesystem](https://docs.pyfilesystem.org/en/latest/implementers.html#non-essential-methods).

docs/develop/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ exclude: true
2929
* Verify by `pytest` in your MSS directory that tests are executed
3030
* `python workspace/MSS/mslib/mswms/demodata.py -h` (see output on screen)
3131
* `python workspace/MSS/mslib/mswms/mswms.py -h`
32-
* `python workspace/MSS/mslib/msui/mss_pyui.py -h`
32+
* `python workspace/MSS/mslib/msui/msui.py -h`
3333
* `python workspace/MSS/mslib/mscolab/server.py -h`
3434

3535

docs/develop/Setup-Instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You need to first add the main mss folder which will be created in your home dir
6969

7070
To start the MSS PyQT application:
7171

72-
(mssdev) $ python mslib/msui/mss_pyui.py
72+
(mssdev) $ python mslib/msui/msui.py
7373

7474
When running MSWMS for the first time. Use the following command to create some dummy data:
7575

0 commit comments

Comments
 (0)