diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-22 20:44:18 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-22 20:44:18 (GMT) |
commit | ca6567fb3f37222b35cd0197872f6cd386fedad8 (patch) | |
tree | 4ce450ffeb3351d4a248dfada756af2516636ee3 /Doc/tut | |
parent | 301ad2ee63380c0796e472980f9ec1eb398cc524 (diff) | |
download | cpython-ca6567fb3f37222b35cd0197872f6cd386fedad8.zip cpython-ca6567fb3f37222b35cd0197872f6cd386fedad8.tar.gz cpython-ca6567fb3f37222b35cd0197872f6cd386fedad8.tar.bz2 |
Use \url{} to mark URLs.
Diffstat (limited to 'Doc/tut')
-rw-r--r-- | Doc/tut/tut.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 976d2d9..41e524f 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -31,7 +31,7 @@ on most platforms. The Python interpreter and the extensive standard library are freely available in source or binary form for all major platforms from the -Python web site, \file{http://www.python.org}, and can be freely +Python web site, \url{http://www.python.org}, and can be freely distributed. The same site also contains distributions of and pointers to many free third party Python modules, programs and tools, and additional documentation. @@ -3280,12 +3280,12 @@ parse command-line options, write CGI programs, compress data, and a lot more; skimming through the Library Reference will give you an idea of what's available. -The major Python Web site is \code{http://www.python.org}; it contains +The major Python Web site is \url{http://www.python.org}; it contains code, documentation, and pointers to Python-related pages around the Web. \code{www.python.org} is mirrored in various places around the world, such as Europe, Japan, and Australia; a mirror may be faster than the main site, depending on your geographical location. A more -informal site is \code{http://starship.skyport.net}, which contains a +informal site is \url{http://starship.skyport.net}, which contains a bunch of Python-related personal home pages; many people have downloadable software here. @@ -3297,14 +3297,14 @@ to the other. There are around 20--30 postings a day, asking (and answering) questions, suggesting new features, and announcing new modules. But before posting, be sure to check the list of Frequently Asked Questions (also called the FAQ), at -\code{http://www.python.org/doc/FAQ.html}, or look for it in the -\code{Misc/} directory of the Python source distribution. The FAQ +\url{http://www.python.org/doc/FAQ.html}, or look for it in the +\file{Misc/} directory of the Python source distribution. The FAQ answers many of the questions that come up again and again, and may already contain the solution for your problem. You can support the Python community by joining the Python Software Activity, which runs the python.org web, ftp and email servers, and -organizes Python workshops. See \code{http://www.python.org/psa/} for +organizes Python workshops. See \url{http://www.python.org/psa/} for information on how to join. |