From 965db08d6e47d1a0cf61e0c3aac5457be8c21222 Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Wed, 18 Sep 2024 16:04:46 +0100 Subject: [PATCH] Fix wording docstring MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jonas Lähnemann --- doc/reference/material.rst | 4 ++-- exspy/_misc/elements.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/reference/material.rst b/doc/reference/material.rst index d3c6321e8..ac6057149 100644 --- a/doc/reference/material.rst +++ b/doc/reference/material.rst @@ -37,9 +37,9 @@ The following properties are included: The X-ray lines energies are taken from Chantler et al. [1]_. The line weight, more precisely the approximate line weight for K, L, M -shells are taken from Electron Probe Quantification (EPQ) library [2]_. +shells are taken from the Electron Probe Quantification (EPQ) library [2]_. -The field ``threshold`` and ``edge`` are taken from Gatan EELS atlas +The field ``threshold`` and ``edge`` are taken from the Gatan EELS atlas https://eels.info/atlas, as retrieved in June 2020. Examples diff --git a/exspy/_misc/elements.py b/exspy/_misc/elements.py index 202ea5c13..35cb37bb4 100644 --- a/exspy/_misc/elements.py +++ b/exspy/_misc/elements.py @@ -4999,9 +4999,9 @@ The X-ray lines energies are taken from Chantler et al. [1]_. The line weight, more precisely the approximate line weight for K, L, M -shells are taken from Electron Probe Quantification (EPQ) library [2]_. +shells are taken from the Electron Probe Quantification (EPQ) library [2]_. -The field ``threshold`` and ``edge`` are taken from Gatan EELS atlas +The field ``threshold`` and ``edge`` are taken from the Gatan EELS atlas https://eels.info/atlas, as retrieved in June 2020. Examples