Skip to content

Commit 368c17d

Browse files
authored
Merge pull request #10 from sommersoft/new_docs
Improve Ref Docs
2 parents 3d20d26 + 7a4c6df commit 368c17d

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
@@ -11,6 +11,10 @@ Introduction
1111
:target: https://discord.gg/nBQh6qu
1212
:alt: Discord
1313
14+
.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_MCP9808.svg?branch=master
15+
:target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_MCP9808
16+
:alt: Build Status
17+
1418
The MCP9808 is an awesome, high accuracy temperature sensor that communicates
1519
over I2C. Its available on `Adafruit as a breakout <https://www.adafruit.com/products/1782>`_.
1620

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"]
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)