diff --git a/docs/iris/src/conf.py b/docs/iris/src/conf.py index 73b60fb982..ab7689479a 100644 --- a/docs/iris/src/conf.py +++ b/docs/iris/src/conf.py @@ -263,6 +263,7 @@ def autolog(message): linkcheck_ignore = [ "http://cfconventions.org", "http://code.google.com/p/msysgit/downloads/list", + "http://effbot.org", "https://github.com", "http://www.personal.psu.edu/cab38/ColorBrewer/ColorBrewer_updates.html", "http://schacon.github.com/git", diff --git a/docs/iris/src/userguide/plotting_a_cube.rst b/docs/iris/src/userguide/plotting_a_cube.rst index f646aa4b3e..9de20dc6c9 100644 --- a/docs/iris/src/userguide/plotting_a_cube.rst +++ b/docs/iris/src/userguide/plotting_a_cube.rst @@ -209,7 +209,7 @@ the temperature at some latitude cross-sections. ``_. In order to run this example, you will need to copy the code into a file - and run it using ``python2.7 my_file.py``. + and run it using ``python my_file.py``. Plotting 2-dimensional cubes