summaryrefslogtreecommitdiff
path: root/docs/apps.rst
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2021-01-12 22:33:25 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2021-01-12 22:33:25 (GMT)
commitf7ef1654339b05989f0cdfc9ff5ab78ca03300b6 (patch)
treebf9dbc88c29b6267e490ab26df8e367cd9397962 /docs/apps.rst
parentaab718f917b908c8c756952ae069e01108312e91 (diff)
simulator: test_qa: Check that apps are includes in the library
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'docs/apps.rst')
-rw-r--r--docs/apps.rst32
1 files changed, 22 insertions, 10 deletions
diff --git a/docs/apps.rst b/docs/apps.rst
index 38f3617..37bc795 100644
--- a/docs/apps.rst
+++ b/docs/apps.rst
@@ -14,9 +14,13 @@ treated as examples they are described in detail as part of the
:ref:`Wasp-os Reference Manual`:
* :py:class:`.ClockApp`
- * :py:class:`.FlashlightApp`
+ * :py:class:`.HeartApp`
* :py:class:`.LauncherApp`
* :py:class:`.PagerApp`
+ * :py:class:`.SettingsApp`
+ * :py:class:`.SoftwareApp`
+ * :py:class:`.StepCounterApp`
+ * :py:class:`.StopwatchApp`
* :py:class:`.TestApp`
* :py:class:`.TemplateApp``
@@ -27,20 +31,28 @@ Watch faces
.. automodule:: apps.fibonacci_clock
-Games
------
+Applications
+------------
-.. automodule:: apps.gameoflife
-
-.. automodule:: apps.play2048
+.. automodule:: apps.alarm
-.. automodule:: apps.snake
+.. automodule:: apps.calc
-Integration
------------
+.. automodule:: apps.flashlight
-.. automodule:: apps.alarm
+.. automodule:: apps.haiku
.. automodule:: apps.musicplayer
+.. automodule:: apps.testapp
+
.. automodule:: apps.timer
+
+Games
+-----
+
+.. automodule:: apps.gameoflife
+
+.. automodule:: apps.play2048
+
+.. automodule:: apps.snake