Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ignore url for doc link check #3929

Merged
merged 1 commit into from
Nov 25, 2020
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
ignore url for doc link check
  • Loading branch information
bjlittle committed Nov 25, 2020
commit 4788bb418836efa5635737c5081a099d7a1bfdaf
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 = [
"https://cfconventions.org",
"https://code.google.com/p/msysgit/downloads/list",
"https://effbot.org",
"https://github.com",
"https://www.personal.psu.edu/cab38/ColorBrewer/ColorBrewer_updates.html",
"https://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.
`<https://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