Skip to content

adafruit-io-client -> adafruit-io-python #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://io.adafruit.com>`_.
A Python library and examples for use with `io.adafruit.com <https://io.adafruit.com>`_.

Compatible with Python Versions 3.4+

Expand Down
16 changes: 8 additions & 8 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
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
# |version| and |release|, also used in various other places throughout the
# 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.
Expand Down Expand Up @@ -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'),
]

Expand All @@ -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)
]

Expand All @@ -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'),
]