From 5becdc97edf6ccf95b4718918c8654ff1a475e0d Mon Sep 17 00:00:00 2001 From: Kathy Pippert <84872299+PipKat@users.noreply.github.com> Date: Thu, 8 Feb 2024 10:16:41 -0500 Subject: [PATCH 1/2] Update README.rst Fix format error on Contribute link --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4f174446a..69dc1482c 100644 --- a/README.rst +++ b/README.rst @@ -65,7 +65,7 @@ The PyHPS documentation contains these sections: - `API reference `_: Describes PyHPS functions, classes, methods, and their parameters and return values so that you can understand how to interact with them programmatically -- `Contribute _`: Provides information on +- `Contribute `_: Provides information on how to install PyHPS in developer mode and make contributions to the codebase. On the `PyHPS Issues `_ page, you can From 60b44dc3a231e737d5e65ded2a8d333d945e1c7a Mon Sep 17 00:00:00 2001 From: Kathy Pippert <84872299+PipKat@users.noreply.github.com> Date: Thu, 8 Feb 2024 10:25:50 -0500 Subject: [PATCH 2/2] Apply suggestions from code review Minor edit --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 69dc1482c..0dc56268c 100644 --- a/README.rst +++ b/README.rst @@ -66,7 +66,7 @@ The PyHPS documentation contains these sections: classes, methods, and their parameters and return values so that you can understand how to interact with them programmatically - `Contribute `_: Provides information on - how to install PyHPS in developer mode and make contributions to the codebase. + how to install PyHPS in developer mode and make contributions to the codebase and documentation. On the `PyHPS Issues `_ page, you can create issues to report bugs and request new features. On the