diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4efe208..44a4dc4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: diff --git a/docs/release-notes.rst b/docs/release-notes.rst index fb839e7..5c3ead4 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -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`) diff --git a/src/geocat/viz/util.py b/src/geocat/viz/util.py index d0a3bb1..9f01242 100644 --- a/src/geocat/viz/util.py +++ b/src/geocat/viz/util.py @@ -282,8 +282,6 @@ def add_height_from_pressure_axis(ax, - `NCL_h_lat_6.py `_ - `NCL_h_lat_7.py `_ - - - `NCL_h_vector_5.py `_ """ # Create the right hand axis, inheriting from the left