diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-02-21 20:27:48 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-02-21 20:27:48 (GMT) |
| commit | 8940b7c3abf2d41ecbc80b227cfdfd0c87446d54 (patch) | |
| tree | 01341e1f5b150e6dcf1892f0e566454afc1eff51 /docs | |
| parent | b7340371151617b0c602616ab6c85800dd00a870 (diff) | |
steplogger: Introduce code to perform data logging
The code is not yet enabled by default but it can be tested by adding
custom code to an interested user's main.py .
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/wasp.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/wasp.rst b/docs/wasp.rst index e7c7953..3f0b7a2 100644 --- a/docs/wasp.rst +++ b/docs/wasp.rst @@ -38,6 +38,10 @@ System :members: :undoc-members: +.. automodule:: steplogger + :members: + :undoc-members: + .. automodule:: widgets :members: |
