wasp-os/docs/apps.rst
Daniel Thompson 3813eb2911 manager: Enable Software by default
Enabling software by default allows us disable several other applications
by default because there is now a GUI based route to enable them.

This does require a few tweaks to the test suite and allows allows us to
remove a lot of boilerplate text from the application library document
since it is no longer relavent.

Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2021-01-03 14:59:14 +00:00

43 lines
699 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:`.FlashlightApp`
* :py:class:`.LauncherApp`
* :py:class:`.PagerApp`
* :py:class:`.TestApp`
* :py:class:`.TemplateApp``
Watch faces
-----------
.. automodule:: apps.chrono
.. automodule:: apps.fibonacci_clock
Games
-----
.. automodule:: apps.gameoflife
.. automodule:: apps.snake
Integration
-----------
.. automodule:: apps.alarm
.. automodule:: apps.musicplayer