Skip to content

Commit

Permalink
docs: resolve unnecessary linkcheck redirects (#1226)
Browse files Browse the repository at this point in the history
* docs: resolve unnecessary linkcheck redirects

* add changelog news fragment
  • Loading branch information
bjlittle authored Nov 25, 2024
1 parent 5322fe6 commit baabb88
Showing 11 changed files with 19 additions and 18 deletions.
1 change: 1 addition & 0 deletions changelog/1226.documentation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Resolved unnecessary ``linkcheck`` URL redirects. (:user:`bjlittle`)
6 changes: 3 additions & 3 deletions docs/src/overview.rst
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@ PyVista in a Nutshell

.. figure:: _static/images/pyvista-examples.png
:figclass: margin
:target: https://docs.pyvista.org/version/stable/examples/
:target: https://docs.pyvista.org/examples/
:name: pyvista-figure
:alt: PyVista Examples

@@ -110,6 +110,6 @@ Thanks for your patience 🙏
Page link URL resources in alphabetical order:
.. _Jupyter: https://jupyter.org/
.. _Mesh data structures: https://docs.pyvista.org/version/stable/examples/index.html#mesh-creation
.. _Mesh data structures: https://docs.pyvista.org/examples/index.html#mesh-creation
.. _ParaView: https://www.paraview.org/
.. _filtering algorithms: https://docs.pyvista.org/version/stable/examples/index.html#filtering
.. _filtering algorithms: https://docs.pyvista.org/examples/index.html#filtering
2 changes: 1 addition & 1 deletion docs/src/quick_start.rst
Original file line number Diff line number Diff line change
@@ -350,4 +350,4 @@ If so, then let's explore the :ref:`next steps <gv-next-steps>` on your
.. _Plymouth Sound and Tamar River: https://www.google.com/maps/place/Plymouth+Sound/@50.3337382,-4.2215988,12z/data=!4m5!3m4!1s0x486c93516bbce307:0xded7654eaf4f8f83!8m2!3d50.3638359!4d-4.1441365
.. _Robinson: https://proj4.org/en/stable/operations/projections/robin.html
.. _WAVEWATCH III: https://github.com/NOAA-EMC/WW3
.. _threshold: https://docs.pyvista.org/version/stable/api/core/_autosummary/pyvista.DataSetFilters.threshold.html#pyvista.DataSetFilters.threshold
.. _threshold: https://docs.pyvista.org/api/core/_autosummary/pyvista.datasetfilters.threshold
4 changes: 2 additions & 2 deletions docs/src/reference/bindings.rst
Original file line number Diff line number Diff line change
@@ -150,5 +150,5 @@ Primary keyboard and mouse bindings that control the rendered scene.
Page link URL resources in alphabetical order:
.. _isometric camera: https://docs.pyvista.org/version/stable/api/plotting/_autosummary/pyvista.Plotter.view_isometric.html
.. _pyvista keyboard bindings: https://docs.pyvista.org/version/stable/api/plotting/plotting.html#plotting
.. _isometric camera: https://docs.pyvista.org/api/plotting/_autosummary/pyvista.plotter.view_isometric
.. _pyvista keyboard bindings: https://docs.pyvista.org/api/plotting/plotting.html#plotting
2 changes: 1 addition & 1 deletion docs/src/reference/environment.rst
Original file line number Diff line number Diff line change
@@ -122,5 +122,5 @@ Notable third-party environment variables that influence the behaviour of
.. _SPEC 1: https://scientific-python.org/specs/spec-0001/
.. _XDG Base Directory Specification: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
.. _lazy-loader: https://github.com/scientific-python/lazy-loader
.. _GitHub Action: https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables
.. _GitHub Action: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables#default-environment-variables
.. _Read the Docs: https://docs.readthedocs.io/en/stable/reference/environment-variables.html#envvar-READTHEDOCS
10 changes: 5 additions & 5 deletions docs/src/reference/glossary.rst
Original file line number Diff line number Diff line change
@@ -91,9 +91,9 @@ Say what you mean. Mean what you say.
Page link URL resources in alphabetical order:
.. _PyVista threshold: https://docs.pyvista.org/version/stable/api/core/_autosummary/pyvista.DataSetFilters.threshold.html#pyvista.DataSetFilters.threshold
.. _PyVista warp_by_scalar: https://docs.pyvista.org/version/stable/api/core/_autosummary/pyvista.DataSetFilters.warp_by_scalar.html#pyvista.DataSetFilters.warp_by_scalar
.. _What is a Cell?: https://docs.pyvista.org/version/stable/user-guide/what-is-a-mesh.html#what-is-a-cell
.. _What is a Point?: https://docs.pyvista.org/version/stable/user-guide/what-is-a-mesh.html#what-is-a-point
.. _What is a Mesh?: https://docs.pyvista.org/version/stable/user-guide/what-is-a-mesh.html#what-is-a-mesh
.. _PyVista threshold: https://docs.pyvista.org/api/core/_autosummary/pyvista.datasetfilters.threshold
.. _PyVista warp_by_scalar: https://docs.pyvista.org/api/core/_autosummary/pyvista.datasetfilters.warp_by_scalar
.. _What is a Cell?: https://docs.pyvista.org/user-guide/what-is-a-mesh.html#what-is-a-cell
.. _What is a Point?: https://docs.pyvista.org/user-guide/what-is-a-mesh.html#what-is-a-point
.. _What is a Mesh?: https://docs.pyvista.org/user-guide/what-is-a-mesh.html#what-is-a-mesh
.. _vtkActor: https://vtk.org/doc/nightly/html/classvtkActor.html#details
4 changes: 2 additions & 2 deletions src/geovista/examples/scalar_data/from_tiff__dem.py
Original file line number Diff line number Diff line change
@@ -10,8 +10,8 @@
-----------
This example demonstrates how to render **Digital Elevation Model** (DEM) data
encoded in an `OGC GeoTIFF <https://www.ogc.org/standard/geotiff/>`_ as a
geolocated mesh.
encoded in an `OGC GeoTIFF <https://www.ogc.org/publications/standard/geotiff/>`_
as a geolocated mesh.
📋 Summary
^^^^^^^^^^
2 changes: 1 addition & 1 deletion src/geovista/examples/scalar_data/from_tiff__rgb.py
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
-----------
This example demonstrates how to render an
`OGC GeoTIFF <https://www.ogc.org/standard/geotiff/>`_ RGB image as a
`OGC GeoTIFF <https://www.ogc.org/publications/standard/geotiff/>`_ RGB image as a
geolocated mesh.
📋 Summary
2 changes: 1 addition & 1 deletion src/geovista/examples/warp/from_unstructured__fvcom.py
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
The warp uses :meth:`~pyvista.PolyDataFilters.compute_normals` and
:meth:`~pyvista.DataSetFilters.warp_by_scalar`. See
`Computing Surface Normals <https://docs.pyvista.org/version/stable/examples/01-filter/compute-normals.htm>`_
`Computing Surface Normals <https://docs.pyvista.org/examples/01-filter/compute-normals>`_
for further details.
.. tags::
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
The warp uses :meth:`~pyvista.PolyDataFilters.compute_normals` and
:meth:`~pyvista.DataSetFilters.warp_by_scalar`. See
`Computing Surface Normals <https://docs.pyvista.org/version/stable/examples/01-filter/compute-normals.htm>`_
`Computing Surface Normals <https://docs.pyvista.org/examples/01-filter/compute-normals>`_
for further details.
.. tags::
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
The warp uses :meth:`~pyvista.PolyDataFilters.compute_normals` and
:meth:`~pyvista.DataSetFilters.warp_by_scalar`. See
`Computing Surface Normals <https://docs.pyvista.org/version/stable/examples/01-filter/compute-normals.htm>`_
`Computing Surface Normals <https://docs.pyvista.org/examples/01-filter/compute-normals>`_
for further details.
.. tags::

0 comments on commit baabb88

Please sign in to comment.