Skip to content

Commit cb55235

Browse files
authored
Remove dead link to Paraview wiki (#4199)
https://gitlab.kitware.com/paraview/paraview/-/issues/22249 suggests that the wiki will be down permanently and there is no good replacement link to be found.
1 parent f0e16ef commit cb55235

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/source/visualisation.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Creating output files
1818
Output for visualisation purposes is managed with a
1919
:class:`~.vtk_output.VTKFile` object. To create one, first import the
2020
class from `firedrake.output, then we just need to pass the name of the
21-
output file on disk. The file Firedrake creates is in PVD_ and
21+
output file on disk. The file Firedrake creates is in PVD and
2222
therefore the requested file name must end in ``.pvd``.
2323

2424
.. code-block:: python3
@@ -67,7 +67,7 @@ and call :meth:`~.vtk_output.VTKFile.write` inside.
6767
t += dt
6868
6969
70-
The PVD_ data format supports specifying the timestep value for
70+
The PVD data format supports specifying the timestep value for
7171
time-dependent data. We do not have to provide it to
7272
:meth:`~.vtk_output.VTKFile.write`, by default an integer counter is
7373
used that is incremented by 1 each time
@@ -329,7 +329,6 @@ matplotlib.
329329

330330
.. _Paraview: http://www.paraview.org
331331
.. _VTK: http://www.vtk.org
332-
.. _PVD: http://www.paraview.org/Wiki/ParaView/Data_formats#PVD_File_Format
333332
.. _matplotlib: http://matplotlib.org
334333
.. _Arbitrary: https://www.kitware.com/modeling-arbitrary-order-lagrange-finite-elements-in-the-visualization-toolkit/
335334
__ Arbitrary_

0 commit comments

Comments
 (0)