Skip to content

Commit ac9822d

Browse files
committed
Update README.rst
1 parent 8403703 commit ac9822d

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.rst

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,10 @@ This is easily achieved by downloading
3737
or individual libraries can be installed using
3838
`circup <https://github.com/adafruit/circup>`_.
3939

40-
41-
42-
.. todo:: Describe the Adafruit product this library works with. For PCBs, you can also add the
43-
image from the assets folder in the PCB's GitHub repo.
44-
4540
`Purchase one from the Adafruit shop <http://www.adafruit.com/products/5832>`_
4641

4742
Installing from PyPI
4843
=====================
49-
.. note:: This library is not available on PyPI yet. Install documentation is included
50-
as a standard element. Stay tuned for PyPI availability!
51-
52-
.. todo:: Remove the above note if PyPI version is/will be available at time of release.
5344

5445
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
5546
PyPI <https://pypi.org/project/adafruit-circuitpython-ina228/>`_.
@@ -100,8 +91,8 @@ Or the following command to update an existing version:
10091
Usage Example
10192
=============
10293

103-
.. todo:: Add a quick, simple example. It and other examples should live in the
104-
examples folder and be included in docs/examples.rst.
94+
.. code-block:: python
95+
import adafruit_ina228
10596
10697
Documentation
10798
=============

0 commit comments

Comments
 (0)