Skip to content

Commit 0be6067

Browse files
authored
Merge pull request #126 from iterorganization/docs/overview-image
Add GUI image to main docs page and README
2 parents 78ba93f + d634e43 commit 0be6067

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ 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+
911
## Development Status
1012

1113
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)