Skip to content

Commit fd61e87

Browse files
committed
Fix documentation generation
1 parent 7539347 commit fd61e87

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

adafruit_max7219/matrices.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
# SPDX-License-Identifier: MIT
55

66
"""
7-
`adafruit_max7219.matrices.Matrix8x8`
8-
`adafruit_max7219.matrices.CustomMatrix`
7+
`adafruit_max7219.matrices`
98
====================================================
109
"""
1110
from micropython import const

adafruit_max7219/max7219.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
"""
88
`adafruit_max7219.max7219` - MAX7219 LED Matrix/Digit Display Driver
9-
`adafruit_max7219.ChainableMAX7219` - Chained MAX7219 LED Matrix/Digit Display Driver
109
========================================================================
1110
CircuitPython library to support MAX7219 LED Matrix/Digit Display Driver.
1211
This library supports the use of the MAX7219-based display in CircuitPython,

docs/api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
44
.. automodule:: adafruit_max7219.max7219
55
:members:
6+
:show-inheritance:
67

78
.. automodule:: adafruit_max7219.matrices
89
:members:

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
# digitalio, micropython and busio. List the modules you use. Without it, the
2525
# autodoc module docs will fail to generate with a warning.
2626
autodoc_mock_imports = ["framebuf"]
27+
autodoc_member_order = "bysource"
2728

2829
intersphinx_mapping = {
2930
"python": ("https://docs.python.org/3.4", None),

0 commit comments

Comments
 (0)