Skip to content

Commit 6b404d7

Browse files
authored
Merge pull request #8 from sommersoft/new_docs
Improve Ref Docs
2 parents 9ce2718 + 3d68093 commit 6b404d7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Introduction
99
:target: https://adafru.it/discord
1010
:alt: Discord
1111
12+
.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_BNO055.svg?branch=master
13+
:target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_BNO055
14+
:alt: Build Status
15+
1216

1317
Dependencies
1418
=============

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# autodoc module docs will fail to generate with a warning.
2121
autodoc_mock_imports = ["adafruit_bus_device", "micropython", "adafruit_register"]
2222

23-
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)}
23+
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)}
2424

2525
# Add any paths that contain templates here, relative to this directory.
2626
templates_path = ['_templates']

0 commit comments

Comments
 (0)