Remove effbot urls (GH-26308)

This commit is contained in:
E-Paine 2021-05-22 13:09:54 +01:00 committed by GitHub
parent a9e43615c2
commit e9f66aedf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 5 additions and 29 deletions

View file

@ -34,9 +34,6 @@ installed, so you can read the Tcl/Tk documentation specific to that version.
`Tkinter 8.5 reference: a GUI for Python <https://www.tkdocs.com/shipman/>`_
On-line reference material.
`Tkinter docs from effbot <http://effbot.org/tkinterbook/>`_
Online reference for tkinter supported by effbot.org.
`Programming Python <http://learning-python.com/about-pp4e.html>`_
Book by Mark Lutz, has excellent coverage of Tkinter.

View file

@ -363,13 +363,6 @@ These two approaches both output::
|--> Commander Clement
Additional resources
^^^^^^^^^^^^^^^^^^^^
See http://effbot.org/zone/element-index.htm for tutorials and links to other
docs.
.. _elementtree-xpath:
XPath support

View file

@ -169,12 +169,6 @@ between conformable Python objects and XML on the wire.
`XML-RPC Specification <http://xmlrpc.scripting.com/spec.html>`_
The official specification.
`Unofficial XML-RPC Errata <http://effbot.org/zone/xmlrpc-errata.htm>`_
Fredrik Lundh's "unofficial errata, intended to clarify certain
details in the XML-RPC specification, as well as hint at
'best practices' to use when designing your own XML-RPC
implementations."
.. _serverproxy-objects:
ServerProxy Objects