From c340e516c19fdbe6bfa58bc0ad29f17664627471 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Sat, 5 Jun 2021 12:23:51 -0500 Subject: [PATCH 1/3] preparing to add Org in the repo name --- README.rst | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index bc259c5..7c5efbb 100644 --- a/README.rst +++ b/README.rst @@ -12,8 +12,8 @@ Introduction :alt: Discord -.. image:: https://github.com/circuitpython/CircuitPython_DisplayIO_Annotation/workflows/Build%20CI/badge.svg - :target: https://github.com/circuitpython/CircuitPython_DisplayIO_Annotation/actions +.. image:: https://github.com/circuitpython/CircuitPython_Org_DisplayIO_Annotation/workflows/Build%20CI/badge.svg + :target: https://github.com/circuitpython/CircuitPython_Org_DisplayIO_Annotation/actions :alt: Build Status @@ -72,7 +72,7 @@ Contributing ============ Contributions are welcome! Please read our `Code of Conduct -`_ +`_ before contributing to help this project stay welcoming. Documentation diff --git a/setup.py b/setup.py index 99b52e7..ae3cdb6 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ long_description=long_description, long_description_content_type="text/x-rst", # The project's main homepage. - url="https://github.com/circuitpython/CircuitPython_DisplayIO_Annotation.git", + url="https://github.com/circuitpython/CircuitPython_Org_DisplayIO_Annotation.git", # Author details author="CircuitPython Organization", author_email="", From 196c8b6872eed75046872d5c5078e091b8a462f7 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Sat, 5 Jun 2021 12:40:12 -0500 Subject: [PATCH 2/3] rename repo to include org inside docs/index.rst --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 75b3f35..b226bfa 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -33,7 +33,7 @@ Table of Contents .. toctree:: :caption: Other Links - Download + Download CircuitPython Reference Documentation CircuitPython Support Forum Discord Chat From 9026921c1cdd3007df11d868e270e3a82bf8918a Mon Sep 17 00:00:00 2001 From: foamyguy Date: Sun, 20 Jun 2021 11:06:05 -0500 Subject: [PATCH 3/3] newline before pypi section in readme. fix pypi link target --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7c5efbb..68698ba 100644 --- a/README.rst +++ b/README.rst @@ -34,12 +34,14 @@ Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading `the Adafruit library and driver bundle `_ or individual libraries can be installed using -`circup `_.Installing from PyPI +`circup `_. + +Installing from PyPI ===================== On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from -PyPI `_. +PyPI `_. To install for current user: .. code-block:: shell