Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaehne committed Mar 12, 2024
1 parent eaf1f30 commit ff8d2f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

Check warning on line 79 in doc/user_guide/electron_holography.rst

View workflow job for this annotation

GitHub Actions / Build / Check links and make PR comments

Inline interpreted text or phrase reference start-string without end-string.
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

0 comments on commit ff8d2f9

Please sign in to comment.