Skip to content

Commit 8c5ba09

Browse files
author
kuyan
committed
Add line breaks for conformance with the Style Guide.
1 parent c1f649c commit 8c5ba09

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

docs/scenarios/gui.rst

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ PyObjC
2929

3030
wxPython
3131
--------
32-
wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWidgets cross platform GUI library, which is written in C++.
32+
wxPython is a GUI toolkit for the Python programming language. It allows
33+
Python programmers to create programs with a robust, highly functional
34+
graphical user interface, simply and easily. It is implemented as a Python
35+
extension module (native code) that wraps the popular wxWidgets cross platform
36+
GUI library, which is written in C++.
3337

3438
Install (Stable)
3539
~~~~~~~~~~~~~~~~
@@ -60,10 +64,15 @@ available on the `Python Wiki <http://wiki.python.org/moin/TkInter>`_.
6064

6165
Kivy
6266
----
63-
`Kivy <http://kivy.org>`_ is a Python library for development of multi-touch enabled media rich applications. The aim is to allow for quick and easy interaction design and rapid prototyping, while making your code reusable and deployable.
67+
`Kivy <http://kivy.org>`_ is a Python library for development of multi-touch
68+
enabled media rich applications. The aim is to allow for quick and easy
69+
interaction design and rapid prototyping, while making your code reusable
70+
and deployable.
6471

65-
Kivy is written in Python, based on OpenGL and supports different input devices such as: Mouse, Dual Mouse, TUIO, WiiMote, WM_TOUCH, HIDtouch, Apple's products and so on.
72+
Kivy is written in Python, based on OpenGL and supports different input devices
73+
such as: Mouse, Dual Mouse, TUIO, WiiMote, WM_TOUCH, HIDtouch, Apple's products and so on.
6674

67-
Kivy is actively being developed by a community and free to use. It operates on all major platforms (Linux, OSX, Windows, Android).
75+
Kivy is actively being developed by a community and free to use. It operates
76+
on all major platforms (Linux, OSX, Windows, Android).
6877

6978
The main resource for information is the website: http://kivy.org

0 commit comments

Comments
 (0)