Skip to content

Commit 01af1bb

Browse files
committed
Caps, wording, and line wrapping for scenarios/gui.
Also added a brief description for PyQt.
1 parent dd91bf9 commit 01af1bb

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/scenarios/gui.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Camelot
99
applications on top of Python, SQLAlchemy and Qt. It is inspired by
1010
the Django admin interface.
1111

12-
The main resource for information is the website:
12+
The main resource for information is the website:
1313
http://www.python-camelot.com
14-
and the mailinglist https://groups.google.com/forum/#!forum/project-camelot
14+
and the mailing list https://groups.google.com/forum/#!forum/project-camelot
1515

1616
Cocoa
1717
-----
@@ -22,7 +22,7 @@ GTk
2222
PyGTK provides Python bindings for the GTK+ toolkit. Like the GTK+ library
2323
itself, it is currently licensed under the GNU LGPL. It is worth noting that
2424
PyGTK only currently supports the Gtk-2.X API (NOT Gtk-3.0). It is currently
25-
recommended that PyGTK not be used for new projects and existing applications
25+
recommended that PyGTK not be used for new projects and that existing applications
2626
be ported from PyGTK to PyGObject.
2727

2828
Kivy
@@ -54,11 +54,13 @@ PyQt
5454
~~~~
5555
.. note:: If your software does not fully comply with the GPL you will need a commercial license!
5656

57+
PyQt provides Python bindings for the Qt Framework (see below).
58+
5759
http://www.riverbankcomputing.co.uk/software/pyqt/download
5860

5961
PyjamasDesktop (pyjs Desktop)
6062
-----------------------------
61-
PyjamasDesktop is a port of PyJamas. PyjamasDesktop is application widget set
63+
PyjamasDesktop is a port of Pyjamas. PyjamasDesktop is application widget set
6264
for desktop and a cross-platform framework. (After release v0.6 PyjamasDesktop
6365
is a part of Pyjamas (Pyjs)). Briefly, it allows the exact same Python web application
6466
source code to be executed as a standalone desktop application.
@@ -69,8 +71,9 @@ The main website; `pyjs Desktop <http://pyjs.org/>`_.
6971

7072
Qt
7173
--
72-
`Qt <http://qt-project.org/>`_ is a cross-platform application framework that is widely used for developing
73-
software with a GUI but can also be used for non-GUI applications.
74+
`Qt <http://qt-project.org/>`_ is a cross-platform application framework that
75+
is widely used for developing software with a GUI but can also be used for
76+
non-GUI applications.
7477

7578
Tk
7679
--

0 commit comments

Comments
 (0)