From 4788bb418836efa5635737c5081a099d7a1bfdaf Mon Sep 17 00:00:00 2001 From: Bill Little Date: Wed, 25 Nov 2020 11:19:44 +0000 Subject: [PATCH] ignore url for doc link check --- docs/iris/src/conf.py | 1 + docs/iris/src/userguide/plotting_a_cube.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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