summaryrefslogtreecommitdiff
path: root/docs/wasp.rst
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2021-01-13 22:06:26 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2021-01-13 22:06:26 (GMT)
commit727bc8c685b5f33c76964f49bb933f68dddb7824 (patch)
treeb35e48cfaa14388151ae8a4e8da0cfc21de1f4e2 /docs/wasp.rst
parent39d87830558540fefad1d4dd24a14f273bd4d5a7 (diff)
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>
Diffstat (limited to 'docs/wasp.rst')
-rw-r--r--docs/wasp.rst41
1 files changed, 6 insertions, 35 deletions
diff --git a/docs/wasp.rst b/docs/wasp.rst
index 73bb1f9..e7c7953 100644
--- a/docs/wasp.rst
+++ b/docs/wasp.rst
@@ -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
----------