Skip to content

Commit 545b6e5

Browse files
committed
fix doc build
1 parent 1a91a75 commit 545b6e5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

shared-bindings/protomatter/Protomatter.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
#include "shared-module/framebufferio/__init__.h"
3939
#include "shared-module/framebufferio/FramebufferDisplay.h"
4040

41-
//| .. currentmodule:: _protomatter
41+
//| .. currentmodule:: protomatter
4242
//|
43-
//| :class:`protomatter` -- Driver for HUB75-style RGB LED matrices
43+
//| :class:`Protomatter` -- Driver for HUB75-style RGB LED matrices
4444
//| ================================================================
4545
//|
4646

@@ -133,7 +133,7 @@ STATIC void preflight_pins_or_throw(uint8_t clock_pin, uint8_t *rgb_pins, uint8_
133133
}
134134
}
135135

136-
//| :class:`~_protomatter.Protomatter` displays an in-memory framebuffer to an LED matrix.
136+
//| :class:`~protomatter.Protomatter` displays an in-memory framebuffer to an LED matrix.
137137
//|
138138
//| .. class:: Protomatter(width, bit_depth, rgb_pins, addr_pins, clock_pin, latch_pin, output_enable_pin, *, doublebuffer=True, framebuffer=None)
139139
//|

shared-bindings/protomatter/__init__.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131

3232
#include "shared-bindings/protomatter/Protomatter.h"
3333

34-
//| :mod:`_protomatter` --- Low-level routines for bitbanged LED matrices
34+
//| :mod:`protomatter` --- Low-level routines for bitbanged LED matrices
3535
//| =====================================================================
3636
//|
37-
//| .. module:: _protomatter
37+
//| .. module:: protomatter
3838
//| :synopsis: Low-level routines for bitbanged LED matrices
3939
//|
4040
//| .. toctree::

0 commit comments

Comments
 (0)