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

Temp ignore COC link #177

Merged
merged 2 commits into from
Jan 29, 2025
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
2 changes: 1 addition & 1 deletion GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ will be helpful to learn for GeoCAT Applications like:

## New to Jupyter Notebooks?

[Jupyter Notebooks](https://docs.jupyter.org/en/latest/what_is_jupyter.html#what-is-a-computational-notebook-anyway)
[Jupyter Notebooks](https://docs.jupyter.org/en/latest/)
provide an interactive interface to write, execute, and visualize code. Traditionally, code is written in a script and
executed in order from beginning to end each time a script is run. Instead, Jupyter Notebooks allow you to divide code into cells that can be executed individually and in any order. Each cell in a Jupyter Notebook
can be filled with executable code, markdown, or raw code. Jupyter Notebooks have grown in popularity because they offer a simple
Expand Down
2 changes: 2 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,9 @@
linkcheck_anchors = False

# ignore some links that work, but are disliked by linkcheck
# Temporary removed while Code of Conduct is updated: https://doi.org/10.5065/6w2c-a132 -> https://www.ucar.edu/who-we-are/ethics-integrity/codes-conduct/contributors
linkcheck_ignore = [
r'https://doi.org/10.1080/104732299303296',
r'https://www.mathworks.com/help/matlab/ref/double.sign.html',
r'https://doi.org/10.5065/6w2c-a132',
]