File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
Introduction
3
3
============
4
4
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/
7
7
:alt: Documentation Status
8
8
9
9
.. image :: https://img.shields.io/discord/327254708534116352.svg
10
10
:target: https://adafru.it/discord
11
11
:alt: Discord
12
12
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
+
13
17
CircuitPython driver for SD cards. This implements the basic reading and writing
14
18
block functionality needed to mount an SD card using `storage.VfsFat `.
15
19
Original file line number Diff line number Diff line change 19
19
autodoc_mock_imports = ["adafruit_bus_device" , "micropython" ]
20
20
21
21
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 ),
23
23
'CircuitPython' : ('https://circuitpython.readthedocs.io/en/latest/' , None )}
24
24
25
25
# Add any paths that contain templates here, relative to this directory.
You can’t perform that action at this time.
0 commit comments