From 9908bea2fbdda5f123af8a1085e2f75e60287b3f Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Tue, 17 Sep 2024 21:29:23 -0400 Subject: [PATCH 1/2] adding doc link to readme --- README.rst | 5 +++++ news/doclink.rst | 23 +++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 news/doclink.rst diff --git a/README.rst b/README.rst index 38916e2..a55090a 100644 --- a/README.rst +++ b/README.rst @@ -53,6 +53,11 @@ If you use diffpy.utils in a scientific publication, we would like you to cite t diffpy.utils Package, https://github.com/diffpy/diffpy.utils +Documentation +------------- + +Documentation may be found at, https://diffy.github.io/diffpy.utils + Installation ------------ diff --git a/news/doclink.rst b/news/doclink.rst new file mode 100644 index 0000000..cfd86dc --- /dev/null +++ b/news/doclink.rst @@ -0,0 +1,23 @@ +**Added:** + +* link docs in the README + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +* From 7bd6f8ddb94f6e7517e68810e13c464efa492af5 Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Tue, 17 Sep 2024 21:33:59 -0400 Subject: [PATCH 2/2] fix typo in url --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a55090a..99ef5d5 100644 --- a/README.rst +++ b/README.rst @@ -56,7 +56,7 @@ If you use diffpy.utils in a scientific publication, we would like you to cite t Documentation ------------- -Documentation may be found at, https://diffy.github.io/diffpy.utils +Documentation may be found at, https://diffpy.github.io/diffpy.utils Installation ------------