From eae359ee429bcb1ace554bfad1c45debd652f490 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Thu, 24 Jan 2019 16:10:11 -0600 Subject: [PATCH] doc: fix module index some modules were missing because of missing automodule directive --- pybricks/ev3brick.py | 2 +- pybricks/ev3devices.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pybricks/ev3brick.py b/pybricks/ev3brick.py index ddf515c..fee430c 100644 --- a/pybricks/ev3brick.py +++ b/pybricks/ev3brick.py @@ -1,4 +1,4 @@ -"""LEGO MINDSTORMS EV3 Brick""" +"""LEGO\ :sup:`®` MINDSTORMS\ :sup:`®` EV3 Brick.""" from parameters import Color from _speaker import Speaker diff --git a/pybricks/ev3devices.py b/pybricks/ev3devices.py index 5bb0845..7497bd4 100644 --- a/pybricks/ev3devices.py +++ b/pybricks/ev3devices.py @@ -1,4 +1,4 @@ -"""EV3 motors and sensors.""" +"""LEGO\ :sup:`®` MINDSTORMS\ :sup:`®` EV3 motors and sensors.""" from parameters import Stop, Direction