docs: Move all applications out of the reference guide
The auto-generated application docs isn't really worthy of the reference guide. There's too many methods described as "draws the screen" and this simply doesn't add anything over the template application includes in the application writer's guide. Move everything over into the Application Library. Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
parent
39d8783055
commit
727bc8c685
2 changed files with 25 additions and 52 deletions
|
@ -6,30 +6,32 @@ 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.clock
|
||||
|
||||
.. automodule:: apps.chrono
|
||||
|
||||
.. automodule:: apps.fibonacci_clock
|
||||
|
||||
Built-in
|
||||
--------
|
||||
|
||||
.. automodule:: apps.heart
|
||||
|
||||
.. automodule:: apps.stopwatch
|
||||
|
||||
.. automodule:: apps.steps
|
||||
|
||||
.. automodule:: apps.launcher
|
||||
|
||||
.. automodule:: apps.settings
|
||||
|
||||
.. automodule:: apps.software
|
||||
|
||||
.. automodule:: apps.pager
|
||||
|
||||
Applications
|
||||
------------
|
||||
|
||||
|
|
|
@ -28,6 +28,12 @@ System
|
|||
.. automodule:: fonts.sans24
|
||||
:members:
|
||||
|
||||
.. automodule:: fonts.sans28
|
||||
:members:
|
||||
|
||||
.. automodule:: fonts.sans36
|
||||
:members:
|
||||
|
||||
.. automodule:: logo
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
@ -56,41 +62,6 @@ Device drivers
|
|||
.. automodule:: drivers.vibrator
|
||||
:members:
|
||||
|
||||
Applications
|
||||
------------
|
||||
|
||||
.. automodule:: apps.clock
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
.. automodule:: apps.heart
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
.. automodule:: apps.launcher
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
.. automodule:: apps.pager
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
.. automodule:: apps.settings
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
.. automodule:: apps.software
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
.. automodule:: apps.steps
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
.. automodule:: apps.stopwatch
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
Bootloader
|
||||
----------
|
||||
|
||||
|
|
Loading…
Reference in a new issue