Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

mayavi-doc-4.7.4-1.7 RPM for aarch64

From OpenSuSE Ports Tumbleweed for aarch64

Name: mayavi-doc Distribution: openSUSE Tumbleweed
Version: 4.7.4 Vendor: openSUSE
Release: 1.7 Build date: Mon Sep 5 09:25:59 2022
Group: Documentation/HTML Build host: obs-arm-4
Size: 7684049 Source RPM: mayavi-4.7.4-1.7.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/enthought/mayavi
Summary: Documentation for mayavi
Documentation files for the mayavi package.

Provides

Requires

License

BSD-3-Clause AND EPL-1.0 AND LGPL-2.0-or-later AND LGPL-3.0-or-later

Changelog

* Fri Nov 26 2021 Ben Greiner <code@bnavigator.de>
  - Update to 4.7.4:
    This is primarily a bugfix release that resolves issues with
    VTK-9.0.3 and VTK-9.1.x compatibility. CI now uses GitHub Actions
    and a few other minor bugs have been fixed. `mlab` imports may be
    a little faster thanks to some cleanup.
  - Release note for 4.7.3:
    This is a small bug fix release mainly concerned with
    compatability with Traits 6.2.0 and soon to be release TraitsUI
    7.2.0.
  - Streamline python cache compilation and deduplication
* Thu Nov 11 2021 Steve Kowalik <steven.kowalik@suse.com>
  - Remove unneeded BuildRequires on python3-nose.
* Wed Sep 23 2020 Dirk Mueller <dmueller@suse.com>
  - update to 4.7.2:
    The significant update for this release is that it is compatible with the
    latest VTK-9.x series and is known to work with VTK 9.0.1 from PyPI. The
    picker UI has changed to no longer pop up a UI window but instead show the
    picked attributes on the render window directly. The original picker UI is now
    available on the scene's UI in a separate "Picker" tab. This is accessible
    from either the pipeline view when one edits the properties of a scene or
    through the "configure scene" gear icon on the scene window toolbar.
    a few dozen bugfixes, see included changes
  - drop no_vtk_require.patch (obsolete)
* Wed Oct 30 2019 Todd R <toddrme2178@gmail.com>
  - Fix tvtk doc .desktop file name.
  - Make mayavi man file name match executable file name.
  - Clean up some spec file formatting.
* Fri Sep 13 2019 Todd R <toddrme2178@gmail.com>
  - Update to Mayavi 4.7.1
    + Fixes
    * Fix old pipeline errors in image actor.
    * Use the decorator for classmethod
      Instead of explicitly calling it in the class definition
    * Misc bug fixes
      Fixes 3 issues that affect the new release due to changes in traits, pyface etc.
      > Fix issue with CTF editor not showing.
      > Fix issue with lut editor not launching.
      > Fix issue with cut/pasting tree nodes and drag drop onto shell.
  - Update to Mayavi 4.7.0
    + Enhancements
    * New Jupyter notebook 'ipy' backend which is now the default and
      requires that VTK's offscreen support work correctly. This backend
      requires ipywidgets and ipyevents. It allows complete interactivity and
      behaves almost exactly like a normal UI backend but inside a notebook.
      Note that this will still require an xserver or windowing toolkit unless
      VTK is compiled to be able to work without those.
    * Improve offscreen window creation.
      Creating a renderwindow in some configurations can actually make UI
      calls.  So if EGL is available we try that.  Also, when we are using
      offscreen rendering we only need a GenericRenderWindowInteractor.
      Also add a convenient set method so one can set a different interactor if needed.
    * ENH: Feature to disable automatic updates.
      This can be very handy at times when the automatic updates can trigger
      several changes that are not desirable.  For example on certain VTK
      calls, internal ModifiedEvents may be fired which will automatically
      call the update_traits method which can be wired to other events
      triggering problems.  In these cases one can use the
      `global_disable_update` function to temporarily disable updates.
    + Fixes
    * Test against ETS packages from source using travis cron jobs.
    * Use xenial linux instead of trusty
    * add fix for str conversion from bad bytes array
    * Fix issue that arises in a few of the mlab sources where when we reset to a
      polydata with a smaller number of points.
    * FIX: Fix nose leftovers in tests.
    * FIX: Escape chars in code.
    * Also catch exceptions in generating documentation
    * Some UI fixes for ivtk.
      This fixes `#734 <https://github.com/enthought/mayavi/issues/734>`_.
    * FIX: Fix set_range causing lookup table errors.
    * FIX: Fix type check
    * FIX: Fix for VTKNoneArray
    * If OSMesa is available and user requests an offscreen window, use an
      OSOpenGLRenderWindow, this will not require X and can be safely used on
      a remote server.
    * Fix bug related to SurfaceSource.scalars This bug manifests when the
      SurfaceSource object in question does not have a scalars attribute and
      many of them do not have this.
    * Fix pip installs failing.
    * Fix detection of color transfer function.
      The original code was written for very old VTK versions but ever since
      5.x we have a get_node_value method that actually provides the values of
      the nodes given an index.  We now use this instead of the earlier hack.
  - Remove upstream-included catch_gen_docs_errors.patch
* Tue Apr 23 2019 Matej Cepl <mcepl@suse.com>
  - Clean up SPEC file
  - Fix removal of wrong shebang lines.
* Wed Jan 09 2019 Jan Engelhardt <jengelh@inai.de>
  - Remove useless ldconfig calls. There are no ELF libraries in the
    standard directories.
  - Trim bias and filler wording from descriptions.
