wasp-os/docs/apps.rst
Daniel Thompson 39d8783055 simulator: test_qa: Add some basic docstring tests
This one picked up a lot of inconsistancy so the changes here are pretty
big.

Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2021-01-13 21:51:17 +00:00

58 lines
964 B
ReStructuredText

.. _Application Library:
Application Library
===================
.. contents::
:local:
Built-in
--------
The built-in application are summarised below but because these apps are
treated as examples they are described in detail as part of the
:ref:`Wasp-os Reference Manual`:
* :py:class:`.ClockApp`
* :py:class:`.HeartApp`
* :py:class:`.LauncherApp`
* :py:class:`.PagerApp`
* :py:class:`.SettingsApp`
* :py:class:`.SoftwareApp`
* :py:class:`.StepCounterApp`
* :py:class:`.StopwatchApp`
* :py:class:`.TemplateApp`
Watch faces
-----------
.. automodule:: apps.chrono
.. automodule:: apps.fibonacci_clock
Applications
------------
.. automodule:: apps.alarm
.. automodule:: apps.calc
.. automodule:: apps.flashlight
.. automodule:: apps.haiku
.. automodule:: apps.musicplayer
.. automodule:: apps.testapp
.. automodule:: apps.timer
Games
-----
.. automodule:: apps.gameoflife
.. automodule:: apps.play2048
.. automodule:: apps.snake