diff --git a/README.rst b/README.rst index 3aa5731..0ef9dea 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ Adafruit IO Python .. image:: https://cdn-learn.adafruit.com/assets/assets/000/057/153/original/adafruit_io_iopython.png?1530802073 -A Python client and examples for use with `io.adafruit.com `_. +A Python library and examples for use with `io.adafruit.com `_. Compatible with Python Versions 3.4+ diff --git a/docs/conf.py b/docs/conf.py index 0c56a44..848ccc3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,8 +28,8 @@ master_doc = 'index' # General information about the project. -project = u'io-client-python' -copyright = u'2018 Adafruit Industries' +project = u'adafruit-io-python' +copyright = u'2019 Adafruit Industries' author = u'Adafruit Industries' # The version info for the project you're documenting, acts as replacement for @@ -37,9 +37,9 @@ # built documents. # # The short X.Y version. -version = u'2.0.1' +version = u'2.1.0' # The full version, including alpha/beta/rc tags. -release = u'2.0.1' +release = u'2.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -129,7 +129,7 @@ # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - (master_doc, 'io-client-pythonLibrary.tex', u'io-client-python Library Documentation', + (master_doc, 'adafruit-io-pythonLibrary.tex', u'adafruit-io-python Library Documentation', author, 'manual'), ] @@ -138,7 +138,7 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - (master_doc, 'io-client-pythonlibrary', u'io-client-python Library Documentation', + (master_doc, 'adafruit-io-pythonlibrary', u'adafruit-io-python Library Documentation', [author], 1) ] @@ -148,7 +148,7 @@ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - (master_doc, 'io-client-pythonLibrary', u' io-client-python Library Documentation', - author, 'io-client-pythonLibrary', 'One line description of project.', + (master_doc, 'adafruit-io-pythonLibrary', u' adafruit-io-python Library Documentation', + author, 'adafruit-io-pythonLibrary', 'One line description of project.', 'Miscellaneous'), ]