From 70aa2898a0fae0dd9d0df8268cab47c7d3cf2a67 Mon Sep 17 00:00:00 2001 From: sommersoft Date: Sat, 10 Mar 2018 09:26:56 -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 d3e242c..aca8192 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,10 @@ Introduction :target: https://adafru.it/discord :alt: Discord +.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_BNO055.svg?branch=master + :target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_BNO055 + :alt: Build Status + Dependencies ============= From 3d680931396ddb1bdfea387788922fde048ae05c Mon Sep 17 00:00:00 2001 From: sommersoft Date: Sat, 10 Mar 2018 09:27:19 -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 a35efe5..ce25b24 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 = ["adafruit_bus_device", "micropython", "adafruit_register"] -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']