Skip to content

Commit

Permalink
Fix external links in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Nov 10, 2023
1 parent 4126c86 commit a39ce5f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/citing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ HoloSpy is maintained by the HyperSpy community

If HoloSpy has been significant to a project that leads to an academic
publication, please acknowledge that fact by citing it. The DOI in the
badge below is the `Concept DOI <https://help.zenodo.org/fag/#versioning>`_ --
badge below is the `Concept DOI <https://help.zenodo.org/faq/#versioning>`_ --
it can be used to cite the project without referring to a specific
version. If you are citing HoloSpy because you have used it to process data,
please use the DOI of the specific version that you have employed. You can
Expand Down
4 changes: 4 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
"sphinx.ext.napoleon",
]

linkcheck_ignore = [
"https://onlinelibrary.wiley.com", # 403 Client Error: Forbidden for url
]

intersphinx_mapping = {
"dask": ("https://docs.dask.org/en/latest", None),
"hyperspy": ("https://hyperspy.org/hyperspy-doc/current/", None),
Expand Down
2 changes: 1 addition & 1 deletion doc/user_guide/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ entered into an anaconda prompt (from scratch):
Installation using pip
========================

Alternatively, you can also find HoloSpy in the `Python Package Index (PyPI) <pypi.org>`_
Alternatively, you can also find HoloSpy in the `Python Package Index (PyPI) <https://pypi.org>`_
and install it using (requires ``pip``):

.. code-block:: bash
Expand Down

0 comments on commit a39ce5f

Please sign in to comment.