From 4fba18d2cbb959e08d2e1f09dce63b3c525ca8c7 Mon Sep 17 00:00:00 2001 From: Zhi Ming Xu Date: Thu, 7 Aug 2025 14:05:43 -0400 Subject: [PATCH 1/2] docs: correctly create link to QPA notebook 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 e6c6970..6e62cdf 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -60,7 +60,7 @@ Usage & notebooks * :doc:`Solving the cimetidine structure from its powder pattern ` * :doc:`Solving the PbSO4 structure from its X and N powder patterns ` * :doc:`Meta-structure solution using multi-processing ` - * :doc:`Quantitative phase analysis (QPA) ` + * :doc:`Quantitative phase analysis (QPA) ` The **API documentation** can be found in :doc:`api/pyobjcryst`. From d7dbe0af89aa9c7e33610bec894ef2af90a3f399 Mon Sep 17 00:00:00 2001 From: Zhi Ming Xu Date: Thu, 7 Aug 2025 14:06:56 -0400 Subject: [PATCH 2/2] chore: add news file --- news/link-QPA.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/link-QPA.rst diff --git a/news/link-QPA.rst b/news/link-QPA.rst new file mode 100644 index 0000000..a505e37 --- /dev/null +++ b/news/link-QPA.rst @@ -0,0 +1,23 @@ +**Added:** + +* No news added: Trivial change to index.rst + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*