summaryrefslogtreecommitdiff
path: root/shared-bindings
diff options
context:
space:
mode:
authorsommersoft <sommersoft@gmail.com>2018-03-09 03:22:00 +0000
committersommersoft <sommersoft@gmail.com>2018-03-09 03:22:00 +0000
commit01471e1e22eb57bf5295ea489e73f97a3e03b5d5 (patch)
treee02537dc6ae19fd27891cdb37877e4a0b47f933c /shared-bindings
parentc1c3a79ec4aa5215b6d5debe8bc7a710c40e82a4 (diff)
sphinx fix; added toctree to include 'runtime'
Diffstat (limited to 'shared-bindings')
-rw-r--r--shared-bindings/supervisor/__init__.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/shared-bindings/supervisor/__init__.c b/shared-bindings/supervisor/__init__.c
index 12a41d433..ec145ce12 100644
--- a/shared-bindings/supervisor/__init__.c
+++ b/shared-bindings/supervisor/__init__.c
@@ -37,6 +37,15 @@
//| :synopsis: Supervisor settings
//| :platform: SAMD21
//|
+//| The `supervisor` module. (TODO: expand description)
+//|
+//| Libraries
+//|
+//| .. toctree::
+//| :maxdepth: 3
+//|
+//| Runtime
+//|
//| .. attribute:: runtime
//|