Skip to content

Commit 28572d7

Browse files
authored
ignore url for doc link check (#3929)
1 parent 0ff0dca commit 28572d7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/iris/src/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ def autolog(message):
263263
linkcheck_ignore = [
264264
"http://cfconventions.org",
265265
"http://code.google.com/p/msysgit/downloads/list",
266+
"http://effbot.org",
266267
"https://github.com",
267268
"http://www.personal.psu.edu/cab38/ColorBrewer/ColorBrewer_updates.html",
268269
"http://schacon.github.com/git",

docs/iris/src/userguide/plotting_a_cube.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ the temperature at some latitude cross-sections.
209209
`<http://effbot.org/pyfaq/tutor-what-is-if-name-main-for.htm>`_.
210210

211211
In order to run this example, you will need to copy the code into a file
212-
and run it using ``python2.7 my_file.py``.
212+
and run it using ``python my_file.py``.
213213

214214

215215
Plotting 2-dimensional cubes

0 commit comments

Comments
 (0)