diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-08-16 17:48:15 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-08-16 17:48:15 (GMT) |
| commit | 9877ea99bd5aed4c27414dd89de754202c256f26 (patch) | |
| tree | 788f52645bf89e67d3570b2a4a3070623f35107c /wasp/apps/flashlight.py | |
| parent | c5a4a14334913755a3c8b10b4d08c96c718b55b0 (diff) | |
README: Add a (fairly) comprehensive screenshot tour
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/apps/flashlight.py')
| -rw-r--r-- | wasp/apps/flashlight.py | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/wasp/apps/flashlight.py b/wasp/apps/flashlight.py index 12ba272..95c44b2 100644 --- a/wasp/apps/flashlight.py +++ b/wasp/apps/flashlight.py @@ -12,7 +12,13 @@ import wasp import icons class FlashlightApp(object): - """Trivial flashlight application.""" + """Trivial flashlight application. + + .. figure:: res/TorchApp.png + :width: 179 + + Screenshot of the flashlight application + """ NAME = 'Torch' ICON = icons.torch |
