From: Benjamin Peterson Date: Sat, 7 Mar 2015 14:34:16 +0000 (-0500) Subject: replace Amazon links in the documentation (closes #23579) X-Git-Tag: v3.5.0a2~9^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c69ecf95dad39aa55af293da75148a551c0e369;p=python replace Amazon links in the documentation (closes #23579) Patch by Sayan Chowdhury. --- diff --git a/Doc/library/othergui.rst b/Doc/library/othergui.rst index efb7cff9dc..43721b2688 100644 --- a/Doc/library/othergui.rst +++ b/Doc/library/othergui.rst @@ -50,7 +50,7 @@ available for Python: low-level device context drawing, drag and drop, system clipboard access, an XML-based resource format and more, including an ever growing library of user-contributed modules. wxPython has a book, `wxPython in Action - `_, by Noel Rappin and + `_, by Noel Rappin and Robin Dunn. PyGTK, PyQt, and wxPython, all have a modern look and feel and more diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index 40e97bf0f1..3b6c681ae5 100644 --- a/Doc/library/tkinter.rst +++ b/Doc/library/tkinter.rst @@ -31,13 +31,13 @@ this should open a window demonstrating a simple Tk interface. `Tcl/Tk manual `_ Official manual for the latest tcl/tk version. - `Programming Python `_ + `Programming Python `_ Book by Mark Lutz, has excellent coverage of Tkinter. `Modern Tkinter for Busy Python Developers `_ Book by Mark Rozerman about building attractive and modern graphical user interfaces with Python and Tkinter. - `Python and Tkinter Programming `_ + `Python and Tkinter Programming `_ The book by John Grayson (ISBN 1-884777-81-3). @@ -182,7 +182,7 @@ documentation that exists. Here are some hints: `Tcl and the Tk Toolkit `_ The book by John Ousterhout, the inventor of Tcl. - `Practical Programming in Tcl and Tk `_ + `Practical Programming in Tcl and Tk `_ Brent Welch's encyclopedic book.