Skip to content

Commit

Permalink
Merge branch 'main' into maint/ignore-blk100
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Feb 23, 2024
2 parents 01557a5 + fcc8857 commit 7b7864c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ numpydoc==1.5.0
osmnx==1.2.2
pydata-sphinx-theme==0.11.0
pypandoc==1.10
pyqt5
pytest-sphinx==0.5.0
pyvista==0.42.3
pyvista-xarray==0.1.3
pyvistaqt
QtPy
scipy==1.10.0
Sphinx==5.3.0
sphinx-autobuild==2021.3.14
Expand Down
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_ref`_ 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 @@ -33,6 +33,7 @@
# .. _clip(): https://docs.pyvista.org/version/stable/api/core/_autosummary/pyvista.DataSetFilters.clip.html
# .. _outline_corners(): https://docs.pyvista.org/version/stable/api/core/_autosummary/pyvista.DataSetFilters.outline_corners.html
# .. _extract_geometry(): https://docs.pyvista.org/version/stable/api/core/_autosummary/pyvista.DataSetFilters.extract_geometry.html
# .. _filters_ref: https://docs.pyvista.org/version/stable/api/core/filters
#
# To use these filters, call the method of your choice directly on your data
# object:
Expand Down

0 comments on commit 7b7864c

Please sign in to comment.