]> granicus.if.org Git - python/commitdiff
Add missing source links.
authorRaymond Hettinger <python@rcn.com>
Thu, 10 Feb 2011 08:09:36 +0000 (08:09 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 10 Feb 2011 08:09:36 +0000 (08:09 +0000)
Doc/library/__future__.rst
Doc/library/_dummy_thread.rst
Doc/library/xml.dom.minidom.rst
Doc/library/xml.dom.pulldom.rst
Doc/library/xml.etree.elementtree.rst
Doc/library/xmlrpc.client.rst
Doc/library/xmlrpc.server.rst

index 3c423939f19edb59b736c66a0f96ff4300d56937..1e07f20f00ed7dc818a66fe0f3d308b0c6395781 100644 (file)
@@ -4,6 +4,9 @@
 .. module:: __future__
    :synopsis: Future statement definitions
 
+**Source code:** :source:`Lib/__future__.py`
+
+--------------
 
 :mod:`__future__` is a real module, and serves three purposes:
 
index 62e57080a7829bf4b1ce4412914e65542fb8e265..83aec12bbbae7202f2bb4b21840752dcd69b9b3f 100644 (file)
@@ -4,6 +4,9 @@
 .. module:: _dummy_thread
    :synopsis: Drop-in replacement for the _thread module.
 
+**Source code:** :source:`Lib/_dummy_thread.py`
+
+--------------
 
 This module provides a duplicate interface to the :mod:`_thread` module.  It is
 meant to be imported when the :mod:`_thread` module is not provided on a
index 4fb40259f05225c47c1d2ee9da3d4d38e4652120..070967bb968b0d34606234c832e300e2e8493d9a 100644 (file)
@@ -7,6 +7,9 @@
 .. sectionauthor:: Paul Prescod <paul@prescod.net>
 .. sectionauthor:: Martin v. Löwis <martin@v.loewis.de>
 
+**Source code:** :source:`Lib/xml/dom/minidom.py`
+
+--------------
 
 :mod:`xml.dom.minidom` is a light-weight implementation of the Document Object
 Model interface.  It is intended to be simpler than the full DOM and also
index 1893fba894f4e03c5aa7acf54073e34de386c306..4a5ef4c13541737fa4faaccca4d9a3c0e462dc2a 100644 (file)
@@ -5,6 +5,9 @@
    :synopsis: Support for building partial DOM trees from SAX events.
 .. moduleauthor:: Paul Prescod <paul@prescod.net>
 
+**Source code:** :source:`Lib/xml/dom/pulldom.py`
+
+--------------
 
 :mod:`xml.dom.pulldom` allows building only selected portions of a Document
 Object Model representation of a document from SAX events.
index 71614c0be9e5f7e7357344d95387f21e3c6a5d80..18c35aa290c39eb56c47319a0070077193f6194e 100644 (file)
@@ -5,6 +5,9 @@
    :synopsis: Implementation of the ElementTree API.
 .. moduleauthor:: Fredrik Lundh <fredrik@pythonware.com>
 
+**Source code:** :source:`Lib/xml/etree/ElementTree.py`
+
+--------------
 
 The :class:`Element` type is a flexible container object, designed to store
 hierarchical data structures in memory.  The type can be described as a cross
index d25cbaf5a53fc1d84abffa80dff3ed07a22906cd..a62021d47300a40b0f35ff298ae892c9a18aeca4 100644 (file)
 .. XXX Not everything is documented yet.  It might be good to describe
    Marshaller, Unmarshaller, getparser, dumps, loads, and Transport.
 
+**Source code:** :source:`Lib/xmlrpc/client.py`
+
+--------------
+
 XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a
 transport.  With it, a client can call methods with parameters on a remote
 server (the server is named by a URI) and get back structured data.  This module
index 3cb2c3aaa15f91d827a3dcd751a51f987c12fb18..67feba6d1fd355632334ad33ac82e04835310b11 100644 (file)
@@ -6,6 +6,9 @@
 .. moduleauthor:: Brian Quinlan <brianq@activestate.com>
 .. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
 
+**Source code:** :source:`Lib/xmlrpc/server.py`
+
+--------------
 
 The :mod:`xmlrpc.server` module provides a basic server framework for XML-RPC
 servers written in Python.  Servers can either be free standing, using