summaryrefslogtreecommitdiff
path: root/shared-bindings/_pew
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/_pew')
-rw-r--r--shared-bindings/_pew/PewPew.c7
-rw-r--r--shared-bindings/_pew/__init__.c12
2 files changed, 2 insertions, 17 deletions
diff --git a/shared-bindings/_pew/PewPew.c b/shared-bindings/_pew/PewPew.c
index 37188d2b7..82bf04a61 100644
--- a/shared-bindings/_pew/PewPew.c
+++ b/shared-bindings/_pew/PewPew.c
@@ -35,12 +35,7 @@
#include "supervisor/shared/translate.h"
//| class PewPew:
-//| """.. currentmodule:: _pew
-//|
-//| :class:`PewPew` -- LED matrix and button driver
-//| ===============================================
-//|
-//| This is an internal module to be used by the ``pew.py`` library from
+//| """This is an internal module to be used by the ``pew.py`` library from
//| https://github.com/pewpew-game/pew-pewpew-standalone-10.x to handle the
//| LED matrix display and buttons on the ``pewpew10`` board.
//|
diff --git a/shared-bindings/_pew/__init__.c b/shared-bindings/_pew/__init__.c
index b6aab6726..6e0070d8e 100644
--- a/shared-bindings/_pew/__init__.c
+++ b/shared-bindings/_pew/__init__.c
@@ -41,17 +41,7 @@ STATIC mp_obj_t get_pressed(void) {
STATIC MP_DEFINE_CONST_FUN_OBJ_0(get_pressed_obj, get_pressed);
-//| """:mod:`_pew` --- LED matrix driver
-//| ==================================
-//|
-//| .. module:: _pew
-//| :synopsis: LED matrix driver
-//| :platform: SAMD21
-//|
-//| .. toctree::
-//| :maxdepth: 3
-//|
-//| PewPew"""
+//| """LED matrix driver"""
//|
STATIC const mp_rom_map_elem_t pew_module_globals_table[] = {
{ MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR__pew) },