From a3e4a108e7e26af380cc31acd62a21df2d4e4bdd Mon Sep 17 00:00:00 2001 From: stevenhua0320 Date: Wed, 26 Nov 2025 11:00:51 -0500 Subject: [PATCH 1/2] fix: fix import to right file in examples --- docs/source/examples/parsers_example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/examples/parsers_example.rst b/docs/source/examples/parsers_example.rst index 09220a3..db97e0e 100644 --- a/docs/source/examples/parsers_example.rst +++ b/docs/source/examples/parsers_example.rst @@ -69,7 +69,7 @@ returns an empty list. .. code-block:: python - from diffpy.utils.parsers.loaddata import serialize_data + from diffpy.utils.parsers.serialization import serialize_data file_data = serialize_data(' Date: Wed, 26 Nov 2025 11:06:49 -0500 Subject: [PATCH 2/2] chore: add news item --- news/docs-fix.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/docs-fix.rst diff --git a/news/docs-fix.rst b/news/docs-fix.rst new file mode 100644 index 0000000..2c81480 --- /dev/null +++ b/news/docs-fix.rst @@ -0,0 +1,23 @@ +**Added:** + +* No News Added: Fix import in examples + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*