* Fri Jan 04 2019 Todd R <toddrme2178@gmail.com>
  - Update to Mayavi 4.6.0
    + Features
    - Use new pyface toolkit
    - Qt5 support. This is critical for Python 3.x as this is the only toolkit
      that works with Python 3.x.
    + Fixes
    - Update installation documentation.
    - Fix warning message when updating mlab_source data without scalars/vectors.
    - Fix nbextension and missing bug with global.
    - Improve tests so Python 2.7, 3.x are tested and the tests run using VTK 8.x and 7.x.
    - Misc fixes for PyQt4 and Python 3.6.
    - Fix bug with mlab.screenshot and VTK 8.1.0.
    - Fix travis builds
    - Fix `#605 <https://github.com/enthought/mayavi/issues/605>`_: Interactors now work correctly with Qt5.
    - Fix some wxPython issues so mayavi works with recent wxPython releases.
    - Fix 8.1 issues phase 2
    - Fix 8.1 issues
    - MRG: Avoid NumPy deprecation
    - Fix bug with "p" keypress
    - VTK 8.x compatibility fixes
    - FIX: Remove debug print
    - BUG: Undo a couple of accidental trait_set changes.
    - DOC improve the mlab introduction
    - Bug fix: solve the unicode encode error in windows
    - Prevent get_tvtk_class_names from hijacking stderr
    - Prevent get_tvtk_class_names from hijacking stdout
    - FIX: Tiny spelling fix
    - FIX: Fix deprecated .set / .get use
    - Fix numpy issues in lut_manager
    - Fix long standing test failure with ply reader.
    - Fix numpy warnings.
    - Try fix appveyor test failures.
    - Add test for the fix provided in `#514 <https://github.com/enthought/mayavi/issues/514>`_.
    - Fix bug with reset method of mlab sources.
    - Fix tests
    - Update readme and add link to mailing lists.
    - Update installation instructions for conda/conda-forge/edm.
    - doc: Typo fix
    - Fix a bug with array source and vectors.
    - FIX shared data in testing backend
    - Update extract_grid.py
    - Fix pick_world bug with VTK >= 6
    - Fix bug in mouse_pick_dispatcher
    - Remove focus-stealing code
    - avoid loading nbextension via absolute URL
    - Remove known bug about Python 3 support
    - Adding information/tip about figure width
    - Fix for setuptools 28.0
    - [MRG] Added a volume_slice helper function in mlab.
    - Update readme.
    - Fix lurking old pipeline code
  - Add no_vtk_require.patch
    VTK detection in setuptools fails due to a lack of .egg-info
* Thu May 24 2018 toddrme2178@gmail.com
  - Use license tag
  - Fix building
* Wed May 23 2018 toddrme2178@gmail.com
  - Run unit tests

Files

