From daea939446749b02ff8be1075c92afb65758b4dd Mon Sep 17 00:00:00 2001 From: stevenhua0320 Date: Wed, 22 Oct 2025 22:08:51 -0400 Subject: [PATCH 1/7] style: remove ununcessary part in index.rst --- docs/source/index.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 4f15775..5f6f74b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -9,14 +9,6 @@ | Software version |release| | Last updated |today|. -=============== -Getting started -=============== - -Welcome to the ``diffpy.srxplanargui`` documentation! - -To get started, please visit the :ref:`Getting started ` page. - ======= Authors ======= From 7dfc63128c996e33f9f80c9145e5e0f750cc47dc Mon Sep 17 00:00:00 2001 From: stevenhua0320 Date: Wed, 22 Oct 2025 22:10:14 -0400 Subject: [PATCH 2/7] chore: change author in index.rst --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 5f6f74b..657e119 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -13,7 +13,7 @@ Authors ======= -``diffpy.srxplanargui`` is developed by Rundong Hua, Simon Billinge, Billinge Group members. The maintainer for this project is Simon Billinge. For a detailed list of contributors see +``diffpy.srxplanargui`` is developed by Xiaohao Yang, Simon Billinge, Billinge Group members. The maintainer for this project is Simon Billinge. For a detailed list of contributors see https://github.com/diffpy/diffpy.srxplanargui/graphs/contributors. ============ From e10a83a81dff795f2be884cb9ec4a334cc20a4e5 Mon Sep 17 00:00:00 2001 From: stevenhua0320 Date: Wed, 22 Oct 2025 22:17:53 -0400 Subject: [PATCH 3/7] chore: add news item --- news/TEMPLATE.rst | 2 +- news/index.rst | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 news/index.rst diff --git a/news/TEMPLATE.rst b/news/TEMPLATE.rst index 790d30b..efe82f5 100644 --- a/news/TEMPLATE.rst +++ b/news/TEMPLATE.rst @@ -16,7 +16,7 @@ **Fixed:** -* +* Change documentation for diffpy.srxplanargui to successfully display. **Security:** diff --git a/news/index.rst b/news/index.rst new file mode 100644 index 0000000..e69de29 From 85f3093c20454699be6c6937a4b287d021e06727 Mon Sep 17 00:00:00 2001 From: stevenhua0320 Date: Wed, 22 Oct 2025 22:23:40 -0400 Subject: [PATCH 4/7] fix: change python version coverage to pass the CI build test --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9510cc..8700bf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ maintainers = [ description = "xPDFsuite, a software for PDF transformation and visualization." keywords = ['diffpy', 'pdf', 'data interpretation'] readme = "README.rst" -requires-python = ">=3.11, <3.14" +requires-python = ">=3.12, <3.15" classifiers = [ 'Development Status :: 5 - Production/Stable', 'Environment :: Console', From 19364fcb72b16a1214fcabd23e979eb90882e176 Mon Sep 17 00:00:00 2001 From: stevenhua0320 Date: Thu, 23 Oct 2025 10:16:49 -0400 Subject: [PATCH 5/7] style: change documentation for getting started. --- docs/source/index.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index 657e119..a190be7 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -9,6 +9,15 @@ | Software version |release| | Last updated |today|. +=============== +Getting started +=============== + +Welcome to the ``diffpy.srxplanargui`` documentation! + +This package is not designed to be run on its own. Please visit https://www.diffpy.org/products/xPDFsuite.html +for getting the whole xpdfsuite package and download the package there. + ======= Authors ======= From 146b74ff33b48022188289f4d6527db54233b311 Mon Sep 17 00:00:00 2001 From: stevenhua0320 Date: Thu, 23 Oct 2025 12:54:34 -0400 Subject: [PATCH 6/7] style: revert the change to compatible py version back to 3.11-3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8700bf3..e9510cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ maintainers = [ description = "xPDFsuite, a software for PDF transformation and visualization." keywords = ['diffpy', 'pdf', 'data interpretation'] readme = "README.rst" -requires-python = ">=3.12, <3.15" +requires-python = ">=3.11, <3.14" classifiers = [ 'Development Status :: 5 - Production/Stable', 'Environment :: Console', From f1fa6b6270c580ce6f12c0e0e83d756ddc93030d Mon Sep 17 00:00:00 2001 From: stevenhua0320 Date: Thu, 23 Oct 2025 21:02:37 -0400 Subject: [PATCH 7/7] style: change news item to right file. --- news/TEMPLATE.rst | 2 +- news/index.rst | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/news/TEMPLATE.rst b/news/TEMPLATE.rst index efe82f5..790d30b 100644 --- a/news/TEMPLATE.rst +++ b/news/TEMPLATE.rst @@ -16,7 +16,7 @@ **Fixed:** -* Change documentation for diffpy.srxplanargui to successfully display. +* **Security:** diff --git a/news/index.rst b/news/index.rst index e69de29..efe82f5 100644 --- a/news/index.rst +++ b/news/index.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* Change documentation for diffpy.srxplanargui to successfully display. + +**Security:** + +*