Skip to content

Commit b82b8ae

Browse files
committed
add GUI image to main docs page and README
1 parent 78ba93f commit b82b8ae

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ are described using descriptive tendencies, such as sine waves or linear ramps.
66
Waveform Editor includes a GUI for interactive creation, editing, and organization of
77
waveforms.
88

9+
| ![GUI of the Waveform Editor](docs/source/images/gui/editor.png) |
10+
|:--:|
11+
| GUI of the Waveform Editor |
12+
913
## Development Status
1014

1115
This project is currently under active development. While a functional prototype and

docs/source/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Waveform Editor manual
44

55
The Waveform Editor is a Python tool for creating and managing 1D time-dependent data called waveforms. It utilizes a human-readable, text-based file format where waveforms are described using descriptive tendencies, such as sine waves or linear ramps. The Waveform Editor includes a GUI for interactive creation, editing, and organization of waveforms.
66

7+
.. figure:: images/gui/editor.png
8+
9+
GUI of the Waveform Editor.
10+
711
Manual
812
------
913

0 commit comments

Comments
 (0)