Skip to content

Commit

Permalink
Merge pull request #2 from justmobilize/fix-documentation
Browse files Browse the repository at this point in the history
Fix documentation
  • Loading branch information
tannewt authored Feb 22, 2024
2 parents fe040d8 + 6d5c570 commit a371938
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
types: [python]
files: "^examples/"
args:
- --disable=consider-using-f-string,duplicate-code,missing-docstring,invalid-name,
- --disable=consider-using-f-string,duplicate-code,missing-docstring,invalid-name
- id: pylint
name: pylint (test code)
description: Run pylint rules on "tests/*.py" files
Expand Down
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ or individual libraries can be installed using

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!

On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
PyPI <https://pypi.org/project/adafruit-circuitpython-connectionmanager/>`_.
To install for current user:
Expand Down

0 comments on commit a371938

Please sign in to comment.