Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ncguk authored and tannewt committed Sep 5, 2017
1 parent 2a6b30d commit 5c45556
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Introduction
============

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

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

Dependencies
=============
Expand All @@ -39,7 +39,7 @@ adafruit_max7219.Matrix8x8 Example

.. code-block:: python
from adafruit_max7219 import matrices
from adafruit_max7219 import matrices
from board import TX, RX, A2
import busio
import digitalio
Expand Down Expand Up @@ -76,7 +76,7 @@ adafruit_max7219.BCDDigits Example

.. code-block:: python
from adafruit_max7219 import bcddigits
from adafruit_max7219 import bcddigits
from board import TX, RX, A2
import bitbangio
import digitalio
Expand Down

0 comments on commit 5c45556

Please sign in to comment.