6 """ |
6 """ |
7 Package implementing a little web browser. |
7 Package implementing a little web browser. |
8 |
8 |
9 The web browser is a little HTML browser for the display of HTML |
9 The web browser is a little HTML browser for the display of HTML |
10 help files like the Qt Online Documentation and for browsing the internet. |
10 help files like the Qt Online Documentation and for browsing the internet. |
11 It may be used as a standalone version as well by using the eric5_helpviewer.py |
11 It may be used as a standalone version as well by using the eric6_helpviewer.py |
12 script found in the main eric5 installation directory. |
12 script found in the main eric6 installation directory. |
13 """ |
13 """ |