Skip to content

Commit

Permalink
fix links and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaehne committed Mar 12, 2024
1 parent eaf1f30 commit a590ac6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/user_guide/electron_holography.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ hologram should be provided to the method either as Hyperspy's
Using the reconstructed wave, one can access its amplitude and phase (also
unwrapped phase) using
``amplitude`` and ``phase`` properties
(also the :external+hyperspy:py:meth:`hyperspy._signals.complex_signal.ComplexSignal.unwrapped_phase`
(also the :external+hyperspy:meth:`hyperspy.api.signals.ComplexSignal.unwrapped_phase`
method):

.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion doc/user_guide/metadata_structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ HoloSpy metadata structure
HoloSpy extends the :external+hyperspy:ref:`HyperSpy metadata structure
<metadata_structure>`
with conventions for metadata specific to its signal types. Refer to the
:external+hyperspy:doc:`HyperSpy metadata documentation <user_guide/metadata_structure>`
:external+hyperspy:ref:`HyperSpy metadata documentation <metadata_structure>`
for general metadata fields.

The metadata of any **signal objects** is stored in the `metadata` attribute,
Expand Down
2 changes: 0 additions & 2 deletions holospy/signals/hologram_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ def _estimate_fringe_contrast_statistical(holo):


class HologramImage(Signal2D):

"""Signal class for holograms acquired via off-axis electron holography."""

_signal_type = "hologram"
Expand Down Expand Up @@ -937,7 +936,6 @@ def statistics(


class LazyHologramImage(LazySignal, HologramImage):

"""
Lazy signal class for holograms acquired via off-axis electron
holography.
Expand Down

0 comments on commit a590ac6

Please sign in to comment.