Skip to content

Commit e1d7e4f

Browse files
brentrubrentru
brentru
authored and
brentru
committed
adafruit-io-client -> adafruit-io-python
1 parent fc9dcbf commit e1d7e4f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Adafruit IO Python
1818

1919
.. image:: https://cdn-learn.adafruit.com/assets/assets/000/057/153/original/adafruit_io_iopython.png?1530802073
2020

21-
A Python client and examples for use with `io.adafruit.com <https://io.adafruit.com>`_.
21+
A Python library and examples for use with `io.adafruit.com <https://io.adafruit.com>`_.
2222

2323
Compatible with Python Versions 3.4+
2424

docs/conf.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@
2828
master_doc = 'index'
2929

3030
# General information about the project.
31-
project = u'io-client-python'
32-
copyright = u'2018 Adafruit Industries'
31+
project = u'adafruit-io-python'
32+
copyright = u'2019 Adafruit Industries'
3333
author = u'Adafruit Industries'
3434

3535
# The version info for the project you're documenting, acts as replacement for
3636
# |version| and |release|, also used in various other places throughout the
3737
# built documents.
3838
#
3939
# The short X.Y version.
40-
version = u'2.0.1'
40+
version = u'2.1.0'
4141
# The full version, including alpha/beta/rc tags.
42-
release = u'2.0.1'
42+
release = u'2.1.0'
4343

4444
# The language for content autogenerated by Sphinx. Refer to documentation
4545
# for a list of supported languages.
@@ -129,7 +129,7 @@
129129
# (source start file, target name, title,
130130
# author, documentclass [howto, manual, or own class]).
131131
latex_documents = [
132-
(master_doc, 'io-client-pythonLibrary.tex', u'io-client-python Library Documentation',
132+
(master_doc, 'adafruit-io-pythonLibrary.tex', u'adafruit-io-python Library Documentation',
133133
author, 'manual'),
134134
]
135135

@@ -138,7 +138,7 @@
138138
# One entry per manual page. List of tuples
139139
# (source start file, name, description, authors, manual section).
140140
man_pages = [
141-
(master_doc, 'io-client-pythonlibrary', u'io-client-python Library Documentation',
141+
(master_doc, 'adafruit-io-pythonlibrary', u'adafruit-io-python Library Documentation',
142142
[author], 1)
143143
]
144144

@@ -148,7 +148,7 @@
148148
# (source start file, target name, title, author,
149149
# dir menu entry, description, category)
150150
texinfo_documents = [
151-
(master_doc, 'io-client-pythonLibrary', u' io-client-python Library Documentation',
152-
author, 'io-client-pythonLibrary', 'One line description of project.',
151+
(master_doc, 'adafruit-io-pythonLibrary', u' adafruit-io-python Library Documentation',
152+
author, 'adafruit-io-pythonLibrary', 'One line description of project.',
153153
'Miscellaneous'),
154154
]

0 commit comments

Comments
 (0)