From 763002fb66cbce5ba8887168e1eddde7b07c543d Mon Sep 17 00:00:00 2001 From: Yuchen Ethan Xiao Date: Mon, 18 Aug 2025 15:43:30 -0400 Subject: [PATCH] docs: fix rst markup --- docs/source/tutorials.rst | 10 +++++----- news/rst-markup.rst | 23 +++++++++++++++++++++++ 2 files changed, 28 insertions(+), 5 deletions(-) create mode 100644 news/rst-markup.rst diff --git a/docs/source/tutorials.rst b/docs/source/tutorials.rst index 01ba345..2fccec1 100644 --- a/docs/source/tutorials.rst +++ b/docs/source/tutorials.rst @@ -67,7 +67,7 @@ selected directory and plot resulting :math:`R_w` values from each morph. 4. Between 192K and 198K, the Rw has a sharp increase, indicating that we may have a phase change. To confirm, let us now apply morphs - onto `` SrFe2As2_150K.gr`` with all other files in + onto ``SrFe2As2_150K.gr`` with all other files in ``morphsequence`` as targets :: diffpy.morph --scale=1 --stretch=0 SrFe2As2_150K.gr . --multiple-targets --sort-by=temperature @@ -191,10 +191,10 @@ Currently, the supported nanoparticle shapes include: spheres and spheroids. * Within the ``additionalData`` directory, ``cd`` into the ``morphShape`` subdirectory. Inside, you will find a sample Ni bulk - material PDF ``Ni_bulk.gr``. This PDF is from `"Atomic Pair - Distribution Function Analysis: - A primer" `_. + material PDF ``Ni_bulk.gr``. This PDF is from + `"Atomic Pair Distribution Function Analysis: A primer" + `_. There are also multiple ``.cgr`` files with calculated Ni nanoparticle PDFs. * Let us apply various shape effect morphs on the bulk material to diff --git a/news/rst-markup.rst b/news/rst-markup.rst new file mode 100644 index 0000000..2ceaf1e --- /dev/null +++ b/news/rst-markup.rst @@ -0,0 +1,23 @@ +**Added:** + +* No news added: Fix rst markup in the documentation. + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*