From 48dbf23cd2be12ea188b47658297cef12ece152f Mon Sep 17 00:00:00 2001 From: sommersoft Date: Sat, 10 Mar 2018 10:54:17 -0600 Subject: [PATCH 1/2] updated README; added Travis badge --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 909c751..bb0a52d 100644 --- a/README.rst +++ b/README.rst @@ -10,6 +10,10 @@ Introduction :target: https://discord.gg/nBQh6qu :alt: Discord +.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_LIS3DH.svg?branch=master + :target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_LIS3DH + :alt: Build Status + Adafruit CircuitPython module for the LIS3DH accelerometer. Note this module is made to work with CircuitPython and not MicroPython APIs. From b05573454709cd0d31fa48719a709dc2ee341c84 Mon Sep 17 00:00:00 2001 From: sommersoft Date: Sat, 10 Mar 2018 10:54:35 -0600 Subject: [PATCH 2/2] updated conf.py; bus device intersphinx link --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 2196989..eb05e71 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ # autodoc module docs will fail to generate with a warning. autodoc_mock_imports = ["digitalio", "micropython"] -intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'BusDevice': ('https://circuitpython.readthedocs.io/projects/bus_device/en/latest/', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)} +intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'BusDevice': ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)} # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']