Skip to content

Commit

Permalink
Get sphinx to build documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec Delaney committed Sep 2, 2022
1 parent f77840d commit 82de84d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
12 changes: 2 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,11 @@ This is easily achieved by downloading
or individual libraries can be installed using
`circup <https://github.com/adafruit/circup>`_.

.. todo:: Describe the Adafruit product this library works with. For PCBs, you can also add the
image from the assets folder in the PCB's GitHub repo.

`Purchase one from the Adafruit shop <http://www.adafruit.com/products/5611 >`_
`Purchase one from the Adafruit shop <http://www.adafruit.com/products/5611>`_


Installing from PyPI
=====================
.. note:: This library is not available on PyPI yet. Install documentation is included
as a standard element. Stay tuned for PyPI availability!

.. todo:: Remove the above note if PyPI version is/will be available at time of release.

On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
PyPI <https://pypi.org/project/adafruit-circuitpython-pcf8575/>`_.
Expand Down Expand Up @@ -101,8 +94,7 @@ Or the following command to update an existing version:
Usage Example
=============

.. todo:: Add a quick, simple example. It and other examples should live in the
examples folder and be included in docs/examples.rst.
See the ``examples/`` folder for usage examples.

Documentation
=============
Expand Down
4 changes: 2 additions & 2 deletions adafruit_pcf8575.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

"""
`adafruit_pcf8575`
================================================================================
==================
CircuitPython library for Adafruit PCF8575 GPIO expander
Expand All @@ -16,7 +16,7 @@
**Hardware:**
* `Adafruit PCF8575 GPIO Expander <https://www.adafruit.com/product/5611>`
* `Adafruit PCF8575 GPIO Expander <https://www.adafruit.com/product/5611>`_
**Software and Dependencies:**
Expand Down
6 changes: 1 addition & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,10 @@ Table of Contents
.. toctree::
:caption: Tutorials

.. todo:: Add any Learn guide links here. If there are none, then simply delete this todo and leave
the toctree above for use later.

.. toctree::
:caption: Related Products

.. todo:: Add any product links here. If there are none, then simply delete this todo and leave
the toctree above for use later.
Adafruit PCF8575 GPIO Expander <https://www.adafruit.com/product/5611>

.. toctree::
:caption: Other Links
Expand Down

0 comments on commit 82de84d

Please sign in to comment.