Skip to content

Commit e9f50cb

Browse files
authored
Merge pull request #26 from sommersoft/new_docs
Improve Ref Docs
2 parents f872892 + baefd6f commit e9f50cb

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
@@ -6,14 +6,14 @@ Adafruit CircuitPython NeoPixel
66
:target: https://circuitpython.readthedocs.io/projects/neopixel/en/latest/
77
:alt: Documentation Status
88

9-
.. image :: https://badges.gitter.im/adafruit/circuitpython.svg
10-
:target: https://gitter.im/adafruit/circuitpython?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
11-
:alt: Gitter
12-
139
.. image :: https://img.shields.io/discord/327254708534116352.svg
1410
:target: https://adafru.it/discord
1511
:alt: Discord
1612
13+
.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_NeoPixel.svg?branch=master
14+
:target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_NeoPixel
15+
:alt: Build Status
16+
1717
Higher level NeoPixel driver that presents the strip as a sequence. This is a
1818
supercharged version of the original MicroPython driver. Its now more like a
1919
normal Python sequence and features slice support, ``repr`` and ``len`` support.

0 commit comments

Comments
 (0)