diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-01-12 22:33:25 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-01-12 22:33:25 (GMT) |
| commit | f7ef1654339b05989f0cdfc9ff5ab78ca03300b6 (patch) | |
| tree | bf9dbc88c29b6267e490ab26df8e367cd9397962 /docs/wasp.rst | |
| parent | aab718f917b908c8c756952ae069e01108312e91 (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/wasp.rst')
| -rw-r--r-- | docs/wasp.rst | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/docs/wasp.rst b/docs/wasp.rst index 6ec18ef..73bb1f9 100644 --- a/docs/wasp.rst +++ b/docs/wasp.rst @@ -63,7 +63,7 @@ Applications :members: :undoc-members: -.. automodule:: apps.flashlight +.. automodule:: apps.heart :members: :undoc-members: @@ -75,7 +75,19 @@ Applications :members: :undoc-members: -.. automodule:: apps.testapp +.. automodule:: apps.settings + :members: + :undoc-members: + +.. automodule:: apps.software + :members: + :undoc-members: + +.. automodule:: apps.steps + :members: + :undoc-members: + +.. automodule:: apps.stopwatch :members: :undoc-members: |
