From 66278e5d1dbf42a274da0296633f5df909c1f124 Mon Sep 17 00:00:00 2001 From: Brian Goldstein Date: Mon, 2 Sep 2024 09:31:23 -0700 Subject: [PATCH 1/4] readme.rst - fixing broken links for the contributing page --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ac3af28..7a7851a 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ Python Ring Door Bell Python Ring Door Bell is a library written for Python that exposes the Ring.com devices as Python objects. -There is also a command line interface that is work in progress. `Contributors welcome `_. +There is also a command line interface that is work in progress. `Contributors welcome `_. *Currently Ring.com does not provide an official API. The results of this project are merely from reverse engineering.* @@ -285,7 +285,7 @@ Controlling a Light Group How to contribute ----------------- -See our `Contributing Page `_. +See our `Contributing Page `_. Credits && Thanks From 2fbc07a8b357cef332f74b9a5feee9536d63bbbc Mon Sep 17 00:00:00 2001 From: Brian Goldstein Date: Mon, 2 Sep 2024 09:37:14 -0700 Subject: [PATCH 2/4] readme.rst - adding explicit links for test scripts Links currently 404 from the Read The Docs page --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7a7851a..114c4e9 100644 --- a/README.rst +++ b/README.rst @@ -115,8 +115,8 @@ versions are maintained for backwards compatability. Initializing your Ring object +++++++++++++++++++++++++++++ -This code example is in the `test.py `_ file. -For the deprecated sync example see `test_sync.py `_. +This code example is in the `test.py `_ file. +For the deprecated sync example see `test_sync.py `_. .. code-block:: python From 38cfaf387299585cecde13c26d91a8e0d86c0f92 Mon Sep 17 00:00:00 2001 From: Brian Goldstein Date: Mon, 2 Sep 2024 10:05:08 -0700 Subject: [PATCH 3/4] Update README.rst Co-authored-by: Steven B. <51370195+sdb9696@users.noreply.github.com> --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 114c4e9..87eb574 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ Python Ring Door Bell Python Ring Door Bell is a library written for Python that exposes the Ring.com devices as Python objects. -There is also a command line interface that is work in progress. `Contributors welcome `_. +There is also a command line interface that is work in progress. `Contributors welcome `_. *Currently Ring.com does not provide an official API. The results of this project are merely from reverse engineering.* From e9f7cbe3bf0f31552b6d67472ccbf91210656805 Mon Sep 17 00:00:00 2001 From: Brian Goldstein Date: Mon, 2 Sep 2024 10:05:13 -0700 Subject: [PATCH 4/4] Update README.rst Co-authored-by: Steven B. <51370195+sdb9696@users.noreply.github.com> --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 87eb574..4cb15b5 100644 --- a/README.rst +++ b/README.rst @@ -285,7 +285,7 @@ Controlling a Light Group How to contribute ----------------- -See our `Contributing Page `_. +See our `Contributing Page `_. Credits && Thanks