Skip to content

Commit

Permalink
Fix link check (#249)
Browse files Browse the repository at this point in the history
* Remove broken link to removed example

* Update release-notes.rst

* Temporarily comment out docformatter
  • Loading branch information
kafitzgerald authored Oct 16, 2024
1 parent 18d74ac commit 7883acd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ repos:
args: ['--in-place', '--recursive', '--style', 'google']
require_serial: true

- repo: https://github.com/PyCQA/docformatter # To format the doc strings to conform PEP257
rev: v1.7.5
hooks:
- id: docformatter
args: [--in-place]

# - repo: https://github.com/PyCQA/docformatter # To format the doc strings to conform PEP257
# rev: v1.7.5
# hooks:
# - id: docformatter
# args: [--in-place]
#
- repo: https://github.com/pre-commit/pre-commit-hooks # Some common pre-commit hooks
rev: v4.6.0
hooks:
Expand Down
4 changes: 4 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Release Notes
v2024.xx.0 (unreleased)
---------------------------

Documentation
^^^^^^^^^^^^^
* Remove link to broken NCL_vector_5.py example by `Katelyn FitzGerald`_ in (pr::`249`)

Internal Changes
^^^^^^^^^^^^^^^^
* Update pre-commit versions and configuration by `Katelyn FitzGerald`_ in (:pr:`247`)
Expand Down
2 changes: 0 additions & 2 deletions src/geocat/viz/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,6 @@ def add_height_from_pressure_axis(ax,
- `NCL_h_lat_6.py <https://geocat-examples.readthedocs.io/en/latest/gallery/Contours/NCL_h_lat_6.html?highlight=add_height_from_pressure_axis>`_
- `NCL_h_lat_7.py <https://geocat-examples.readthedocs.io/en/latest/gallery/Contours/NCL_h_lat_7.html?highlight=add_height_from_pressure_axis>`_
- `NCL_h_vector_5.py <https://geocat-examples.readthedocs.io/en/latest/gallery/Vectors/NCL_vector_5.html?highlight=add_height_from_pressure_axis>`_
"""

# Create the right hand axis, inheriting from the left
Expand Down

0 comments on commit 7883acd

Please sign in to comment.