We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff0dca commit 28572d7Copy full SHA for 28572d7
2 files changed
docs/iris/src/conf.py
@@ -263,6 +263,7 @@ def autolog(message):
263
linkcheck_ignore = [
264
"http://cfconventions.org",
265
"http://code.google.com/p/msysgit/downloads/list",
266
+ "http://effbot.org",
267
"https://github.com",
268
"http://www.personal.psu.edu/cab38/ColorBrewer/ColorBrewer_updates.html",
269
"http://schacon.github.com/git",
docs/iris/src/userguide/plotting_a_cube.rst
@@ -209,7 +209,7 @@ the temperature at some latitude cross-sections.
209
`<http://effbot.org/pyfaq/tutor-what-is-if-name-main-for.htm>`_.
210
211
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``.
+ and run it using ``python my_file.py``.
213
214
215
Plotting 2-dimensional cubes
0 commit comments