Skip to content

Commit

Permalink
Remove GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Apr 11, 2024
1 parent ab8b307 commit 2331db3
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 550 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
python-version: ${{ matrix.py }}
- name: Install dependencies
run: sudo apt -yy update && sudo apt -yy install libgirepository1.0-dev build-essential libbz2-dev libreadline-dev libssl-dev zlib1g-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libcairo2-dev
run: sudo apt -yy update && sudo apt -yy install graphviz
- name: Install tox
run: python -m pip install tox-gh>=1.2
- name: Setup test suite
Expand Down
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@ pipx install precice-config-visualizer

## Usage

The config visualizer can be use via the CLI or the interactive GUI.

### GUI

```
precice-config-visualizer-gui [CONFIG-FILE]
```

You can launch the GUI directly from the command line.
Passing the path to a configuration file is optional.
All further adjustments are made directly in the GUI.

### CLI

```
precice-config-visualizer --help
precice-config-visualizer [OPTIONS] [-o OUTFILE] [<CONFIG-FILE>]
Expand Down
14 changes: 0 additions & 14 deletions data/org.precice.config_visualizer.desktop

This file was deleted.

21 changes: 0 additions & 21 deletions data/org.precice.config_visualizer.metainfo.xml

This file was deleted.

77 changes: 0 additions & 77 deletions data/org.precice.config_visualizer.svg

This file was deleted.

33 changes: 0 additions & 33 deletions preciceconfigvisualizer/gui.py

This file was deleted.

Loading

0 comments on commit 2331db3

Please sign in to comment.