Skip to content

Commit ebac6b0

Browse files
committed
More sphinx fixes.
1 parent 285f9a8 commit ebac6b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_mma8451.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
# THE SOFTWARE.
2222
"""
23-
`Adafruit_MMA8451`
23+
`adafruit_mma8451`
2424
====================================================
2525
2626
CircuitPython module for the MMA8451 3 axis accelerometer. See

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
source_suffix = '.rst'
2929

3030
# The master toctree document.
31-
master_doc = 'README'
31+
master_doc = 'index'
3232

3333
# General information about the project.
3434
project = u'Adafruit MMA8451 Library'

0 commit comments

Comments
 (0)