/usr/share/doc/packages/mayavi/html
/usr/share/doc/packages/mayavi/html/_downloads
/usr/share/doc/packages/mayavi/html/_downloads/0c5605b1d6aabeaf3eadb04261ce9d3d
/usr/share/doc/packages/mayavi/html/_downloads/0c5605b1d6aabeaf3eadb04261ce9d3d/lucy.py
/usr/share/doc/packages/mayavi/html/_downloads/138ce7c550118c4c397971b5c2ebd75c
/usr/share/doc/packages/mayavi/html/_downloads/138ce7c550118c4c397971b5c2ebd75c/qt_embedding.py
/usr/share/doc/packages/mayavi/html/_downloads/15106f4bf224e69cb323035cf911045f
/usr/share/doc/packages/mayavi/html/_downloads/15106f4bf224e69cb323035cf911045f/contour_contour.py
/usr/share/doc/packages/mayavi/html/_downloads/1d624d91a2e6eeb1782ab9fdaceeb869
/usr/share/doc/packages/mayavi/html/_downloads/1d624d91a2e6eeb1782ab9fdaceeb869/surf_regular_mlab.py
/usr/share/doc/packages/mayavi/html/_downloads/2568be06b55285b531b28a0b8d5413f9
/usr/share/doc/packages/mayavi/html/_downloads/2568be06b55285b531b28a0b8d5413f9/lorenz_ui.py
/usr/share/doc/packages/mayavi/html/_downloads/280f8a9d4835981210209f8474fa3502
/usr/share/doc/packages/mayavi/html/_downloads/280f8a9d4835981210209f8474fa3502/superquad_with_gui.py
/usr/share/doc/packages/mayavi/html/_downloads/2ae8f037976c6839ebeac2dd5e5728d5
/usr/share/doc/packages/mayavi/html/_downloads/2ae8f037976c6839ebeac2dd5e5728d5/protein.py
/usr/share/doc/packages/mayavi/html/_downloads/2b73bfd1334ae02d77e1e727e98386d2
/usr/share/doc/packages/mayavi/html/_downloads/2b73bfd1334ae02d77e1e727e98386d2/lorenz.py
/usr/share/doc/packages/mayavi/html/_downloads/309af573e8cfd0c7081f7c2b0ed0a1c3
/usr/share/doc/packages/mayavi/html/_downloads/309af573e8cfd0c7081f7c2b0ed0a1c3/magnetic_field_lines.py
/usr/share/doc/packages/mayavi/html/_downloads/315269042e8a83966ff3151fa9de738d
/usr/share/doc/packages/mayavi/html/_downloads/315269042e8a83966ff3151fa9de738d/spherical_harmonics.py
/usr/share/doc/packages/mayavi/html/_downloads/32cf9db347ad6ab0acceb3a491ce7578
/usr/share/doc/packages/mayavi/html/_downloads/32cf9db347ad6ab0acceb3a491ce7578/wx_embedding.py
/usr/share/doc/packages/mayavi/html/_downloads/3834411ef9a1ca2d37ee42416b9d42c5
/usr/share/doc/packages/mayavi/html/_downloads/3834411ef9a1ca2d37ee42416b9d42c5/structured_points3d.py
/usr/share/doc/packages/mayavi/html/_downloads/3b222f78673a916234c2e51abf1805b8
/usr/share/doc/packages/mayavi/html/_downloads/3b222f78673a916234c2e51abf1805b8/numeric_source.py
/usr/share/doc/packages/mayavi/html/_downloads/4171d7ff31c565458f38de656f2df014
/usr/share/doc/packages/mayavi/html/_downloads/4171d7ff31c565458f38de656f2df014/tvtk_segmentation.py
/usr/share/doc/packages/mayavi/html/_downloads/4202ea4de2acd47802486dd620e311b6
/usr/share/doc/packages/mayavi/html/_downloads/4202ea4de2acd47802486dd620e311b6/canyon_decimation.py
/usr/share/doc/packages/mayavi/html/_downloads/44b5951387414310a03c43e06da15d68
/usr/share/doc/packages/mayavi/html/_downloads/44b5951387414310a03c43e06da15d68/contour.py
/usr/share/doc/packages/mayavi/html/_downloads/47b31d736d5059ca052a3ac498a0304d
/usr/share/doc/packages/mayavi/html/_downloads/47b31d736d5059ca052a3ac498a0304d/boy.py
/usr/share/doc/packages/mayavi/html/_downloads/4ff7cec49c24f567998bb58391f1a865
/usr/share/doc/packages/mayavi/html/_downloads/4ff7cec49c24f567998bb58391f1a865/chemistry.py
/usr/share/doc/packages/mayavi/html/_downloads/53087b5a4e6ebb4e6848be5416727652
/usr/share/doc/packages/mayavi/html/_downloads/53087b5a4e6ebb4e6848be5416727652/surface_from_irregular_data.py
/usr/share/doc/packages/mayavi/html/_downloads/5357485b5df29245f69d2cc78769e35d
/usr/share/doc/packages/mayavi/html/_downloads/5357485b5df29245f69d2cc78769e35d/scatter_plot.py
/usr/share/doc/packages/mayavi/html/_downloads/5c8c1c090b128ed1fa42e78836016714
/usr/share/doc/packages/mayavi/html/_downloads/5c8c1c090b128ed1fa42e78836016714/volume_slicer.py
/usr/share/doc/packages/mayavi/html/_downloads/5e8afaf53584d816053fbd9bfd9d8089
/usr/share/doc/packages/mayavi/html/_downloads/5e8afaf53584d816053fbd9bfd9d8089/wigner.py
/usr/share/doc/packages/mayavi/html/_downloads/60d8bce11acd80a6574d1b6914fd3a0b
/usr/share/doc/packages/mayavi/html/_downloads/60d8bce11acd80a6574d1b6914fd3a0b/polydata.py
/usr/share/doc/packages/mayavi/html/_downloads/615e3d28554fc46abd89dd4d1ce1d1d8
/usr/share/doc/packages/mayavi/html/_downloads/615e3d28554fc46abd89dd4d1ce1d1d8/probe_filter.py
/usr/share/doc/packages/mayavi/html/_downloads/63cd91378ea3c6de44acb8150840ffff
/usr/share/doc/packages/mayavi/html/_downloads/63cd91378ea3c6de44acb8150840ffff/adjust_cropping_extents.py
/usr/share/doc/packages/mayavi/html/_downloads/64faf8e2ac103624616e95903729c6a0
/usr/share/doc/packages/mayavi/html/_downloads/64faf8e2ac103624616e95903729c6a0/poll_file.py
/usr/share/doc/packages/mayavi/html/_downloads/688b5ff64befa682ca6e921179f472e0
/usr/share/doc/packages/mayavi/html/_downloads/688b5ff64befa682ca6e921179f472e0/glyph.py
/usr/share/doc/packages/mayavi/html/_downloads/694cb8c68ce3565365c7588934dd342c
/usr/share/doc/packages/mayavi/html/_downloads/694cb8c68ce3565365c7588934dd342c/streamline.py
/usr/share/doc/packages/mayavi/html/_downloads/6bd0cbc7261b60d0db9d5a50c7e3646b
/usr/share/doc/packages/mayavi/html/_downloads/6bd0cbc7261b60d0db9d5a50c7e3646b/custom_colormap.py
/usr/share/doc/packages/mayavi/html/_downloads/6ff94975b17c60fa112e14f262edc5db
/usr/share/doc/packages/mayavi/html/_downloads/6ff94975b17c60fa112e14f262edc5db/offscreen.py
/usr/share/doc/packages/mayavi/html/_downloads/76c6b37b46f0cc4bfe5580965f9b17cd
/usr/share/doc/packages/mayavi/html/_downloads/76c6b37b46f0cc4bfe5580965f9b17cd/mlab_visual.py
/usr/share/doc/packages/mayavi/html/_downloads/79acecc52ff72f017f31533f617ffb0e
/usr/share/doc/packages/mayavi/html/_downloads/79acecc52ff72f017f31533f617ffb0e/citation.bib
/usr/share/doc/packages/mayavi/html/_downloads/7c7f4ad0603cfe4b08f6fd5dddcf18be
/usr/share/doc/packages/mayavi/html/_downloads/7c7f4ad0603cfe4b08f6fd5dddcf18be/user_mayavi.py
/usr/share/doc/packages/mayavi/html/_downloads/81b3e4dcbcd277adfc7999a346ee6b40
/usr/share/doc/packages/mayavi/html/_downloads/81b3e4dcbcd277adfc7999a346ee6b40/image_cursor_filter.py
/usr/share/doc/packages/mayavi/html/_downloads/8524943240a3a9cdee98c8e97555f501
/usr/share/doc/packages/mayavi/html/_downloads/8524943240a3a9cdee98c8e97555f501/mayavi_traits_ui.py
/usr/share/doc/packages/mayavi/html/_downloads/8f35c0cf0b27460f5c28bfc6856c3c9d
/usr/share/doc/packages/mayavi/html/_downloads/8f35c0cf0b27460f5c28bfc6856c3c9d/dragon.py
/usr/share/doc/packages/mayavi/html/_downloads/a58552586076b87d4aed18223d130902
/usr/share/doc/packages/mayavi/html/_downloads/a58552586076b87d4aed18223d130902/coil_design_application.py
/usr/share/doc/packages/mayavi/html/_downloads/a71f73a01d3d442df043b58323e82346
/usr/share/doc/packages/mayavi/html/_downloads/a71f73a01d3d442df043b58323e82346/select_red_balls.py
/usr/share/doc/packages/mayavi/html/_downloads/a82ca56aa41888d9049106a620ecdf04
/usr/share/doc/packages/mayavi/html/_downloads/a82ca56aa41888d9049106a620ecdf04/canyon.py
/usr/share/doc/packages/mayavi/html/_downloads/adb17ec2b9fb5f15f04aeeed15db1db8
/usr/share/doc/packages/mayavi/html/_downloads/adb17ec2b9fb5f15f04aeeed15db1db8/atomic_orbital.py
/usr/share/doc/packages/mayavi/html/_downloads/b28fa2fc6a21bd7f15bff67820098a52
/usr/share/doc/packages/mayavi/html/_downloads/b28fa2fc6a21bd7f15bff67820098a52/simple_structured_grid.py
/usr/share/doc/packages/mayavi/html/_downloads/b4639e2dda08621ef176d3539f1b5539
/usr/share/doc/packages/mayavi/html/_downloads/b4639e2dda08621ef176d3539f1b5539/mlab_interactive_dialog.py
/usr/share/doc/packages/mayavi/html/_downloads/b60aa748d2a8eae35ca705d2e91f6aef
/usr/share/doc/packages/mayavi/html/_downloads/b60aa748d2a8eae35ca705d2e91f6aef/structured_grid.py
/usr/share/doc/packages/mayavi/html/_downloads/ba9dfd2c0ac7e6dfe7d5ecb6a3a76d4f
/usr/share/doc/packages/mayavi/html/_downloads/ba9dfd2c0ac7e6dfe7d5ecb6a3a76d4f/volume_slicer_advanced.py
/usr/share/doc/packages/mayavi/html/_downloads/bb1f56db5444c4e8049da68dcaaf5fe7
/usr/share/doc/packages/mayavi/html/_downloads/bb1f56db5444c4e8049da68dcaaf5fe7/nongui.py
/usr/share/doc/packages/mayavi/html/_downloads/c015a2ce7f4c25cfea8bdc222cc14530
/usr/share/doc/packages/mayavi/html/_downloads/c015a2ce7f4c25cfea8bdc222cc14530/magnetic_field.py
/usr/share/doc/packages/mayavi/html/_downloads/c01cd72051cab0ea1f240e7addb1ebb6
/usr/share/doc/packages/mayavi/html/_downloads/c01cd72051cab0ea1f240e7addb1ebb6/structured_points2d.py
/usr/share/doc/packages/mayavi/html/_downloads/c2c780f9f345a377e8140a467a5de889
/usr/share/doc/packages/mayavi/html/_downloads/c2c780f9f345a377e8140a467a5de889/multiple_engines.py
/usr/share/doc/packages/mayavi/html/_downloads/c4513fe15e30608c1de763ae6d454ac4
/usr/share/doc/packages/mayavi/html/_downloads/c4513fe15e30608c1de763ae6d454ac4/julia_set_decimation.py
/usr/share/doc/packages/mayavi/html/_downloads/c64f12b37a216da7a7fbbba7c612caa4
/usr/share/doc/packages/mayavi/html/_downloads/c64f12b37a216da7a7fbbba7c612caa4/mlab_traits_ui.py
/usr/share/doc/packages/mayavi/html/_downloads/c6ff7e3a54ec0973572abbbbf9b3fdb0
/usr/share/doc/packages/mayavi/html/_downloads/c6ff7e3a54ec0973572abbbbf9b3fdb0/standalone.py
/usr/share/doc/packages/mayavi/html/_downloads/c8332cfaa2cbaede2579049132972957
/usr/share/doc/packages/mayavi/html/_downloads/c8332cfaa2cbaede2579049132972957/multiple_mlab_scene_models.py
/usr/share/doc/packages/mayavi/html/_downloads/cd8936861653a074fe3bcbe02dbbf551
/usr/share/doc/packages/mayavi/html/_downloads/cd8936861653a074fe3bcbe02dbbf551/compute_in_thread.py
/usr/share/doc/packages/mayavi/html/_downloads/d56f48600fa39ce43fdf58e4144f2afb
/usr/share/doc/packages/mayavi/html/_downloads/d56f48600fa39ce43fdf58e4144f2afb/plotting_many_lines.py
/usr/share/doc/packages/mayavi/html/_downloads/d63e3811c71c0515e38ddca7d8c8218e
/usr/share/doc/packages/mayavi/html/_downloads/d63e3811c71c0515e38ddca7d8c8218e/delaunay_graph.py
/usr/share/doc/packages/mayavi/html/_downloads/d6fe57f97c188818eecee7976804d397
/usr/share/doc/packages/mayavi/html/_downloads/d6fe57f97c188818eecee7976804d397/subclassing_mayavi_application.py
/usr/share/doc/packages/mayavi/html/_downloads/d79af9f4e64cf56387da46f0e16d076d
/usr/share/doc/packages/mayavi/html/_downloads/d79af9f4e64cf56387da46f0e16d076d/julia_set.py
/usr/share/doc/packages/mayavi/html/_downloads/db8fcc0cd8b973df6ab812ddeb49a3f1
/usr/share/doc/packages/mayavi/html/_downloads/db8fcc0cd8b973df6ab812ddeb49a3f1/pick_on_surface.py
/usr/share/doc/packages/mayavi/html/_downloads/e117fb40bf9630e64cdcd7e0f19c0243
/usr/share/doc/packages/mayavi/html/_downloads/e117fb40bf9630e64cdcd7e0f19c0243/unstructured_grid.py
/usr/share/doc/packages/mayavi/html/_downloads/e5c68efdd62c9394df6315fd1b29db1d
/usr/share/doc/packages/mayavi/html/_downloads/e5c68efdd62c9394df6315fd1b29db1d/wx_mayavi_embed_in_notebook.py
/usr/share/doc/packages/mayavi/html/_downloads/ea698a98f2d84382ed7e7596adaff74c
/usr/share/doc/packages/mayavi/html/_downloads/ea698a98f2d84382ed7e7596adaff74c/flight_graph.py
/usr/share/doc/packages/mayavi/html/_downloads/ed341f693f96cf6983a3fec8099ac6bb
/usr/share/doc/packages/mayavi/html/_downloads/ed341f693f96cf6983a3fec8099ac6bb/bunny.py
/usr/share/doc/packages/mayavi/html/_downloads/f1a1d04d9bd51ec7b93d56e36ccbb713
/usr/share/doc/packages/mayavi/html/_downloads/f1a1d04d9bd51ec7b93d56e36ccbb713/datasets.py
/usr/share/doc/packages/mayavi/html/_downloads/f2626209c0da56a848313ae8cd656b7b
/usr/share/doc/packages/mayavi/html/_downloads/f2626209c0da56a848313ae8cd656b7b/zzz_reader.py
/usr/share/doc/packages/mayavi/html/_downloads/f276749360ba94ec3c6569c7f9be351f
/usr/share/doc/packages/mayavi/html/_downloads/f276749360ba94ec3c6569c7f9be351f/mlab_3D_to_2D.py
/usr/share/doc/packages/mayavi/html/_downloads/f8168c437bba8290f58c0888e23c6be0
/usr/share/doc/packages/mayavi/html/_downloads/f8168c437bba8290f58c0888e23c6be0/tvtk_in_mayavi.py
/usr/share/doc/packages/mayavi/html/_downloads/fe141fca9f0a9b79ec8db08c40d5d00b
/usr/share/doc/packages/mayavi/html/_downloads/fe141fca9f0a9b79ec8db08c40d5d00b/mri.py
/usr/share/doc/packages/mayavi/html/_images
/usr/share/doc/packages/mayavi/html/_images/clamping_off.jpg
/usr/share/doc/packages/mayavi/html/_images/clamping_on.jpg
/usr/share/doc/packages/mayavi/html/_images/dataset_diagram.jpg
/usr/share/doc/packages/mayavi/html/_images/design2a.jpg
/usr/share/doc/packages/mayavi/html/_images/design2b.png
/usr/share/doc/packages/mayavi/html/_images/design2c.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_barchart.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_contour3d.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_contour_surf.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_flow.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_imshow.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_mesh.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_plot3d.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_points3d.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_quiver3d.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_surf.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_triangular_mesh.jpg
/usr/share/doc/packages/mayavi/html/_images/enthought_mayavi_mlab_volume_slice.jpg
/usr/share/doc/packages/mayavi/html/_images/example_atomic_orbital.jpg
/usr/share/doc/packages/mayavi/html/_images/example_boy.jpg
/usr/share/doc/packages/mayavi/html/_images/example_canyon.jpg
/usr/share/doc/packages/mayavi/html/_images/example_canyon_decimation.jpg
/usr/share/doc/packages/mayavi/html/_images/example_chemistry.jpg
/usr/share/doc/packages/mayavi/html/_images/example_custom_colormap.jpg
/usr/share/doc/packages/mayavi/html/_images/example_flight_graph.jpg
/usr/share/doc/packages/mayavi/html/_images/example_gradient.jpg
/usr/share/doc/packages/mayavi/html/_images/example_julia_set.jpg
/usr/share/doc/packages/mayavi/html/_images/example_julia_set_decimation.jpg
/usr/share/doc/packages/mayavi/html/_images/example_lorenz.jpg
/usr/share/doc/packages/mayavi/html/_images/example_magnetic_field_lines.jpg
/usr/share/doc/packages/mayavi/html/_images/example_mlab_interactive_dialog.jpg
/usr/share/doc/packages/mayavi/html/_images/example_mlab_visual.jpg
/usr/share/doc/packages/mayavi/html/_images/example_mri.jpg
/usr/share/doc/packages/mayavi/html/_images/example_plotting_many_lines.jpg
/usr/share/doc/packages/mayavi/html/_images/example_potential.jpg
/usr/share/doc/packages/mayavi/html/_images/example_potential_ipython.jpg
/usr/share/doc/packages/mayavi/html/_images/example_protein.jpg
/usr/share/doc/packages/mayavi/html/_images/example_simple_structured_grid.jpg
/usr/share/doc/packages/mayavi/html/_images/example_spherical_harmonics.jpg
/usr/share/doc/packages/mayavi/html/_images/example_streamline.jpg
/usr/share/doc/packages/mayavi/html/_images/example_surface_from_irregular_data.jpg
/usr/share/doc/packages/mayavi/html/_images/example_trajectories.jpg
/usr/share/doc/packages/mayavi/html/_images/example_tvtk_in_mayavi.jpg
/usr/share/doc/packages/mayavi/html/_images/example_vector_cut_plane.jpg
/usr/share/doc/packages/mayavi/html/_images/example_wigner.jpg
/usr/share/doc/packages/mayavi/html/_images/heart.jpg
/usr/share/doc/packages/mayavi/html/_images/image_data.jpg
/usr/share/doc/packages/mayavi/html/_images/m2_big_picture.png
/usr/share/doc/packages/mayavi/html/_images/mayavi_ui_first.jpg
/usr/share/doc/packages/mayavi/html/_images/mayavi_ui_second.jpg
/usr/share/doc/packages/mayavi/html/_images/mlab_surf_example.jpg
/usr/share/doc/packages/mayavi/html/_images/param.jpg
/usr/share/doc/packages/mayavi/html/_images/pipeline_and_scene.jpg
/usr/share/doc/packages/mayavi/html/_images/pipeline_and_scene2.jpg
/usr/share/doc/packages/mayavi/html/_images/poly_data.jpg
/usr/share/doc/packages/mayavi/html/_images/rectilinear_grid.jpg
/usr/share/doc/packages/mayavi/html/_images/streamline.jpg
/usr/share/doc/packages/mayavi/html/_images/structured_grid.jpg
/usr/share/doc/packages/mayavi/html/_images/unstructured_grid.jpg
/usr/share/doc/packages/mayavi/html/_images/vector_field_combination.jpg
/usr/share/doc/packages/mayavi/html/_images/vector_field_cut_plane.jpg
/usr/share/doc/packages/mayavi/html/_images/vector_field_flow.jpg
/usr/share/doc/packages/mayavi/html/_images/vector_field_isosurface.jpg
/usr/share/doc/packages/mayavi/html/_images/vector_field_quiver.jpg
/usr/share/doc/packages/mayavi/html/_images/vector_field_vectors.jpg
/usr/share/doc/packages/mayavi/html/_images/volumetric_combination.jpg
/usr/share/doc/packages/mayavi/html/_images/volumetric_contour3d.jpg
/usr/share/doc/packages/mayavi/html/_images/volumetric_cut_plane.jpg
/usr/share/doc/packages/mayavi/html/_images/volumetric_volume.jpg
/usr/share/doc/packages/mayavi/html/_images/volumetric_volume_tweaked.jpg
/usr/share/doc/packages/mayavi/html/_sources
/usr/share/doc/packages/mayavi/html/_sources/advanced_scripting.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/advanced_use.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/api
/usr/share/doc/packages/mayavi/html/_sources/api/core_view_objects.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/api/index.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/api/pipeline_objects.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/application.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto
/usr/share/doc/packages/mayavi/html/_sources/auto/changes.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_adjust_cropping_extents.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_atomic_orbital.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_boy.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_bunny.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_canyon.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_canyon_decimation.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_chemistry.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_coil_design_application.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_compute_in_thread.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_contour.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_contour_contour.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_custom_colormap.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_datasets.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_delaunay_graph.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_dragon.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_flight_graph.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_glyph.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_image_cursor_filter.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_julia_set.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_julia_set_decimation.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_lorenz.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_lorenz_ui.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_lucy.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_magnetic_field.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_magnetic_field_lines.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_mayavi_traits_ui.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_mlab_3D_to_2D.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_mlab_interactive_dialog.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_mlab_traits_ui.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_mlab_visual.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_mri.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_multiple_engines.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_multiple_mlab_scene_models.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_nongui.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_numeric_source.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_offscreen.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_pick_on_surface.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_plotting_many_lines.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_poll_file.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_polydata.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_probe_filter.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_protein.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_qt_embedding.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_scatter_plot.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_select_red_balls.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_simple_structured_grid.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_spherical_harmonics.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_standalone.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_streamline.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_structured_grid.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_structured_points2d.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_structured_points3d.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_subclassing_mayavi_application.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_superquad_with_gui.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_surf_regular_mlab.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_surface_from_irregular_data.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_tvtk_in_mayavi.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_tvtk_segmentation.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_unstructured_grid.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_user_mayavi.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_volume_slicer.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_volume_slicer_advanced.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_wigner.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_wx_embedding.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_wx_mayavi_embed_in_notebook.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/example_zzz_reader.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/examples.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/mlab_camera.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/mlab_decorations.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/mlab_figure.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/mlab_helper_functions.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/mlab_other_functions.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/mlab_pipeline_data.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/mlab_pipeline_other_functions.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/mlab_pipeline_reference.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/mlab_pipeline_sources.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/mlab_pipeline_tools.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/auto/mlab_reference.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/bugs.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/building_applications.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/changes.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/data.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/example_exploring_a_vector_field.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/example_fire.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/example_heart.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/example_parametric_surface.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/example_using_with_scipy.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/examples.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/filters.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/index.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/inline-css.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/installation.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/mayavi_objects.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/misc.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/mlab.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/mlab_3d_plotting_functions.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/mlab_animating.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/mlab_case_studies.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/mlab_changing_object_looks.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/mlab_demo.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/mlab_figures_decorations.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/mlab_pipeline.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/mlab_pipeline_modules.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/mlab_pipeline_reference.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/mlab_running_scripts.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/modules.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/overview.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/pipeline.rst.txt
/usr/share/doc/packages/mayavi/html/_sources/tips.rst.txt
/usr/share/doc/packages/mayavi/html/_static
/usr/share/doc/packages/mayavi/html/_static/_sphinx_javascript_frameworks_compat.js
/usr/share/doc/packages/mayavi/html/_static/basic.css
/usr/share/doc/packages/mayavi/html/_static/classic.css
/usr/share/doc/packages/mayavi/html/_static/doctools.js
/usr/share/doc/packages/mayavi/html/_static/documentation_options.js
/usr/share/doc/packages/mayavi/html/_static/file.png
/usr/share/doc/packages/mayavi/html/_static/jquery-3.6.0.js
/usr/share/doc/packages/mayavi/html/_static/jquery.js
/usr/share/doc/packages/mayavi/html/_static/language_data.js
/usr/share/doc/packages/mayavi/html/_static/m2_about.jpg
/usr/share/doc/packages/mayavi/html/_static/mayavi-logo.png
/usr/share/doc/packages/mayavi/html/_static/minus.png
/usr/share/doc/packages/mayavi/html/_static/plus.png
/usr/share/doc/packages/mayavi/html/_static/pygments.css
/usr/share/doc/packages/mayavi/html/_static/searchtools.js
/usr/share/doc/packages/mayavi/html/_static/sidebar.js
/usr/share/doc/packages/mayavi/html/_static/underscore-1.13.1.js
/usr/share/doc/packages/mayavi/html/_static/underscore.js
/usr/share/doc/packages/mayavi/html/advanced_scripting.html
/usr/share/doc/packages/mayavi/html/advanced_use.html
/usr/share/doc/packages/mayavi/html/api
/usr/share/doc/packages/mayavi/html/api/core_view_objects.html
/usr/share/doc/packages/mayavi/html/api/index.html
/usr/share/doc/packages/mayavi/html/api/pipeline_objects.html
/usr/share/doc/packages/mayavi/html/application.html
/usr/share/doc/packages/mayavi/html/auto
/usr/share/doc/packages/mayavi/html/auto/changes.html
/usr/share/doc/packages/mayavi/html/auto/example_adjust_cropping_extents.html
/usr/share/doc/packages/mayavi/html/auto/example_atomic_orbital.html
/usr/share/doc/packages/mayavi/html/auto/example_boy.html
/usr/share/doc/packages/mayavi/html/auto/example_bunny.html
/usr/share/doc/packages/mayavi/html/auto/example_canyon.html
/usr/share/doc/packages/mayavi/html/auto/example_canyon_decimation.html
/usr/share/doc/packages/mayavi/html/auto/example_chemistry.html
/usr/share/doc/packages/mayavi/html/auto/example_coil_design_application.html
/usr/share/doc/packages/mayavi/html/auto/example_compute_in_thread.html
/usr/share/doc/packages/mayavi/html/auto/example_contour.html
/usr/share/doc/packages/mayavi/html/auto/example_contour_contour.html
/usr/share/doc/packages/mayavi/html/auto/example_custom_colormap.html
/usr/share/doc/packages/mayavi/html/auto/example_datasets.html
/usr/share/doc/packages/mayavi/html/auto/example_delaunay_graph.html
/usr/share/doc/packages/mayavi/html/auto/example_dragon.html
/usr/share/doc/packages/mayavi/html/auto/example_flight_graph.html
/usr/share/doc/packages/mayavi/html/auto/example_glyph.html
/usr/share/doc/packages/mayavi/html/auto/example_image_cursor_filter.html
/usr/share/doc/packages/mayavi/html/auto/example_julia_set.html
/usr/share/doc/packages/mayavi/html/auto/example_julia_set_decimation.html
/usr/share/doc/packages/mayavi/html/auto/example_lorenz.html
/usr/share/doc/packages/mayavi/html/auto/example_lorenz_ui.html
/usr/share/doc/packages/mayavi/html/auto/example_lucy.html
/usr/share/doc/packages/mayavi/html/auto/example_magnetic_field.html
/usr/share/doc/packages/mayavi/html/auto/example_magnetic_field_lines.html
/usr/share/doc/packages/mayavi/html/auto/example_mayavi_traits_ui.html
/usr/share/doc/packages/mayavi/html/auto/example_mlab_3D_to_2D.html
/usr/share/doc/packages/mayavi/html/auto/example_mlab_interactive_dialog.html
/usr/share/doc/packages/mayavi/html/auto/example_mlab_traits_ui.html
/usr/share/doc/packages/mayavi/html/auto/example_mlab_visual.html
/usr/share/doc/packages/mayavi/html/auto/example_mri.html
/usr/share/doc/packages/mayavi/html/auto/example_multiple_engines.html
/usr/share/doc/packages/mayavi/html/auto/example_multiple_mlab_scene_models.html
/usr/share/doc/packages/mayavi/html/auto/example_nongui.html
/usr/share/doc/packages/mayavi/html/auto/example_numeric_source.html
/usr/share/doc/packages/mayavi/html/auto/example_offscreen.html
/usr/share/doc/packages/mayavi/html/auto/example_pick_on_surface.html
/usr/share/doc/packages/mayavi/html/auto/example_plotting_many_lines.html
/usr/share/doc/packages/mayavi/html/auto/example_poll_file.html
/usr/share/doc/packages/mayavi/html/auto/example_polydata.html
/usr/share/doc/packages/mayavi/html/auto/example_probe_filter.html
/usr/share/doc/packages/mayavi/html/auto/example_protein.html
/usr/share/doc/packages/mayavi/html/auto/example_qt_embedding.html
/usr/share/doc/packages/mayavi/html/auto/example_scatter_plot.html
/usr/share/doc/packages/mayavi/html/auto/example_select_red_balls.html
/usr/share/doc/packages/mayavi/html/auto/example_simple_structured_grid.html
/usr/share/doc/packages/mayavi/html/auto/example_spherical_harmonics.html
/usr/share/doc/packages/mayavi/html/auto/example_standalone.html
/usr/share/doc/packages/mayavi/html/auto/example_streamline.html
/usr/share/doc/packages/mayavi/html/auto/example_structured_grid.html
/usr/share/doc/packages/mayavi/html/auto/example_structured_points2d.html
/usr/share/doc/packages/mayavi/html/auto/example_structured_points3d.html
/usr/share/doc/packages/mayavi/html/auto/example_subclassing_mayavi_application.html
/usr/share/doc/packages/mayavi/html/auto/example_superquad_with_gui.html
/usr/share/doc/packages/mayavi/html/auto/example_surf_regular_mlab.html
/usr/share/doc/packages/mayavi/html/auto/example_surface_from_irregular_data.html
/usr/share/doc/packages/mayavi/html/auto/example_tvtk_in_mayavi.html
/usr/share/doc/packages/mayavi/html/auto/example_tvtk_segmentation.html
/usr/share/doc/packages/mayavi/html/auto/example_unstructured_grid.html
/usr/share/doc/packages/mayavi/html/auto/example_user_mayavi.html
/usr/share/doc/packages/mayavi/html/auto/example_volume_slicer.html
/usr/share/doc/packages/mayavi/html/auto/example_volume_slicer_advanced.html
/usr/share/doc/packages/mayavi/html/auto/example_wigner.html
/usr/share/doc/packages/mayavi/html/auto/example_wx_embedding.html
/usr/share/doc/packages/mayavi/html/auto/example_wx_mayavi_embed_in_notebook.html
/usr/share/doc/packages/mayavi/html/auto/example_zzz_reader.html
/usr/share/doc/packages/mayavi/html/auto/examples.html
/usr/share/doc/packages/mayavi/html/auto/mlab_camera.html
/usr/share/doc/packages/mayavi/html/auto/mlab_decorations.html
/usr/share/doc/packages/mayavi/html/auto/mlab_figure.html
/usr/share/doc/packages/mayavi/html/auto/mlab_helper_functions.html
/usr/share/doc/packages/mayavi/html/auto/mlab_other_functions.html
/usr/share/doc/packages/mayavi/html/auto/mlab_pipeline_data.html
/usr/share/doc/packages/mayavi/html/auto/mlab_pipeline_other_functions.html
/usr/share/doc/packages/mayavi/html/auto/mlab_pipeline_reference.html
/usr/share/doc/packages/mayavi/html/auto/mlab_pipeline_sources.html
/usr/share/doc/packages/mayavi/html/auto/mlab_pipeline_tools.html
/usr/share/doc/packages/mayavi/html/auto/mlab_reference.html
/usr/share/doc/packages/mayavi/html/bugs.html
/usr/share/doc/packages/mayavi/html/building_applications.html
/usr/share/doc/packages/mayavi/html/changes.html
/usr/share/doc/packages/mayavi/html/data.html
/usr/share/doc/packages/mayavi/html/example_exploring_a_vector_field.html
/usr/share/doc/packages/mayavi/html/example_fire.html
/usr/share/doc/packages/mayavi/html/example_heart.html
/usr/share/doc/packages/mayavi/html/example_parametric_surface.html
/usr/share/doc/packages/mayavi/html/example_using_with_scipy.html
/usr/share/doc/packages/mayavi/html/examples.html
/usr/share/doc/packages/mayavi/html/filters.html
/usr/share/doc/packages/mayavi/html/genindex.html
/usr/share/doc/packages/mayavi/html/index.html
/usr/share/doc/packages/mayavi/html/inline-css.html
/usr/share/doc/packages/mayavi/html/installation.html
/usr/share/doc/packages/mayavi/html/mayavi_objects.html
/usr/share/doc/packages/mayavi/html/misc.html
/usr/share/doc/packages/mayavi/html/mlab.html
/usr/share/doc/packages/mayavi/html/mlab_3d_plotting_functions.html
/usr/share/doc/packages/mayavi/html/mlab_animating.html
/usr/share/doc/packages/mayavi/html/mlab_case_studies.html
/usr/share/doc/packages/mayavi/html/mlab_changing_object_looks.html
/usr/share/doc/packages/mayavi/html/mlab_demo.html
/usr/share/doc/packages/mayavi/html/mlab_figures_decorations.html
/usr/share/doc/packages/mayavi/html/mlab_pipeline.html
/usr/share/doc/packages/mayavi/html/mlab_pipeline_modules.html
/usr/share/doc/packages/mayavi/html/mlab_pipeline_reference.html
/usr/share/doc/packages/mayavi/html/mlab_running_scripts.html
/usr/share/doc/packages/mayavi/html/modules.html
/usr/share/doc/packages/mayavi/html/objects.inv
/usr/share/doc/packages/mayavi/html/overview.html
/usr/share/doc/packages/mayavi/html/pipeline.html
/usr/share/doc/packages/mayavi/html/py-modindex.html
/usr/share/doc/packages/mayavi/html/search.html
/usr/share/doc/packages/mayavi/html/searchindex.js
/usr/share/doc/packages/mayavi/html/tips.html
/usr/share/licenses/mayavi-doc
/usr/share/licenses/mayavi-doc/LICENSE.txt
/usr/share/licenses/mayavi-doc/LICENSE_COLORBREWER.txt
/usr/share/licenses/mayavi-doc/LICENSE_YORICK.txt
/usr/share/licenses/mayavi-doc/image_LICENSE.txt
/usr/share/licenses/mayavi-doc/image_LICENSE_CP.txt
/usr/share/licenses/mayavi-doc/image_LICENSE_Eclipse.txt
/usr/share/licenses/mayavi-doc/image_LICENSE_Nuvola.txt
/usr/share/licenses/mayavi-doc/image_LICENSE_OOo.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 19 00:08:30 2024