fix doc build

This commit is contained in:
Jeff Epler 2020-04-15 10:00:07 -05:00
parent 1a91a75b9c
commit 545b6e560a
2 changed files with 5 additions and 5 deletions

View File

@ -38,9 +38,9 @@
#include "shared-module/framebufferio/__init__.h"
#include "shared-module/framebufferio/FramebufferDisplay.h"
//| .. currentmodule:: _protomatter
//| .. currentmodule:: protomatter
//|
//| :class:`protomatter` -- Driver for HUB75-style RGB LED matrices
//| :class:`Protomatter` -- Driver for HUB75-style RGB LED matrices
//| ================================================================
//|
@ -133,7 +133,7 @@ STATIC void preflight_pins_or_throw(uint8_t clock_pin, uint8_t *rgb_pins, uint8_
}
}
//| :class:`~_protomatter.Protomatter` displays an in-memory framebuffer to an LED matrix.
//| :class:`~protomatter.Protomatter` displays an in-memory framebuffer to an LED matrix.
//|
//| .. class:: Protomatter(width, bit_depth, rgb_pins, addr_pins, clock_pin, latch_pin, output_enable_pin, *, doublebuffer=True, framebuffer=None)
//|

View File

@ -31,10 +31,10 @@
#include "shared-bindings/protomatter/Protomatter.h"
//| :mod:`_protomatter` --- Low-level routines for bitbanged LED matrices
//| :mod:`protomatter` --- Low-level routines for bitbanged LED matrices
//| =====================================================================
//|
//| .. module:: _protomatter
//| .. module:: protomatter
//| :synopsis: Low-level routines for bitbanged LED matrices
//|
//| .. toctree::