From 4533f4e689d6f630ccd4774fa22d8c29323cce00 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Thu, 14 May 2020 23:24:59 +0100 Subject: [PATCH] TODO: ... and the docstrings are done! --- TODO.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 553e330..52c5609 100644 --- a/TODO.md +++ b/TODO.md @@ -64,11 +64,11 @@ applications. * [X] Stopwatch app * [X] Settings app * [X] PC-hosted simulation platform - * [O] Documentation + * [X] Documentation - [X] Sphinx framework and integration with github.io - [X] Document bootloader protocols - [X] Application writer's guide - - [ ] Write full docstring documentation for all wasp-os components + - [X] Write full docstring documentation for all wasp-os components * [X] Application Launcher * [X] Debug notifications * [o] Multi-colour RLE images @@ -104,3 +104,5 @@ functionality. * [ ] Step counting - [ ] BMA421 driver - [ ] Step counter app + * [ ] Documentation + - [ ] Debugging guide