Skip to content

Commit

Permalink
Fix sphinx warning of link in build documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Jan 20, 2024
1 parent 9ae9177 commit ba7795a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tutorial/04_filters/a_lesson_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
###############################################################################
# PyVista wrapped data objects have a suite of common filters ready for immediate
# use directly on the object. These filters include the following
# (see :ref:`filters_ref` for a complete list):
# (see `Filters`_ for a complete list):
#
# * `slice()`_ creates a single slice through the input dataset on a user defined plane
# * `slice_orthogonal()`_: creates a :class:`pyvista.MultiBlock` dataset of three orthogonal slices
Expand All @@ -25,6 +25,7 @@
# * `outline_corners()`_: Outlines the corners of the data extent
# * `extract_geometry()`_: Extract surface geometry
#
# .. Filters: https://docs.pyvista.org/version/stable/api/core/filters#filters
# .. _slice(): https://docs.pyvista.org/version/stable/api/core/_autosummary/pyvista.DataSetFilters.slice.html
# .. _slice_orthogonal(): https://docs.pyvista.org/version/stable/api/core/_autosummary/pyvista.DataSetFilters.slice_orthogonal.html
# .. _slice_along_axis(): https://docs.pyvista.org/version/stable/api/core/_autosummary/pyvista.DataSetFilters.slice_along_axis.html
Expand Down

0 comments on commit ba7795a

Please sign in to comment.