File tree 3 files changed +5
-17
lines changed
3 files changed +5
-17
lines changed Original file line number Diff line number Diff line change @@ -37,18 +37,11 @@ This is easily achieved by downloading
37
37
or individual libraries can be installed using
38
38
`circup <https://github.com/adafruit/circup >`_.
39
39
40
- .. todo :: Describe the Adafruit product this library works with. For PCBs, you can also add the
41
- image from the assets folder in the PCB's GitHub repo.
42
-
43
- `Purchase one from the Adafruit shop <http://www.adafruit.com/products/5611 >`_
40
+ `Purchase one from the Adafruit shop <http://www.adafruit.com/products/5611 >`_
44
41
45
42
46
43
Installing from PyPI
47
44
=====================
48
- .. note :: This library is not available on PyPI yet. Install documentation is included
49
- as a standard element. Stay tuned for PyPI availability!
50
-
51
- .. todo :: Remove the above note if PyPI version is/will be available at time of release.
52
45
53
46
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
54
47
PyPI <https://pypi.org/project/adafruit-circuitpython-pcf8575/> `_.
@@ -101,8 +94,7 @@ Or the following command to update an existing version:
101
94
Usage Example
102
95
=============
103
96
104
- .. todo :: Add a quick, simple example. It and other examples should live in the
105
- examples folder and be included in docs/examples.rst.
97
+ See the ``examples/ `` folder for usage examples.
106
98
107
99
Documentation
108
100
=============
Original file line number Diff line number Diff line change 4
4
5
5
"""
6
6
`adafruit_pcf8575`
7
- ================================================================================
7
+ ==================
8
8
9
9
CircuitPython library for Adafruit PCF8575 GPIO expander
10
10
16
16
17
17
**Hardware:**
18
18
19
- * `Adafruit PCF8575 GPIO Expander <https://www.adafruit.com/product/5611>`
19
+ * `Adafruit PCF8575 GPIO Expander <https://www.adafruit.com/product/5611>`_
20
20
21
21
**Software and Dependencies:**
22
22
Original file line number Diff line number Diff line change @@ -24,14 +24,10 @@ Table of Contents
24
24
.. toctree ::
25
25
:caption: Tutorials
26
26
27
- .. todo :: Add any Learn guide links here. If there are none, then simply delete this todo and leave
28
- the toctree above for use later.
29
-
30
27
.. toctree ::
31
28
:caption: Related Products
32
29
33
- .. todo :: Add any product links here. If there are none, then simply delete this todo and leave
34
- the toctree above for use later.
30
+ Adafruit PCF8575 GPIO Expander <https://www.adafruit.com/product/5611 >
35
31
36
32
.. toctree ::
37
33
:caption: Other Links
You can’t perform that action at this time.
0 commit comments