]> granicus.if.org Git - python/commitdiff
Make some module references hyperlinks.
authorFred Drake <fdrake@acm.org>
Thu, 22 Apr 1999 16:47:27 +0000 (16:47 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 22 Apr 1999 16:47:27 +0000 (16:47 +0000)
Doc/lib/libhttplib.tex

index 594a15564a8062529265c92b4fd33bebd84a98f0..efdeac3f95ce38447213080042ed174682ac666a 100644 (file)
@@ -1,16 +1,15 @@
 \section{\module{httplib} ---
-         HTTP protocol client.}
-\declaremodule{standard}{httplib}
+         HTTP protocol client}
 
+\declaremodule{standard}{httplib}
 \modulesynopsis{HTTP protocol client (requires sockets).}
 
 \indexii{HTTP}{protocol}
 
-
 This module defines a class which implements the client side of the
 HTTP protocol.  It is normally not used directly --- the module
-\module{urllib}\refstmodindex{urllib} uses it to handle URLs that use
-HTTP.
+\refmodule{urllib}\refstmodindex{urllib} uses it to handle URLs that
+use HTTP.
 
 The module defines one class, \class{HTTP}:
 
@@ -103,7 +102,7 @@ read the reply from the server, and return a triple
 message string corresponding to the reply code; and \var{headers} is
 an instance of the class \class{mimetools.Message} containing the
 headers received from the server.  See the description of the
-\module{mimetools}\refstmodindex{mimetools} module.
+\refmodule{mimetools}\refstmodindex{mimetools} module.
 \end{methoddesc}
 
 \begin{methoddesc}{getfile}{}