Skip to content

Commit 188e336

Browse files
committed
- Changing PyGTk to be less verbose, formatted as note.
- Updated PyjamasDesktop to Pyjs Desktop, streamlined description -- Removed link to Python wiki entry, content outdated - Updated link for wxPython, it had changed
1 parent 907d9a7 commit 188e336

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

docs/scenarios/gui.rst

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ Cocoa
3333
GTk
3434
***
3535

36-
PyGTK provides Python bindings for the GTK+ toolkit. Like the GTK+ library
37-
itself, it is currently licensed under the GNU LGPL. It is worth noting that
38-
PyGTK only currently supports the Gtk-2.X API (NOT Gtk-3.0). It is currently
39-
recommended that PyGTK not be used for new projects and that existing
40-
applications be ported from PyGTK to PyGObject.
36+
.. note:: PyGTK provides Python bindings for the GTK+ toolkit. However, it has been superseded by PyGObject. PyGTK should not be used for new projects and existing projects should be ported to PyGObject.
4137

4238

4339
********************
@@ -101,17 +97,14 @@ http://www.riverbankcomputing.co.uk/software/pyqt/download
10197

10298

10399
*****************************
104-
PyjamasDesktop (pyjs Desktop)
100+
Pyjs Desktop (formerly Pyjamas Desktop)
105101
*****************************
106102

107-
PyjamasDesktop is a port of Pyjamas. PyjamasDesktop is application widget set
108-
for desktop and a cross-platform framework. (After release v0.6 PyjamasDesktop
109-
is a part of Pyjamas (Pyjs)). Briefly, it allows the exact same Python web
103+
Pyjs Desktop is a application widget set for desktop and a cross-platform framework. It allows the exact same Python web
110104
application source code to be executed as a standalone desktop application.
111105

112-
`Python Wiki for PyjamasDesktop <http://wiki.python.org/moin/PyjamasDesktop>`_.
113106

114-
The main website: `pyjs Desktop <http://pyjs.org/>`_.
107+
The main website: `pyjs <http://pyjs.org/>`_.
115108

116109

117110
**
@@ -177,5 +170,5 @@ extension module (native code) that wraps the popular wxWidgets cross platform
177170
GUI library, which is written in C++.
178171

179172
**Install (Stable) wxPython**
180-
*go to http://www.wxpython.org/download.php#stable and download the appropriate
173+
*go to https://www.wxpython.org/pages/downloads/ and download the appropriate
181174
package for your OS.*

0 commit comments

Comments
 (0)