Skip to content

Commit

Permalink
Merge pull request #1321 from mr-c/fix_file_extensions
Browse files Browse the repository at this point in the history
Some JPEGs are actually PNGs
  • Loading branch information
prabhuramachandran authored Dec 19, 2024
2 parents 8aa0e7e + 3663597 commit d5b9c58
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/source/mayavi/application.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ In addition, you can save different layouts into different
Shown below is a specifically configured Mayavi user interface view.
In this view the size of the various parts are changed.

.. image:: images/mayavi_ui_second.jpg
.. image:: images/mayavi_ui_second.png
:alt: Figure of Mayavi's UI after being configured by a user.
:align: center

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This example is discussed in details in the section
:ref:`embedding_mayavi_traits`.


.. image:: ../images/example_mlab_interactive_dialog.jpg
.. image:: ../images/example_mlab_interactive_dialog.png
:align: center


Expand Down
2 changes: 1 addition & 1 deletion docs/source/mayavi/auto/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ applications.
<br/>


.. |0106| image:: ../images/example_mlab_interactive_dialog.jpg
.. |0106| image:: ../images/example_mlab_interactive_dialog.png
:width: 150


Expand Down
2 changes: 1 addition & 1 deletion docs/source/mayavi/building_applications.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ In a dialog, this would be::

This code creates the following dialog:

.. image:: images/example_mlab_interactive_dialog.jpg
.. image:: images/example_mlab_interactive_dialog.png
:align: center

A complete, runnable, code based on the above comments is given in the
Expand Down
2 changes: 1 addition & 1 deletion docs/source/mayavi/example_exploring_a_vector_field.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ vector field is still too dense, therefore we go to the `Masking` tab to
enable masking, mask with an `on ratio` of 6 (one arrow out of 6 is
masked) and turn off the random mode.

.. image:: example_vector_cut_plane.jpg
.. image:: example_vector_cut_plane.png
:scale: 50


Expand Down
2 changes: 1 addition & 1 deletion docs/source/mayavi/example_fire.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ As can be seen from the example, it is quite easy to script mayavi to
visualize data. An image of a resulting visualization generated from
this script is shown below.

.. image:: images/streamline.jpg
.. image:: images/streamline.png
:alt: Sample visualization of the ``fire_ug.vtu`` dataset.


2 changes: 1 addition & 1 deletion docs/source/mayavi/example_heart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ if you'd like to.
You should have a visualization that looks something like the one
shown below.

.. image:: images/heart.jpg
.. image:: images/heart.png
:alt: Sample visualization of the ``heart.vtk`` dataset.

The nice thing about mayavi is that although in this case all of the
Expand Down
2 changes: 1 addition & 1 deletion docs/source/mayavi/example_parametric_surface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ source. Note that the positioning of the different surfaces were effected by mo
scene via the 'a' key. For more details on this see the section on
:ref:`interaction-with-the-scene`.

.. image:: images/param.jpg
.. image:: images/param.png
:alt: Sample visualization using parametric surfaces.


Expand Down
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit d5b9c58

Please sign in to comment.