Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Hide many screenshots for simplicity
  • Loading branch information
Zhilin Zheng authored Jul 20, 2023
1 parent 50ad2ed commit 457a3b1
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,7 @@ As a viewer, one of the greatest strengths of ViTables is its ability to display

If you need a customized browser for managing your HDF5 data, ViTables is an excellent starting point.

<div align=center>

![propertiesDlg](doc/images/propertiesDlg.png)
![editingUserAttrs](doc/images/editingUserAttrs.png)
![groupCreation](doc/images/groupCreation.png)
![helpBrowser](doc/images/helpBrowser.png)
![treeSymbols](doc/images/treeSymbols.png)

</div>
Here are some [screenshots](doc/images).

## QuickStart

Expand Down Expand Up @@ -73,4 +65,4 @@ Q: Launch vitables failed due to error:

`module 'collections' has no attribute 'Iterable'`

A: Change `collections.Iterable` to `collections.abc.Iterable` in line 152 and 180 of corresponding utils.py
A: Change `collections.Iterable` to `collections.abc.Iterable` in line 152 and 180 of corresponding utils.py

0 comments on commit 457a3b1

Please sign in to comment.