We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285f9a8 commit ebac6b0Copy full SHA for ebac6b0
adafruit_mma8451.py
@@ -20,7 +20,7 @@
20
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
# THE SOFTWARE.
22
"""
23
-`Adafruit_MMA8451`
+`adafruit_mma8451`
24
====================================================
25
26
CircuitPython module for the MMA8451 3 axis accelerometer. See
docs/conf.py
@@ -28,7 +28,7 @@
28
source_suffix = '.rst'
29
30
# The master toctree document.
31
-master_doc = 'README'
+master_doc = 'index'
32
33
# General information about the project.
34
project = u'Adafruit MMA8451 Library'
0 commit comments