Skip to content

Commit 5c45556

Browse files
ncguktannewt
authored andcommitted
Tidy up
It looks like GitHub doesn't support the seealso/note/warning aspect of reST, resulting in odd formatting, so I've removed the offending syntax. I've also cleaned up a couple of really minor formatting glitches.
1 parent 2a6b30d commit 5c45556

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Introduction
33
============
44

5-
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-max7219/badge/?version=latest
5+
.. image :: https://readthedocs.org/projects/adafruit-circuitpython-max7219/badge/?version=latest
66
:target: https://circuitpython.readthedocs.io/projects/max7219/en/latest/
77
:alt: Documentation Status
88
@@ -16,7 +16,7 @@ Introduction
1616
1717
CircuitPython driver for the MAX7219 LED matrix driver chip.
1818

19-
.. seealso:: See `here <https://github.com/adafruit/micropython-adafruit-max7219>`_ for the equivalent MicroPython driver.
19+
See `here <https://github.com/adafruit/micropython-adafruit-max7219>`_ for the equivalent MicroPython driver.
2020

2121
Dependencies
2222
=============
@@ -39,7 +39,7 @@ adafruit_max7219.Matrix8x8 Example
3939

4040
.. code-block:: python
4141
42-
from adafruit_max7219 import matrices
42+
from adafruit_max7219 import matrices
4343
from board import TX, RX, A2
4444
import busio
4545
import digitalio
@@ -76,7 +76,7 @@ adafruit_max7219.BCDDigits Example
7676

7777
.. code-block:: python
7878
79-
from adafruit_max7219 import bcddigits
79+
from adafruit_max7219 import bcddigits
8080
from board import TX, RX, A2
8181
import bitbangio
8282
import digitalio

0 commit comments

Comments
 (0)