From 425aa2e11b71e9ed4f854a6e4312da0e4bd45411 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Mon, 5 Apr 2010 12:51:45 +0000 Subject: Fix some broken URLs. --- Doc/faq/extending.rst | 6 +++--- Doc/howto/functional.rst | 2 +- Doc/using/mac.rst | 2 +- Doc/whatsnew/2.1.rst | 2 +- Doc/whatsnew/2.6.rst | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Doc/faq/extending.rst b/Doc/faq/extending.rst index 3f3c8b1..5c716fe 100644 --- a/Doc/faq/extending.rst +++ b/Doc/faq/extending.rst @@ -51,7 +51,7 @@ with a tool such as `SWIG `_. `SIP `__, `CXX `_ `Boost `_, or `Weave -`_ are also alternatives for wrapping +`_ are also alternatives for wrapping C++ libraries. @@ -198,10 +198,10 @@ whole lot of difference between C and C++ -- so the strategy of building a new Python type around a C structure (pointer) type will also work for C++ objects. For C++ libraries, you can look at `SIP -`_, `CXX +`_, `CXX `_, `Boost `_, `Weave -`_ or `SWIG `_ +`_ or `SWIG `_ I added a module using the Setup file and the make fails; why? diff --git a/Doc/howto/functional.rst b/Doc/howto/functional.rst index 4f606d7..f553ceb 100644 --- a/Doc/howto/functional.rst +++ b/Doc/howto/functional.rst @@ -335,7 +335,7 @@ substring. List comprehensions and generator expressions (short form: "listcomps" and "genexps") are a concise notation for such operations, borrowed from the -functional programming language Haskell (http://www.haskell.org). You can strip +functional programming language Haskell (http://www.haskell.org/). You can strip all the whitespace from a stream of strings with the following code:: line_list = [' line 1\n', 'line 2 \n', ...] diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst index 5b14b1c..18bfb82 100644 --- a/Doc/using/mac.rst +++ b/Doc/using/mac.rst @@ -74,7 +74,7 @@ number of standard Unix command line editors, :program:`vim` and http://www.barebones.com/products/bbedit/index.shtml) are good choices, as is :program:`TextMate` (see http://macromates.com/). Other editors include :program:`Gvim` (http://macvim.org) and :program:`Aquamacs` -(http://aquamacs.org). +(http://aquamacs.org/). To run your script from the Terminal window you must make sure that :file:`/usr/local/bin` is in your shell search path. diff --git a/Doc/whatsnew/2.1.rst b/Doc/whatsnew/2.1.rst index 6b2ce3f..7f40521 100644 --- a/Doc/whatsnew/2.1.rst +++ b/Doc/whatsnew/2.1.rst @@ -731,7 +731,7 @@ of the more notable changes are: ... For a fuller discussion of the line I/O changes, see the python-dev summary for - January 1-15, 2001 at http://www.python.org/dev/summary/2001-01-1.html. + January 1-15, 2001 at http://www.python.org/dev/summary/2001-01-1/. * A new method, :meth:`popitem`, was added to dictionaries to enable destructively iterating through the contents of a dictionary; this can be faster diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index a322bdb..ba4f87d 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -2191,7 +2191,7 @@ changes, or look through the Subversion logs for all the details. This produces better results when operating on Unix's dot-files. For example, ``os.path.splitext('.ipython')`` now returns ``('.ipython', '')`` instead of ``('', '.ipython')``. - (:issue:`115886`) + (:issue:`1115886`) A new function, ``os.path.relpath(path, start='.')``, returns a relative path from the ``start`` path, if it's supplied, or from the current -- cgit v0.12