From bfbd6a8bd14a3677198a30cf564656030e379179 Mon Sep 17 00:00:00 2001 From: kevindougherty-noaa Date: Thu, 30 Oct 2025 19:33:17 +0000 Subject: [PATCH 1/2] fix README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 775f0f9..73deac4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # EMCPy -[![CI](https://github.com/NOAA-EMC/emcpy/actions/workflows/ci.yml/badge.svg)](https://github.com/NOAA-EMC/emcpy/actions/workflows/ci.yml) -[![Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://noaa-emc.github.io/emcpy/) +[![CI][ci-badge]][ci-link] [![Docs][docs-badge]][docs-link] **EMCPy** (Environmental Modeling Center Python utilities) provides tools for visualization, diagnostics, and analysis in support of NOAA’s Environmental Modeling Center (EMC) workflows. It offers a lightweight, extensible framework for building plots, handling data fields, and automating workflows used in EMC’s operational and research environments. @@ -19,9 +18,13 @@ - Clear separation of plot layers, figure creation, and feature controls - **Documentation and examples** - - [Gallery of plot types](https://noaa-emc.github.io/emcpy/galleries/plot_types) + - [Gallery of plot types](https://noaa-emc.github.io/emcpy/plot_types/index.html) - Explanations of design choices, discrete fields, and troubleshooting +[ci-badge]: https://github.com/NOAA-EMC/emcpy/actions/workflows/ci.yml/badge.svg +[ci-link]: https://github.com/NOAA-EMC/emcpy/actions/workflows/ci.yml +[docs-badge]: https://img.shields.io/badge/docs-latest-blue.svg +[docs-link]: https://noaa-emc.github.io/emcpy/ --- ## Installation From 115d73d3facc33b24936008513a5cd97bcbdd689 Mon Sep 17 00:00:00 2001 From: kevindougherty-noaa Date: Thu, 30 Oct 2025 19:36:00 +0000 Subject: [PATCH 2/2] fix CI badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73deac4..2907840 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ - [Gallery of plot types](https://noaa-emc.github.io/emcpy/plot_types/index.html) - Explanations of design choices, discrete fields, and troubleshooting -[ci-badge]: https://github.com/NOAA-EMC/emcpy/actions/workflows/ci.yml/badge.svg -[ci-link]: https://github.com/NOAA-EMC/emcpy/actions/workflows/ci.yml +[ci-badge]: https://github.com/NOAA-EMC/emcpy/actions/workflows/tests.yaml/badge.svg +[ci-link]: https://github.com/NOAA-EMC/emcpy/actions/workflows/tests.yaml [docs-badge]: https://img.shields.io/badge/docs-latest-blue.svg [docs-link]: https://noaa-emc.github.io/emcpy/ ---