Skip to content

Commit

Permalink
Fix the path of the document (#151)
Browse files Browse the repository at this point in the history
* Add Trame content

* Export Trame scripts in CI

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

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

* linting

* Fix the path of the document

* Update doc.yml

* Update doc.yml

* Update conf.py

* Update README.rst

* Delete f_trame_open_file.py

* Delete e_trame_algorithm.py

* Delete d_trame_scalar_range.py

* Delete c_trame_scalars.py

* Delete b_trame_actor_color.py

* Delete a_trame_simple.py

* Update README.rst

* Delete jupyter.png

* Delete trame-pyvista.png

* Update README.rst

* Delete README.rst

* Create README.rst

---------

Co-authored-by: Bane Sullivan <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 14, 2023
1 parent 9dc40cd commit effba7c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ plotting environments that make PyVista so great to work with do not seem to be
available on Google Colab. However, we still have a working PyVista example for
`Google Colab <https://colab.research.google.com/>`_ with static plotting.

Visit the `PyVista on Colab <https://colab.research.google.com/drive/15REd98bznqMGYVWxffpayfOOIwZ1s4Or?usp=sharing>`_ notebook to see PyVista in action. The minimum code to get PyVista running in a Colab environment is:
Visit the `PyVista on Colab <https://colab.research.google.com/drive/1y0yURyB-5ApO3zM0vsSK7OaobxjncI3h?usp=sharing>`_ notebook to see PyVista in action. The minimum code to get PyVista running in a Colab environment is:

.. code::
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
cmocean
geovista
imageio>=2.5.0
imageio-ffmpeg
ipywidgets
jupyterlab
matplotlib
pyinstaller==5.6.2
pyqt5
pyvista
pyvista[trame]
pyvistaqt
QtPy
sphinx
Expand Down
2 changes: 1 addition & 1 deletion tutorial/02_mesh/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ any PyVista mesh accessible as one of the following:

* :attr:`point_data <pyvista.DataSet.point_data>`
* :attr:`cell_data <pyvista.DataSet.cell_data>`
* :attr:`field_data <pyvista.DataSet.field_data>`
* :attr:`field_data <pyvista.DataObject.field_data>`

Point Data
~~~~~~~~~~
Expand Down

0 comments on commit effba7c

Please sign in to comment.