From 83d91a68393b198eda0cd6ea37c49212972aeec4 Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Thu, 9 Apr 2020 13:50:46 -0400 Subject: [PATCH 1/2] Black reformatting with Python 3 target. --- docs/conf.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6e92f68..5abeb0a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,18 +54,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit's PCF8523 RTC Library" -copyright = u"2016, Philip Moyer" -author = u"Philip Moyer" +project = "Adafruit's PCF8523 RTC Library" +copyright = "2016, Philip Moyer" +author = "Philip Moyer" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = u"1.0" +version = "1.0" # The full version, including alpha/beta/rc tags. -release = u"1.0" +release = "1.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -278,8 +278,8 @@ ( master_doc, "AdafruitsPCF8523RTCLibrary.tex", - u"Adafruit's PCF8523 RTC Library Documentation", - u"Philip Moyer", + "Adafruit's PCF8523 RTC Library Documentation", + "Philip Moyer", "manual", ), ] @@ -325,7 +325,7 @@ ( master_doc, "AdafruitsPCF8523RTCLibrary23rtclibrary", - u"Adafruit's PCF8523 RTC Library Documentation", + "Adafruit's PCF8523 RTC Library Documentation", [author], 1, ) @@ -345,7 +345,7 @@ ( master_doc, "AdafruitsPCF8523RTCLibrary", - u"Adafruit's PCF8523 RTC Library Documentation", + "Adafruit's PCF8523 RTC Library Documentation", author, "AdafruitsPCF8523RTCLibrary", "One line description of project.", From a4e2d9e3b54b8b368b0ca5640703ccc99aae8c31 Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Thu, 9 Apr 2020 22:07:35 -0400 Subject: [PATCH 2/2] remove possessive names in conf.py --- docs/conf.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5abeb0a..5e0eb54 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Adafruit's PCF8523 RTC Library documentation build configuration file, created by +# Adafruit PCF8523 RTC Library documentation build configuration file, created by # sphinx-quickstart on Fri Nov 11 21:37:36 2016. # # This file is execfile()d with the current directory set to its @@ -54,7 +54,7 @@ master_doc = "index" # General information about the project. -project = "Adafruit's PCF8523 RTC Library" +project = "Adafruit PCF8523 RTC Library" copyright = "2016, Philip Moyer" author = "Philip Moyer" @@ -153,7 +153,7 @@ # The name for this set of Sphinx documents. # " v documentation" by default. # -# html_title = u'Adafruit\'s PCF8523 RTC Library v1.0' +# html_title = u'Adafruit PCF8523 RTC Library v1.0' # A shorter title for the navigation bar. Default is the same as html_title. # @@ -277,8 +277,8 @@ latex_documents = [ ( master_doc, - "AdafruitsPCF8523RTCLibrary.tex", - "Adafruit's PCF8523 RTC Library Documentation", + "AdafruitPCF8523RTCLibrary.tex", + "Adafruit PCF8523 RTC Library Documentation", "Philip Moyer", "manual", ), @@ -324,8 +324,8 @@ man_pages = [ ( master_doc, - "AdafruitsPCF8523RTCLibrary23rtclibrary", - "Adafruit's PCF8523 RTC Library Documentation", + "AdafruitPCF8523RTCLibrary23rtclibrary", + "Adafruit PCF8523 RTC Library Documentation", [author], 1, ) @@ -344,10 +344,10 @@ texinfo_documents = [ ( master_doc, - "AdafruitsPCF8523RTCLibrary", - "Adafruit's PCF8523 RTC Library Documentation", + "AdafruitPCF8523RTCLibrary", + "Adafruit PCF8523 RTC Library Documentation", author, - "AdafruitsPCF8523RTCLibrary", + "AdafruitPCF8523RTCLibrary", "One line description of project.", "Miscellaneous", ),