diff --git a/doc/user_guide/signal_axis.rst b/doc/user_guide/signal_axis.rst index d1b43413f..e628a7a19 100644 --- a/doc/user_guide/signal_axis.rst +++ b/doc/user_guide/signal_axis.rst @@ -146,8 +146,8 @@ Interpolation to uniform axes ============================= As a number of HyperSpy tools are not supporting non-uniform axes, e.g. the -:ref:external+hyperspy:`rebin() ` function, the HyperSpy function -:ref:external+hyperspy:`interpolate_on_axis() ` +:external+hyperspy:ref:`rebin() ` function, the HyperSpy function +:external+hyperspy:ref:`interpolate_on_axis() ` provides a possibility to convert a signal with a non-uniform axis to one with a uniform axis. This function takes the argument ``"uniform"``, which will create a signal with the same number of data points, but a uniform axes spacing and diff --git a/doc/user_guide/streak_images.rst b/doc/user_guide/streak_images.rst index ac570cd09..43eafe235 100644 --- a/doc/user_guide/streak_images.rst +++ b/doc/user_guide/streak_images.rst @@ -12,7 +12,7 @@ can be transformed to e.g. a :ref:`energy_axis`. .. Note:: For streak images, not all tools available for :class:`hyperspy.signal.Signal2D` - will work. However, in particular :ref:external+hyperspy:`peak-finding` can be + will work. However, in particular :external+hyperspy:ref:`peak-finding` can be helpful to identify local maxima in the images. diff --git a/upcoming_changes/205.new.rst b/upcoming_changes/205.new.rst index 536335c94..265d80ffd 100644 --- a/upcoming_changes/205.new.rst +++ b/upcoming_changes/205.new.rst @@ -1 +1 @@ -Implement correct casting of :class:`LumiTransientSpectrum` to either :class:`Luminescence` or :class:`Transient` when the signal dimension is reduced +Implement correct casting of :class:`~.signals.LumiTransientSpectrum` to either :class:`~.signals.LumiSpectrum` or :class:`~.signals.LumiTransient` when the signal dimension is reduced