Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sphinx warning of link in build documentation #210

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 `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
Loading