From caf6e27becebfbd4a6e77123a153e792bd216ca2 Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:47:31 -0600 Subject: [PATCH 1/3] Remove broken link to broken example --- src/geocat/viz/util.py | 2 -- 1 file changed, 2 deletions(-) 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 From 524c0de41ea5a33fd8c21c86faf9f728b8e41596 Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:51:24 -0600 Subject: [PATCH 2/3] Update release-notes.rst --- docs/release-notes.rst | 4 ++++ 1 file changed, 4 insertions(+) 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`) From 6ebcf67827f1c92c93dead8f2c8a66910ecace3d Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:54:37 -0600 Subject: [PATCH 3/3] temporarily comment out docformatter --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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: