Skip to content

Commit

Permalink
Remove unused installation and pin pyvista version (#217)
Browse files Browse the repository at this point in the history
* Remove unused installation and pin pyvista version

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update a_lesson_filters.py

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
tkoyama010 and pre-commit-ci[bot] authored Feb 23, 2024
1 parent 9ae9177 commit fcc8857
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

1 comment on commit fcc8857

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.