Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adafruit/Adafruit_CircuitPython_ConnectionManager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_ConnectionManager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 21, 2024

  1. Fix documentation

    justmobilize committed Feb 21, 2024
    Copy the full SHA
    6d5c570 View commit details

Commits on Feb 22, 2024

  1. Merge pull request #2 from justmobilize/fix-documentation

    Fix documentation
    tannewt authored Feb 22, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a371938 View commit details
Showing with 1 addition and 4 deletions.
  1. +1 −1 .pre-commit-config.yaml
  2. +0 −3 README.rst
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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: