From e6f80f60cce901f84ef70ca73a7cc4e2b586473b Mon Sep 17 00:00:00 2001 From: siddacious Date: Fri, 2 Oct 2020 17:11:05 -0700 Subject: [PATCH] fix copypasta errors in docs --- docs/conf.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c9a9f09..743ffdf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -39,7 +39,7 @@ master_doc = "index" # General information about the project. -project = "Adafruit VL53L0X Library" +project = "Adafruit LIS3DH Library" copyright = "2017 Tony DiCola" author = "Tony DiCola" @@ -114,7 +114,7 @@ html_favicon = "_static/favicon.ico" # Output file base name for HTML help builder. -htmlhelp_basename = "AdafruitVL53L0XLibrarydoc" +htmlhelp_basename = "AdafruitLIS3DHLibrarydoc" # -- Options for LaTeX output --------------------------------------------- @@ -139,8 +139,8 @@ latex_documents = [ ( master_doc, - "AdafruitVL53L0XLibrary.tex", - "Adafruit VL53L0X Library Documentation", + "AdafruitLIS3DHLibrary.tex", + "Adafruit LIS3DH Library Documentation", author, "manual", ), @@ -153,8 +153,8 @@ man_pages = [ ( master_doc, - "adafruitVL53L0Xlibrary", - "Adafruit VL53L0X Library Documentation", + "adafruitLIS3DHlibrary", + "Adafruit LIS3DH Library Documentation", [author], 1, ) @@ -168,11 +168,11 @@ texinfo_documents = [ ( master_doc, - "AdafruitVL53L0XLibrary", - "Adafruit VL53L0X Library Documentation", + "adafruitLIS3DHlibrary", + "Adafruit LIS3DH Library Documentation", author, - "AdafruitVL53L0XLibrary", - "One line description of project.", + "adafruitLIS3DHlibrary", + "A CircuitPython library for the LIS3DH.", "Miscellaneous", ), ]