Skip to content

Commit 9f8f715

Browse files
authored
Merge pull request #5 from sommersoft/new_docs
Improve Ref Docs
2 parents d3a85d2 + cf77297 commit 9f8f715

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
@@ -10,6 +10,10 @@ Introduction
1010
:target: https://discord.gg/nBQh6qu
1111
:alt: Discord
1212
13+
.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_MAX31865.svg?branch=master
14+
:target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_MAX31865
15+
:alt: Build Status
16+
1317
CircuitPython module for the MAX31865 thermocouple amplifier.
1418

1519
Dependencies

docs/conf.py

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

24-
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)}
24+
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)}
2525

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

0 commit comments

Comments
 (0)