Skip to content

Commit

Permalink
ignore url for doc link check (#3929)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Nov 25, 2020
1 parent 0ff0dca commit 28572d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/iris/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/iris/src/userguide/plotting_a_cube.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ the temperature at some latitude cross-sections.
`<http://effbot.org/pyfaq/tutor-what-is-if-name-main-for.htm>`_.

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
Expand Down

0 comments on commit 28572d7

Please sign in to comment.