Skip to content

Commit

Permalink
Temp ignore COC link (#177)
Browse files Browse the repository at this point in the history
* ignore COC link

* update jupyter link
cyschneck authored Jan 29, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2b3d1a9 commit 6c44794
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GETTING_STARTED.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
@@ -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',
]

0 comments on commit 6c44794

Please sign in to comment.