Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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