Skip to content

Commit 570b8da

Browse files
committed
Merge branch 'main' of https://github.com/sparkfun/Qwiic_TMP102_Py into main
2 parents e5757c4 + 93082bc commit 570b8da

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This driver package depends on the qwiic I2C driver:
5353

5454
Documentation
5555
-------------
56-
The SparkFun qwiic TMP102 module documentation is hosted at [ReadTheDocs](https://qwiic-soil-moisture-sensor-py.readthedocs.io/en/latest/?)
56+
The SparkFun qwiic TMP102 module documentation is hosted at [ReadTheDocs](https://qwiic-tmp102-py.readthedocs.io/en/latest/?)
5757

5858
Installation
5959
---------------

docs/apiref.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
API Reference
22
==============
33

4-
.. automodule:: qwiic_soil_moisture_sensor
5-
:members:
4+
.. automodule:: qwiic_tmp102
5+
:members:

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
# -- Project information -----------------------------------------------------
1919

20-
project = 'sparkfun_qwiic_soil_moisture_sensor'
20+
project = 'sparkfun_qwiic_tmp102'
2121
copyright = '2021, SparkFun Electronics'
2222
author = 'SparkFun Electronics'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.0.9'
25+
release = '0.0.3'
2626

2727

2828
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)