Skip to content

Commit 108585e

Browse files
authored
Merge pull request #7 from sommersoft/new_docs
Improve Ref Docs
2 parents 88cf0d5 + 0c91832 commit 108585e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22
Introduction
33
============
44

5-
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-sdcard/badge/?version=latest
6-
:target: https://circuitpython.readthedocs.io/projects/sdcard/en/latest/
5+
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-sd/badge/?version=latest
6+
:target: https://circuitpython.readthedocs.io/projects/sd/en/latest/
77
:alt: Documentation Status
88

99
.. image :: https://img.shields.io/discord/327254708534116352.svg
1010
:target: https://adafru.it/discord
1111
:alt: Discord
1212
13+
.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_SD.svg?branch=master
14+
:target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_SD
15+
:alt: Build Status
16+
1317
CircuitPython driver for SD cards. This implements the basic reading and writing
1418
block functionality needed to mount an SD card using `storage.VfsFat`.
1519

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
autodoc_mock_imports = ["adafruit_bus_device", "micropython"]
2020

2121
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),
22-
'BusDevice': ('https://circuitpython.readthedocs.io/projects/bus_device/en/latest/', None),
22+
'BusDevice': ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),
2323
'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
2424

2525
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)